Change SNI Files/CLI/Handler

This commit is contained in:
ReturnFI
2024-09-05 20:50:24 +00:00
parent b9b8044e17
commit e9ff263274
4 changed files with 91 additions and 4 deletions

View File

@ -2,6 +2,7 @@ CLI_PATH="/etc/hysteria/core/cli.py"
USERS_FILE="/etc/hysteria/users.json"
TRAFFIC_FILE="/etc/hysteria/traffic_data.json"
CONFIG_FILE="/etc/hysteria/config.json"
CONFIG_ENV="/etc/hysteria/.config.env"
TELEGRAM_ENV="/etc/hysteria/core/scripts/telegrambot/.env"
SINGBOX_ENV="/etc/hysteria/core/scripts/singbox/.env"
ONLINE_API_URL="http://127.0.0.1:25413/online"