X-Git-Url: https://git.distorted.org.uk/~mdw/firewall/blobdiff_plain/4942d7c1381f147b6c1f06e035d710e29b45dae0..94ce6e764e92676c1a7dea68820bcf198ea4c466:/roadstar.m4 diff --git a/roadstar.m4 b/roadstar.m4 index 555e669..5485d00 100644 --- a/roadstar.m4 +++ b/roadstar.m4 @@ -35,8 +35,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-untrusted -j ACCEPT \ -p $p --destination-port $port_dns done