Update client.json

This commit is contained in:
xqzr 2024-10-13 23:08:31 +08:00 committed by GitHub
parent 70ddbfcfd2
commit 58f0ce273f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -23,11 +23,11 @@
"settings": {
"vnext": [
{
"address": "example.com", // Change to your domain.
"address": "example.com","//": "Change to your domain.",
"port": 443,
"users": [
{
"id": "UUID", // Change to your UUID.
"id": "UUID","//": "Change to your UUID.",
"encryption": "none"
}
]
@ -39,10 +39,10 @@
"security": "tls",
"splithttpSettings": {
"path": "/splithttp",
"host": "example.com" // Change to your domain.
"host": "example.com","//": "Change to your domain."
},
"tlsSettings": {
"serverName": "example.com", // Change to your domain.
"serverName": "example.com","//": "Change to your domain.",
"alpn": [
"h3"
]