From 7162d654cd281ec19bb93e0c21f48f1eaa7a8268 Mon Sep 17 00:00:00 2001 From: Cx330 <1487537121@qq.com> Date: Mon, 19 May 2025 17:40:15 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E6=88=90=E5=8F=AF=E6=89=A7=E8=A1=8C?= =?UTF-8?q?=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- uplink_outbound.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uplink_outbound.sh b/uplink_outbound.sh index be4b922..5aa4bbf 100644 --- a/uplink_outbound.sh +++ b/uplink_outbound.sh @@ -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