chiark
/
gitweb
/
~mdw
/
firewall
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
d0409c9
)
local.m4: Don't expect `forbidden' to return.
author
Mark Wooding
<mdw@distorted.org.uk>
Mon, 2 Oct 2017 01:01:14 +0000
(
02:01
+0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Mon, 2 Oct 2017 01:01:14 +0000
(
02:01
+0100)
local.m4
patch
|
blob
|
blame
|
history
diff --git
a/local.m4
b/local.m4
index 6081132400181fd3620f85b882098dbd899b6463..c16f94eefe9f0ca6ff90009f88ad506ef8c63abc 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