mirror of
https://github.com/masterking32/MasterHttpRelayVPN.git
synced 2026-05-17 21:24:37 +03:00
feat: add optional exit node support for full-tunnel relay to bypass IP blocking
This commit is contained in:
+8
-1
@@ -84,5 +84,12 @@
|
||||
"safebrowsing.google.com"
|
||||
],
|
||||
"youtube_via_relay": false,
|
||||
"hosts": {}
|
||||
"hosts": {},
|
||||
"exit_node": {
|
||||
"enabled": false,
|
||||
"relay_url": "",
|
||||
"psk": "",
|
||||
"mode": "selective",
|
||||
"hosts": []
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user