mirror of https://github.com/wulabing/Xray_onekey
[update] ss_whitlist nginx 添加 IPV6 监听
parent
6ae61098bd
commit
2a07d5db96
|
@ -36,8 +36,8 @@ stream {
|
||||||
}
|
}
|
||||||
|
|
||||||
server {
|
server {
|
||||||
listen 7777;
|
listen [::]:7777;
|
||||||
listen 7777 udp;
|
listen [::]:7777 udp;
|
||||||
include allow.list;
|
include allow.list;
|
||||||
deny all;
|
deny all;
|
||||||
proxy_pass ss;
|
proxy_pass ss;
|
||||||
|
|
Loading…
Reference in New Issue