From d296c8130bfb342c6ec6fc587d16381f8897513a Mon Sep 17 00:00:00 2001 From: wulabing Date: Sat, 27 Aug 2022 19:51:15 +0800 Subject: [PATCH] ss_whitelist V1.0.6 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [update] 关闭 UDP,防止UDP的主动探测 --- ss_whitelist/nginx.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ss_whitelist/nginx.conf b/ss_whitelist/nginx.conf index 1168ad6..326cb4d 100644 --- a/ss_whitelist/nginx.conf +++ b/ss_whitelist/nginx.conf @@ -37,9 +37,9 @@ stream { server { listen 7777; - listen 7777 udp; +# listen 7777 udp; listen [::]:7777 ipv6only=on; - listen [::]:7777 udp ipv6only=on; +# listen [::]:7777 udp ipv6only=on; include allow.list; deny all; proxy_pass ss;