This commit is contained in:
Sazonov Andrey 2026-03-20 17:21:43 +03:00
parent d436c1808c
commit 79374e656b

View File

@ -58,7 +58,7 @@ def read_config(cfg_file, section=None):
"rollback_script": os.path.join(BASE_DIR, cfg.get("rollback_script", "forced_vpn_OFF.sh")),
"exclude_cloudflare": cfg.get("exclude_cloudflare", "no").lower() in ["yes", "y"],
"gateway": cfg.get("gateway", ""),
"interface": cfg.get("gateway", ""),
"interface": cfg.get("interface", ""),
"table": cfg.get("table", "1010"),
"run": cfg.get("run", "")
}