mirror of
https://github.com/XTLS/Xray-examples.git
synced 2025-06-28 21:26:06 +08:00
Update config_client_ws_tls.json translate comment
This commit is contained in:
parent
444251f5a3
commit
85b67fe409
@ -18,11 +18,11 @@
|
|||||||
"settings": {
|
"settings": {
|
||||||
"vnext": [
|
"vnext": [
|
||||||
{
|
{
|
||||||
"address": "example.com", // 换成你的域名或服务器 IP(发起请求时无需解析域名了)
|
"address": "example.com", // Replace it with your domain name or server IP (there is no need to resolve the domain name when making a request)
|
||||||
"port": 443,
|
"port": 443,
|
||||||
"users": [
|
"users": [
|
||||||
{
|
{
|
||||||
"id": "", // 填写你的 UUID
|
"id": "", // fill in your UUID
|
||||||
"encryption": "none",
|
"encryption": "none",
|
||||||
"level": 0
|
"level": 0
|
||||||
}
|
}
|
||||||
@ -34,10 +34,10 @@
|
|||||||
"network": "ws",
|
"network": "ws",
|
||||||
"security": "tls",
|
"security": "tls",
|
||||||
"tlsSettings": {
|
"tlsSettings": {
|
||||||
"serverName": "example.com" // 换成你的域名
|
"serverName": "example.com" // Change to your domain name
|
||||||
},
|
},
|
||||||
"wsSettings": {
|
"wsSettings": {
|
||||||
"path": "/websocket" // 必须换成自定义的 PATH,需要和服务端的一致
|
"path": "/websocket" // It must be replaced with a custom PATH, which needs to be consistent with that of the server
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user