Update client.json translate comment

This commit is contained in:
lk29 2023-03-12 15:16:49 +05:00 committed by GitHub
parent 49afb08e5a
commit 6c5ea73f34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@
"vnext": [ "vnext": [
{ {
"address": "", "address": "",
"port": 443, // 8443 nginx http3 https://quic.nginx.org/readme.html "port": 443, // You can also use the default http3 port of 8443 nginx https://quic.nginx.org/readme.html
"users": [ "users": [
{ {
"id": "", "id": "",
@ -16,10 +16,10 @@
}, },
"streamSettings": { "streamSettings": {
"network": "quic", "network": "quic",
"quicSettings": {}, // 使 quic "quicSettings": {}, // Native quic traffic signature without masquerading headers and extra encryption
"security": "tls", "security": "tls",
"tlsSettings": { "tlsSettings": {
"servername": "*" //servername quic sni "servername": "*" //servername is required because quic will verify sni otherwise no packet will be sent
} }
} }
} }