local.m4: Don't expect `forbidden' to return.
authorMark Wooding <mdw@distorted.org.uk>
Mon, 2 Oct 2017 01:01:14 +0000 (02:01 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Mon, 2 Oct 2017 01:01:14 +0000 (02:01 +0100)
local.m4

index 6081132..c16f94e 100644 (file)
--- a/local.m4
+++ b/local.m4
@@ -382,7 +382,7 @@ m4_divert(88)m4_dnl
 openports inbound
 
 ## Inspect inbound packets from untrusted sources.
-run ip46tables -A inbound -j forbidden
+run ip46tables -A inbound -g forbidden
 run ip46tables -A INPUT -m mark --mark $from_scary/$MASK_FROM -g inbound
 run ip46tables -A INPUT -m mark --mark $from_untrusted/$MASK_FROM -g inbound