Add ip-address

This commit is contained in:
Whispering Wind
2024-12-07 23:47:17 +03:30
committed by GitHub
parent 62febfa318
commit 972bc48ebd

View File

@ -29,6 +29,7 @@ hysteria2_install_handler() {
cat <<EOF > /etc/hysteria/.configs.env cat <<EOF > /etc/hysteria/.configs.env
SNI=$sni SNI=$sni
EOF EOF
python3 $CLI_PATH ip-address
} }
hysteria2_add_user_handler() { hysteria2_add_user_handler() {