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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,10 +29,10 @@
"settings": {
"servers": [
{
"address": "example.com", // IP
"flow": "xtls-rprx-direct", // Linux "xtls-rprx-splice"
"address": "example.com", // your domain name or server IP
"flow": "xtls-rprx-direct", // Linux or android can be changed to "xtls-rprx-splice"
"port": 443,
"password": "your_password" //
"password": "your_password" // your password
}
]
},
@ -40,7 +40,7 @@
"network": "tcp",
"security": "xtls",
"xtlsSettings": {
"serverName": "example.com" //
"serverName": "example.com" // your domain name
}
}
}