jazz.m4, numbers.m4: Allow Privoxy access to SGO VPN.
[firewall] / jazz.m4
diff --git a/jazz.m4 b/jazz.m4
index 2ec398e..af494e3 100644 (file)
--- a/jazz.m4
+++ b/jazz.m4
@@ -39,6 +39,9 @@ allowservices inbound udp \
 ## Other interesting things.
 dnsresolver inbound
 dnsserver inbound
+ip46tables -A inbound -p tcp -j ACCEPT \
+       -m mark --mark $from_noloop/$MASK_FROM \
+       --destination-port $port_privoxy
 
 ## Temporary NAT for iodine tunnel.
 for i in PREROUTING OUTPUT POSTROUTING; do