shorewall: rate limit ssh
[sourcephile-nix.git] / Makefile
index b1fd7b6e2c7cd69e7ba85e1761ef737921acad17..17226827cc6cfc9993cdbdaaaba4d228a23a91b4 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,20 @@
 all: init
 
-include .lib/nix/Makefile.make
 include .lib/nixops/Makefile.make
 
+.PHONY: config/dns/named.root
+config/dns/named.root:
+       mkdir -p $(@D)
+       curl >$@ -L https://www.internic.net/domain/named.root
+
+send-pass:
+       rsync -ai --delete ../sec/pass julm@sourcephile.fr:work/sourcephile/sec/
+recv-pass:
+       rsync -ai --delete julm@sourcephile.fr:work/sourcephile/sec/pass  ../sec/
+
+tunnel-rspamd:
+       ssh -nNTL 11334:localhost:11334 root@sourcephile.fr
+
 #
 ## init
 ###