mirror of
https://github.com/XTLS/Xray-examples.git
synced 2025-06-28 13:16:06 +08:00
Update config_client_ws_tls.json
This commit is contained in:
parent
18cf0ff8c6
commit
a309f06fad
@ -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,需要和服务端的一致"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user