15 lines
785 B
Bash
15 lines
785 B
Bash
CLI_PATH="/etc/hysteria/core/cli.py"
|
|
USERS_FILE="/etc/hysteria/users.json"
|
|
CONFIG_FILE="/etc/hysteria/config.json"
|
|
CONFIG_ENV="/etc/hysteria/.configs.env"
|
|
TELEGRAM_ENV="/etc/hysteria/core/scripts/telegrambot/.env"
|
|
SINGBOX_ENV="/etc/hysteria/core/scripts/singbox/.env"
|
|
NORMALSUB_ENV="/etc/hysteria/core/scripts/normalsub/.env"
|
|
WEBPANEL_ENV="/etc/hysteria/core/scripts/webpanel/.env"
|
|
ONLINE_API_URL="http://127.0.0.1:25413/online"
|
|
LOCALVERSION="/etc/hysteria/VERSION"
|
|
LATESTVERSION="https://raw.githubusercontent.com/ReturnFI/Blitz/main/VERSION"
|
|
LASTESTCHANGE="https://raw.githubusercontent.com/ReturnFI/Blitz/main/changelog"
|
|
CONNECTIONS_FILE="/etc/hysteria/hysteria_connections.json"
|
|
BLOCK_LIST="/tmp/hysteria_blocked_ips.txt"
|
|
SCRIPT_PATH="/etc/hysteria/core/scripts/hysteria2/limit.sh" |