浏览代码

Add IPv6 Listen

xqzr 1 年之前
父节点
当前提交
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;