mirror of https://github.com/wulabing/Xray_onekey
parent
6a7f248981
commit
d296c8130b
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue