Browse Source

Add IPv6 Listen

xqzr 3 years ago
parent
commit
d959d222e7
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Trojan-gRPC-Caddy2/Nginx/README.md

+ 1 - 0
Trojan-gRPC-Caddy2/Nginx/README.md

@@ -6,6 +6,7 @@ Xray client <--- gRPC(TLS) ---> Caddy2 <--- gRPC(cleartext) ---> Xray server
 ```conf
 ```conf
 server {
 server {
 	listen 443 ssl http2 so_keepalive=on;
 	listen 443 ssl http2 so_keepalive=on;
+        listen [::]:443 ssl http2 so_keepalive=on;
 	server_name example.com;
 	server_name example.com;
 
 
 	index index.html;
 	index index.html;