From a82d17635119fa0c952d0d6cec2125575a704ec2 Mon Sep 17 00:00:00 2001 From: Whispering Wind <151555003+ReturnFI@users.noreply.github.com> Date: Sun, 23 Jun 2024 00:14:57 +0330 Subject: [PATCH] Update URI Scheme --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 7df26bb..354e807 100644 --- a/install.sh +++ b/install.sh @@ -97,8 +97,8 @@ systemctl restart hysteria-server.service >/dev/null 2>&1 if systemctl is-active --quiet hysteria-server.service; then # Step 14: Generate URI Scheme echo "Generating URI Scheme..." - IP=$(curl -4 ip.sb) - IP6=$(curl -6 ip.sb) + IP=$(curl -4 ip.gs) + IP6=$(curl -6 ip.gs) URI="hy2://default%3A$authpassword@$IP:$port?obfs=salamander&obfs-password=$obfspassword&pinSHA256=$sha256&insecure=1&sni=bts.com#Hysteria2-IPv4" URI6="hy2://default%3A$authpassword@[$IP6]:$port?obfs=salamander&obfs-password=$obfspassword&pinSHA256=$sha256&insecure=1&sni=bts.com#Hysteria2-IPv6" # Step 15: Generate and display QR Code in the center of the terminal