Add IPv6 Listen

This commit is contained in:
xqzr 2023-11-02 21:51:51 +08:00 committed by GitHub
parent 97210cfd0e
commit 08978ee233
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,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;