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
1 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@
"vnext": [
{
"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": [
{
"id": "",
@ -16,10 +16,10 @@
},
"streamSettings": {
"network": "quic",
"quicSettings": {}, // 使 quic
"quicSettings": {}, // Native quic traffic signature without masquerading headers and extra encryption
"security": "tls",
"tlsSettings": {
"servername": "*" //servername quic sni
"servername": "*" //servername is required because quic will verify sni otherwise no packet will be sent
}
}
}