mirror of
https://github.com/XTLS/Xray-examples.git
synced 2025-06-28 21:26:06 +08:00
Update trojan_tcp_tls.json comment translate
This commit is contained in:
parent
961adb95b4
commit
1f524f4803
@ -18,9 +18,9 @@
|
|||||||
"settings": {
|
"settings": {
|
||||||
"servers": [
|
"servers": [
|
||||||
{
|
{
|
||||||
"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,
|
||||||
"password": "", // 填写你的密码
|
"password": "", // fill in your password
|
||||||
"level": 0
|
"level": 0
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
@ -29,7 +29,7 @@
|
|||||||
"network": "tcp",
|
"network": "tcp",
|
||||||
"security": "tls",
|
"security": "tls",
|
||||||
"tlsSettings": {
|
"tlsSettings": {
|
||||||
"serverName": "example.com" // 换成你的域名
|
"serverName": "example.com" // Change to your domain name
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user