chiark
/
gitweb
/
~mdw
/
firewall
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
local.m4, etc.: Establish `inbound-untrusted' chain and deploy.
[firewall]
/
roadstar.m4
diff --git
a/roadstar.m4
b/roadstar.m4
index 555e669c6deca93c0e2470b588da476d509786e9..5485d0046e91e9fc53d9459479a62945cb084315 100644
(file)
--- 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