fix(gost): use fixed username and proper healthcheck

- change gost username from email to fixed 'gost' to avoid @ symbol
  breaking proxy url parsing
- fix healthcheck to make real proxy request to httpbin.org instead of
  invalid spider request to proxy port
- increase healthcheck interval to 60s and timeout to 15s
This commit is contained in:
Yury Kossakovsky
2025-12-21 14:55:03 -07:00
parent fd730836dc
commit 3bfe860a5a
3 changed files with 6 additions and 6 deletions

View File

@@ -405,7 +405,7 @@ CLOUDFLARE_TUNNEL_TOKEN=
# Use this to access OpenAI/Anthropic/Google APIs from restricted regions.
# Credentials (auto-generated)
GOST_USERNAME=
GOST_USERNAME=gost
GOST_PASSWORD=
# Proxy URL for AI services (auto-generated: http://user:pass@gost:8080)