mirror of
https://github.com/XTLS/Xray-examples.git
synced 2025-06-28 21:26:06 +08:00
Update config_client.json
This commit is contained in:
parent
f3cfc3b4cb
commit
afa7487735
@ -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" // 你的域名
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user