xray: add VLESS+Reality client config (prepared, not active)
This commit is contained in:
parent
6a1426d7ec
commit
5cb9f8148d
1 changed files with 38 additions and 0 deletions
38
xray/client.json
Normal file
38
xray/client.json
Normal file
|
|
@ -0,0 +1,38 @@
|
|||
{
|
||||
"log": {"loglevel": "warning"},
|
||||
"reverse": {
|
||||
"bridges": [
|
||||
{"tag": "bridge", "domain": "tunnel.internal"}
|
||||
]
|
||||
},
|
||||
"outbounds": [
|
||||
{
|
||||
"tag": "tunnel-out",
|
||||
"protocol": "vless",
|
||||
"settings": {
|
||||
"vnext": [{
|
||||
"address": "159.69.245.190",
|
||||
"port": 443,
|
||||
"users": [{"id": "a6ac6a8f-f455-42e6-82c0-5e8a415200d0", "encryption": "none"}]
|
||||
}]
|
||||
},
|
||||
"streamSettings": {
|
||||
"network": "tcp",
|
||||
"security": "reality",
|
||||
"realitySettings": {
|
||||
"serverName": "www.microsoft.com",
|
||||
"fingerprint": "chrome",
|
||||
"shortId": "70093a4adb34292f",
|
||||
"publicKey": "HH8qfrYJPtCowiYyxOLsesvuIaDvfqaWncMVSihdsyo"
|
||||
}
|
||||
}
|
||||
},
|
||||
{"tag": "direct", "protocol": "freedom"}
|
||||
],
|
||||
"routing": {
|
||||
"rules": [
|
||||
{"type": "field", "inboundTag": ["bridge"], "domain": ["full:tunnel.internal"], "outboundTag": "tunnel-out"},
|
||||
{"type": "field", "inboundTag": ["bridge"], "outboundTag": "direct"}
|
||||
]
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue