chiark / gitweb /
local.m4, etc.: Establish `inbound-untrusted' chain and deploy.
[firewall] / jem.m4
diff --git a/jem.m4 b/jem.m4
index 4a9f9c65ad2bfe4224db152dc6d8dc1740e7cc81..5f7924891b4edf98fd44d85470bb3bc26a958288 100644 (file)
--- a/jem.m4
+++ b/jem.m4
@@ -42,8 +42,7 @@ allowservices inbound tcp \
 
 ## Provide DNS resolution to local untrusted hosts.
 for p in tcp udp; do
-  run iptables -A inbound -j ACCEPT \
-         -s 172.29.198.0/24 \
+  run ip46tables -A inbound -j ACCEPT \
          -p $p --destination-port $port_dns
 done