mirror of
https://github.com/kossakovsky/n8n-install.git
synced 2026-04-28 10:41:40 +00:00
feat(gost): require upstream proxy for geo-bypass
gost now always requires an external upstream proxy to function. wizard prompts for upstream proxy url when gost is selected. if no upstream provided, gost is removed from selection.
This commit is contained in:
@@ -356,6 +356,8 @@ services:
|
||||
command:
|
||||
- "-L"
|
||||
- "http://${GOST_USERNAME}:${GOST_PASSWORD}@:8080"
|
||||
- "-F"
|
||||
- "${GOST_UPSTREAM_PROXY}"
|
||||
healthcheck:
|
||||
test: ["CMD-SHELL", "wget -q --spider http://localhost:8080 || exit 1"]
|
||||
interval: 30s
|
||||
|
||||
Reference in New Issue
Block a user