From 43e20546eefaa0057685ac0b62ba33f97870e13d Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Tue, 24 Feb 2015 22:16:32 +0000 Subject: [PATCH] local.m4: Inbound restriction on untrusted is no longer experimental. --- local.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/local.m4 b/local.m4 index b5cee43..59ab342 100644 --- 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 -## 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 \ -- 2.11.0