X-Git-Url: https://git.distorted.org.uk/~mdw/firewall/blobdiff_plain/83610d8aa07970a77bcb27f0cffe9db38b09cc1d..77e84a029d77f4bc169f90fd888342762f5af0e5:/vampire.m4 diff --git a/vampire.m4 b/vampire.m4 index 3a389ca..d25bf49 100644 --- a/vampire.m4 +++ b/vampire.m4 @@ -29,6 +29,7 @@ m4_divert(44)m4_dnl if_untrusted=eth0.1 if_trusted=eth0.0 if_vpn=vpn-+ +if_iodine=dns+ if_its_mz=eth0.0 if_its_pi=eth0.0 @@ -37,29 +38,24 @@ m4_divert(-1) ### vampire-specific rules. m4_divert(82)m4_dnl -## Repelling evil DDos attack. -run ipset -N ddos-evil-dns iphash 2>/dev/null || : -run iptables -A inbound -j DROP \ - -m set --set ddos-evil-dns src \ - -p udp --destination-port $port_dns - ## Externally visible services. allowservices inbound tcp \ finger ident \ - dns \ + dns iodine \ ssh \ smtp \ gnutella_svc \ ftp ftp_data \ rsync \ + disorder mpd \ http https \ - git -allowservices inbound tcp \ - tor_public tor_directory + git \ + tor_public tor_directory i2p allowservices inbound udp \ - dns \ + dns iodine \ tripe \ - gnutella_svc + gnutella_svc \ + i2p ## Provide DNS resolution to local untrusted hosts. for p in tcp udp; do