fix proxy

This commit is contained in:
Stille
2024-10-31 15:52:17 +08:00
parent 4761f21d9c
commit 97a67a5d7d
3 changed files with 5 additions and 5 deletions

View File

@@ -16,7 +16,7 @@ WORK_PATH=$(dirname $(readlink -f $0))
FRP_NAME=frpc
FRP_VERSION=0.61.0
FRP_PATH=/usr/local/frp
PROXY_URL="https://mirror.ghproxy.com/"
PROXY_URL="https://ghp.ci/"
# check frpc
if [ -f "/usr/local/frp/${FRP_NAME}" ] || [ -f "/usr/local/frp/${FRP_NAME}.toml" ] || [ -f "/lib/systemd/system/${FRP_NAME}.service" ];then