feat: add exit node deployment guide and templates for Val Town, Cloudflare Workers, and Deno Deploy

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
Abolfazl
2026-05-01 22:26:44 +03:30
parent 94e88c3805
commit ff419b1338
6 changed files with 307 additions and 49 deletions
+7 -3
View File
@@ -87,9 +87,13 @@
"hosts": {},
"exit_node": {
"enabled": false,
"relay_url": "",
"provider": "cloudflare",
"url": "",
"psk": "",
"mode": "selective",
"hosts": []
"mode": "full",
"hosts": [
"example.com",
"example.org"
]
}
}