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