ss_whitelist V1.0.6

[update] 关闭 UDP,防止UDP的主动探测
pull/437/head
wulabing 2022-08-27 19:51:15 +08:00
parent 6a7f248981
commit d296c8130b
No known key found for this signature in database
GPG Key ID: 213391AFDF73AE00
1 changed files with 2 additions and 2 deletions

View File

@ -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;