mirror of
https://github.com/EvgenyNerush/easy-xray.git
synced 2024-11-24 01:25:32 +03:00
fix for Tor
This commit is contained in:
parent
049125967b
commit
3b1b8d596d
2 changed files with 7 additions and 4 deletions
|
@ -54,7 +54,8 @@
|
||||||
"destOverride": [
|
"destOverride": [
|
||||||
"http",
|
"http",
|
||||||
"tls"
|
"tls"
|
||||||
]
|
],
|
||||||
|
"routeOnly": true
|
||||||
},
|
},
|
||||||
// settings of inbound "protocol" (see above)
|
// settings of inbound "protocol" (see above)
|
||||||
"settings": {
|
"settings": {
|
||||||
|
@ -75,7 +76,7 @@
|
||||||
"http",
|
"http",
|
||||||
"tls"
|
"tls"
|
||||||
],
|
],
|
||||||
"routeOnly": false
|
"routeOnly": true
|
||||||
},
|
},
|
||||||
// settings of inbound "protocol" (see above)
|
// settings of inbound "protocol" (see above)
|
||||||
"settings": {
|
"settings": {
|
||||||
|
|
|
@ -158,7 +158,8 @@
|
||||||
"destOverride": [
|
"destOverride": [
|
||||||
"http",
|
"http",
|
||||||
"tls"
|
"tls"
|
||||||
]
|
],
|
||||||
|
"routeOnly": true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
// extra inbound; its main purpose is to get fallback to "dest" at port 80. Many regular websites
|
// extra inbound; its main purpose is to get fallback to "dest" at port 80. Many regular websites
|
||||||
|
@ -216,7 +217,8 @@
|
||||||
"destOverride": [
|
"destOverride": [
|
||||||
"http",
|
"http",
|
||||||
"tls"
|
"tls"
|
||||||
]
|
],
|
||||||
|
"routeOnly": true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in a new issue