jazz.m4, numbers.m4: Allow Privoxy access to SGO VPN.
authorMark Wooding <mdw@distorted.org.uk>
Mon, 1 Nov 2021 20:29:38 +0000 (20:29 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Mon, 1 Nov 2021 20:29:38 +0000 (20:29 +0000)
jazz.m4
numbers.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
index 5e6c2ce..0634f9e 100644 (file)
@@ -62,6 +62,7 @@ defport postgresql 5432
 defport gnutella_svc 6346
 defport mpd 6600
 defport irc 6667
+defport privoxy 8118
 defport tor_public 9001
 defport tor_directory 9030
 defport git 9418