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