X-Git-Url: https://git.distorted.org.uk/~mdw/firewall/blobdiff_plain/32110b35da9d3ed1ce9668d3f17c28100a878687..1cdf89eeaf11631682c0066df12cf833d248028a:/jazz.m4 diff --git a/jazz.m4 b/jazz.m4 index f77a251..af494e3 100644 --- a/jazz.m4 +++ b/jazz.m4 @@ -30,6 +30,7 @@ allowservices inbound tcp \ ssh \ ident \ http https \ + pgp_keys \ tor_public tor_directory i2p allowservices inbound udp \ tripe \ @@ -38,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