Update config_client.json

This commit is contained in:
OnlyCharacter 2021-01-14 20:35:36 +08:00 committed by GitHub
parent f3cfc3b4cb
commit afa7487735
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,10 +29,10 @@
"settings": { "settings": {
"servers": [ "servers": [
{ {
"address": "example.com", //IP "address": "example.com", // IP
"flow": "xtls-rprx-direct", //Linux "xtls-rprx-splice" "flow": "xtls-rprx-direct", // Linux "xtls-rprx-splice"
"port": 443, "port": 443,
"password": "your_password" // "password": "your_password" //
} }
] ]
}, },
@ -40,7 +40,7 @@
"network": "tcp", "network": "tcp",
"security": "xtls", "security": "xtls",
"xtlsSettings": { "xtlsSettings": {
"serverName": "example.com" // "serverName": "example.com" //
} }
} }
} }