ソースを参照

Add IPv6 Listen

xqzr 1 年間 前
コミット
97210cfd0e
1 ファイル変更1 行追加0 行削除
  1. 1 0
      VLESS-GRPC/README.ENG.md

+ 1 - 0
VLESS-GRPC/README.ENG.md

@@ -7,6 +7,7 @@ At the same time, you can also choose to use Nginx. A sample configuration snipp
 ```conf
 server {
 listen 443 ssl http2 so_keepalive=on;
+listen [::]:443 ssl http2 so_keepalive=on;
 server_name example.com;
 
 index index.html;