hdls and geoip

This commit is contained in:
2025-08-26 15:41:32 +03:00
parent b0d65b015b
commit b674cae0a2
2 changed files with 7 additions and 3 deletions

View File

@ -8,3 +8,6 @@ THREADS = int(os.getenv("THREADS", "2"))
PROXY_HOST = os.getenv("PROXY_HOST", "")
PROXY_USER = os.getenv("PROXY_USER", "")
PROXY_PSWD = os.getenv("PROXY_PSWD", "")
DEBUG = os.getenv("DEBUG", "")
GEOIP = os.getenv("GEOIP", "")