浏览代码

Privoxy sport

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"