feat: add script to manage extra subscription links

Introduces a new script `extra_config.py` to manage additional proxy configurations (vmess, vless, ss, trojan) for subscription links.
This commit is contained in:
Whispering Wind
2025-08-17 15:33:28 +03:30
committed by GitHub
parent bec447bc38
commit d1385ac8c4
2 changed files with 105 additions and 0 deletions

View File

@ -8,6 +8,7 @@ TRAFFIC_FILE = BASE_DIR / "traffic_data.json"
CONFIG_FILE = BASE_DIR / "config.json"
CONFIG_ENV = BASE_DIR / ".configs.env"
NODES_JSON_PATH = BASE_DIR / "nodes.json"
EXTRA_CONFIG_PATH = BASE_DIR / "extra.json"
TELEGRAM_ENV = BASE_DIR / "core/scripts/telegrambot/.env"
SINGBOX_ENV = BASE_DIR / "core/scripts/singbox/.env"
NORMALSUB_ENV = BASE_DIR / "core/scripts/normalsub/.env"