feat: add optional exit node support for full-tunnel relay to bypass IP blocking

This commit is contained in:
Abolfazl
2026-05-01 07:17:38 +03:30
parent 4ae0d115c5
commit 464a6e1dd0
5 changed files with 284 additions and 1 deletions
+8 -1
View File
@@ -84,5 +84,12 @@
"safebrowsing.google.com"
],
"youtube_via_relay": false,
"hosts": {}
"hosts": {},
"exit_node": {
"enabled": false,
"relay_url": "",
"psk": "",
"mode": "selective",
"hosts": []
}
}