feat(api): Add external node management endpoints

This commit is contained in:
Whispering Wind
2025-08-06 14:45:35 +03:30
committed by GitHub
parent 1ae8efa5f9
commit 05993d013d
5 changed files with 103 additions and 28 deletions

View File

@ -14,6 +14,7 @@ CONFIG_FILE = '/etc/hysteria/config.json'
CONFIG_ENV_FILE = '/etc/hysteria/.configs.env'
WEBPANEL_ENV_FILE = '/etc/hysteria/core/scripts/webpanel/.env'
NORMALSUB_ENV_FILE = '/etc/hysteria/core/scripts/normalsub/.env'
NODES_JSON_PATH = "/etc/hysteria/nodes.json"
class Command(Enum):