Update vless_tcp_xtls.json comment translate

This commit is contained in:
lk29 2023-03-12 14:29:37 +05:00 committed by GitHub
parent 9c91acf616
commit 9bfc9f2649
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,11 +18,11 @@
"settings": {
"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,
"users": [
{
"id": "", // UUID
"id": "", // fill in your UUID
"flow": "xtls-rprx-direct",
"encryption": "none",
"level": 0
@ -33,11 +33,11 @@
},
"streamSettings": {
"network": "tcp",
"security": "xtls", // 使 XTLS
"security": "xtls", // Need to use XTLS
"xtlsSettings": {
"serverName": "example.com" //
"serverName": "example.com" // Change to your domain name
}
}
}
]
}
}