tBKwtWS пре 7 година
родитељ
комит
1cb731ee63
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      iptables.up.rules

+ 1 - 1
iptables.up.rules

@@ -116,7 +116,7 @@
 -A OUTPUT -p tcp -m tcp --sport 32768:65535 --dport 6697 -j ACCEPT -m comment --comment "IRCs"
 
 # Privoxy
--A OUTPUT -p tcp -m tcp --sport ? --dport 8118 -j ACCEPT -m comment --comment "Privoxy"
+-A OUTPUT -p tcp -m tcp --sport 32768:65535 --dport 8118 -j ACCEPT -m comment --comment "Privoxy"
 
 # Bitcoin
 #-A OUTPUT -p tcp -m tcp --sport 32768:65535 --dport 8333  -j ACCEPT -m comment --comment "Bitcoin"