fixik
This commit is contained in:
parent
d436c1808c
commit
79374e656b
|
|
@ -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", "")
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user