[update] ss_whitlist nginx 添加 IPV6 监听

pull/411/head
wulabing 2022-06-16 22:42:22 +08:00
parent 6ae61098bd
commit 2a07d5db96
No known key found for this signature in database
GPG Key ID: 213391AFDF73AE00
1 changed files with 2 additions and 2 deletions

View File

@ -36,8 +36,8 @@ stream {
}
server {
listen 7777;
listen 7777 udp;
listen [::]:7777;
listen [::]:7777 udp;
include allow.list;
deny all;
proxy_pass ss;