X-Git-Url: https://git.distorted.org.uk/~mdw/firewall/blobdiff_plain/65537cb338f7c80b284e11f765d9b3e2e1b78878..d8e50664d13e3ad4818841f514970380e4e78e55:/telecaster.m4 diff --git a/telecaster.m4 b/telecaster.m4 index 716e6b1..71de4ab 100644 --- a/telecaster.m4 +++ b/telecaster.m4 @@ -29,13 +29,18 @@ m4_divert(86)m4_dnl allowservices inbound tcp \ ssh \ ident \ + smtp \ ftp ftp_data \ rsync \ - http https squid \ - git + 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 --------------------------------------------------