Update config_client.json

This commit is contained in:
xqzr 2024-10-13 22:27:15 +08:00 committed by GitHub
parent a31abf3e4e
commit 6d8af8da25
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,11 +18,11 @@
"settings": { "settings": {
"vnext": [ "vnext": [
{ {
"address": "example.com", // IP "address": "example.com","//": "换成你的域名或服务器 IP发起请求时无需解析域名了",
"port": 443, "port": 443,
"users": [ "users": [
{ {
"id": "", // UUID "id": "","//": "填写你的 UUID",
"encryption": "none", "encryption": "none",
"level": 0 "level": 0
} }
@ -34,9 +34,9 @@
"network": "tcp", "network": "tcp",
"security": "tls", "security": "tls",
"tlsSettings": { "tlsSettings": {
"serverName": "example.com" // "serverName": "example.com","//": "换成你的域名"
} }
} }
} }
] ]
} }