X-Git-Url: https://git.distorted.org.uk/~mdw/firewall/blobdiff_plain/89381fe13e3d664ba1d2bf407b0f49f2fd2040f4..3596231a92081cbe4fb32c474d6e6554fdc6c457:/telecaster.m4 diff --git a/telecaster.m4 b/telecaster.m4 index 4e3763d..f3b8f07 100644 --- a/telecaster.m4 +++ b/telecaster.m4 @@ -31,12 +31,15 @@ allowservices inbound tcp \ ident \ ftp ftp_data \ rsync \ - http https squid -allowservices inbound udp \ - icp + http https squid ssquid + +run iptables -A inbound -j ACCEPT \ + -p udp --destination-port $port_icp \ + -m limit --limit 10/second --limit-burst 100 ## Other interesting things. dnsresolver inbound +dnsserver inbound m4_divert(-1) ###----- That's all, folks --------------------------------------------------