mirror of
https://github.com/XTLS/Xray-examples.git
synced 2025-06-28 13:16:06 +08:00
Update config_client.json
This commit is contained in:
parent
a31abf3e4e
commit
6d8af8da25
@ -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,9 +34,9 @@
|
||||
"network": "tcp",
|
||||
"security": "tls",
|
||||
"tlsSettings": {
|
||||
"serverName": "example.com" // 换成你的域名
|
||||
"serverName": "example.com","//": "换成你的域名"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user