Explorar o código

Add IPv6 Listen

xqzr hai 1 ano
pai
achega
7486946d72
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      VLESS-WSS-Nginx/nginx.conf

+ 1 - 0
VLESS-WSS-Nginx/nginx.conf

@@ -1,5 +1,6 @@
 server {
 	listen 443 ssl http2;
+	listen [::]:443 ssl http2;
 	server_name example.com;
 
 	index index.html;