chiark
/
gitweb
/
~mdw
/
firewall
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
1b534b6
)
local.m4: Inbound restriction on untrusted is no longer experimental.
author
Mark Wooding
<mdw@distorted.org.uk>
Tue, 24 Feb 2015 22:16:32 +0000
(22:16 +0000)
committer
Mark Wooding
<mdw@distorted.org.uk>
Tue, 24 Feb 2015 22:16:32 +0000
(22:16 +0000)
local.m4
patch
|
blob
|
blame
|
history
diff --git
a/local.m4
b/local.m4
index b5cee4356761194d8df746486751104b81b5099c..59ab3420acfb2632de8d478c4fc9cc716e6ba52b 100644
(file)
--- a/
local.m4
+++ b/
local.m4
@@
-373,7
+373,7
@@
run ip46tables -A inbound -j forbidden
run ip46tables -A INPUT -m mark --mark $from_untrusted/$MASK_FROM -g inbound
## Allow responses from the scary outside world into the untrusted net, but
run ip46tables -A INPUT -m mark --mark $from_untrusted/$MASK_FROM -g inbound
## Allow responses from the scary outside world into the untrusted net, but
-## don't let untrusted things run services.
[EXPERIMENTAL]
+## don't let untrusted things run services.
case $forward in
1)
run ip46tables -A FORWARD -j ACCEPT \
case $forward in
1)
run ip46tables -A FORWARD -j ACCEPT \