mirror of
https://github.com/masterking32/MasterHttpRelayVPN.git
synced 2026-05-17 21:24:37 +03:00
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:
+7
-3
@@ -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"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user