Rate limiting for incoming DNS queries over UDP.
[firewall] / precision.m4
index f5c07ac..598a990 100644 (file)
@@ -28,14 +28,13 @@ m4_divert(86)m4_dnl
 ## Externally visible services.
 allowservices inbound tcp \
        ident \
-       dns \
        ssh
 allowservices inbound udp \
-       dns \
        tripe
 
 ## Other interesting things.
 dnsresolver inbound
+dnsserver inbound
 
 m4_divert(-1)
 ###----- That's all, folks --------------------------------------------------