Update hysteria.sh

This commit is contained in:
NewName
2024-03-19 21:13:57 +08:00
parent 2c6aaea7ec
commit b8438ad8c6

View File

@@ -132,6 +132,8 @@ inst_cert(){
yellow "证书crt文件路径如下: /root/cert.crt" yellow "证书crt文件路径如下: /root/cert.crt"
yellow "私钥key文件路径如下: /root/private.key" yellow "私钥key文件路径如下: /root/private.key"
hy_domain=$domain hy_domain=$domain
chmod 755 /root/private.key
fi fi
else else
red "当前域名解析的IP与当前VPS使用的真实IP不匹配" red "当前域名解析的IP与当前VPS使用的真实IP不匹配"
@@ -540,7 +542,6 @@ showconf(){
red "$(cat /root/hy/url.txt)" red "$(cat /root/hy/url.txt)"
yellow "Hysteria 2 节点单端口的分享链接如下,并保存到 /root/hy/url.txt" yellow "Hysteria 2 节点单端口的分享链接如下,并保存到 /root/hy/url.txt"
red "$(cat /root/hy/url-nohop.txt)" red "$(cat /root/hy/url-nohop.txt)"
green "使用自己域名搭建需在脚本运行完成后执行sudo chmod 755 /root/private.key"
} }
update_core(){ update_core(){