local.m4: Fix whitespace oddity.
[firewall] / telecaster.m4
index 4e3763d..71de4ab 100644 (file)
@@ -29,14 +29,18 @@ m4_divert(86)m4_dnl
 allowservices inbound tcp \
        ssh \
        ident \
+       smtp \
        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 --------------------------------------------------