Update config_client.json, translation of comments into english

This commit is contained in:
lk29
2023-03-12 05:04:28 +05:00
committed by GitHub
parent 032943980e
commit 889013a664

View File

@@ -29,10 +29,10 @@
"settings": { "settings": {
"servers": [ "servers": [
{ {
"address": "example.com", // 你的域名或服务器 IP "address": "example.com", // your domain name or server IP
"flow": "xtls-rprx-direct", // Linux 或安卓可改为 "xtls-rprx-splice" "flow": "xtls-rprx-direct", // Linux or android can be changed to "xtls-rprx-splice"
"port": 443, "port": 443,
"password": "your_password" // 你的密码 "password": "your_password" // your password
} }
] ]
}, },
@@ -40,7 +40,7 @@
"network": "tcp", "network": "tcp",
"security": "xtls", "security": "xtls",
"xtlsSettings": { "xtlsSettings": {
"serverName": "example.com" // 你的域名 "serverName": "example.com" // your domain name
} }
} }
} }