feat(core): Generate URIs for external nodes

This commit is contained in:
Whispering Wind
2025-08-04 13:52:44 +02:00
committed by GitHub
parent c5f1b6d447
commit 57f8229fac
2 changed files with 57 additions and 47 deletions

View File

@ -7,6 +7,7 @@ USERS_FILE = BASE_DIR / "users.json"
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"
TELEGRAM_ENV = BASE_DIR / "core/scripts/telegrambot/.env"
SINGBOX_ENV = BASE_DIR / "core/scripts/singbox/.env"
NORMALSUB_ENV = BASE_DIR / "core/scripts/normalsub/.env"