1
0
xqzr 1 жил өмнө
parent
commit
08978ee233
1 өөрчлөгдсөн 1 нэмэгдсэн , 0 устгасан
  1. 1 0
      VLESS-GRPC/README.md

+ 1 - 0
VLESS-GRPC/README.md

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