local.m4: Delete incorrect host entry for `groove'.
[firewall] / telecaster.m4
index dd278b8..103d11b 100644 (file)
@@ -29,9 +29,15 @@ m4_divert(86)m4_dnl
 allowservices inbound tcp \
        ssh \
        ident \
-       ftp ftp_data \
+       smtp \
+       ftp ftps \
        rsync \
-       http https squid
+       http https squid ssquid
+
+allowservices inbound-untrusted tcp \
+       sunrpc mount nfs
+allowservices inbound-untrusted udp \
+       sunrpc mount nfs
 
 run iptables -A inbound -j ACCEPT \
        -p udp --destination-port $port_icp \
@@ -39,6 +45,7 @@ run iptables -A inbound -j ACCEPT \
 
 ## Other interesting things.
 dnsresolver inbound
+dnsserver inbound
 
 m4_divert(-1)
 ###----- That's all, folks --------------------------------------------------