Update config_client_ws_tls.json

This commit is contained in:
xqzr 2024-10-13 22:48:03 +08:00 committed by GitHub
parent 18cf0ff8c6
commit a309f06fad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,11 +18,11 @@
"settings": {
"vnext": [
{
"address": "example.com", // IP
"address": "example.com","//": "换成你的域名或服务器 IP发起请求时无需解析域名了",
"port": 443,
"users": [
{
"id": "", // UUID
"id": "","//": "填写你的 UUID",
"encryption": "none",
"level": 0
}
@ -34,12 +34,12 @@
"network": "ws",
"security": "tls",
"tlsSettings": {
"serverName": "example.com" //
"serverName": "example.com","//": "换成你的域名"
},
"wsSettings": {
"path": "/websocket" // PATH
"path": "/websocket","//": "必须换成自定义的 PATH需要和服务端的一致"
}
}
}
]
}
}