Update vless_ws_tls.json comment trnslate

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

View File

@ -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,12 +34,12 @@
"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
} }
} }
} }
] ]
} }