完成可执行文件
This commit is contained in:
parent
ee50f71f03
commit
7162d654cd
@ -6,7 +6,7 @@ iptables -F OUTPUT
|
||||
# 允许本地回环通信
|
||||
iptables -A OUTPUT -o lo -j ACCEPT
|
||||
|
||||
# 允许 DNS(UDP 和 TCP,DNS 解析可能用 TCP fallback)
|
||||
# 允许 DNS ( UDP 和 TCP,DNS 解析可能用 TCP fallback )
|
||||
iptables -A OUTPUT -p udp --dport 53 -j ACCEPT
|
||||
iptables -A OUTPUT -p tcp --dport 53 -j ACCEPT
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user