From 8e368a9022b99e018e2af7b635009ad5c40075b6 Mon Sep 17 00:00:00 2001 From: Magnus Root Date: Tue, 2 Jun 2026 11:14:39 +0300 Subject: [PATCH] Added hysteria http3 --- yarx.sh | 86 +++++++++++++++++++++++++++++++++++++++++++++------------ 1 file changed, 68 insertions(+), 18 deletions(-) diff --git a/yarx.sh b/yarx.sh index 0afb9ce..8cb9bd1 100755 --- a/yarx.sh +++ b/yarx.sh @@ -202,25 +202,75 @@ if [ $HYSTERIAYN = "Y" ] || [ $HYSTERIAYN = "y" ]; then read -p "Введите Ваш пароль от пользователя Hysteria: " HYSTERIAPASS read -p "Введите Ваш пароль от обфускатора Salamander: " SALAMANDERPASS read -p "Введите почту для уведомлений: " EMAILFORNOTIFICATIONS - rm /etc/hysteria/config.yaml - sudo tee /etc/hysteria/config.yaml < + + + Welcome to nginx! + + + +

Welcome to nginx!

+

If you see this page, the nginx web server is successfully installed and + working. Further configuration is required.

+ +

For online documentation and support please refer to + nginx.org.
+ Commercial support is available at + nginx.com.

+ +

Thank you for using nginx.

+ + +EOF + sudo rm /etc/hysteria/config.yaml + sudo tee /etc/hysteria/config.yaml <