cleanup: remove xray client config
This commit is contained in:
parent
6a00d375c4
commit
d1586a65b7
1 changed files with 0 additions and 38 deletions
|
|
@ -1,38 +0,0 @@
|
||||||
{
|
|
||||||
"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