update v5.4.0 for frps

This commit is contained in:
Stille
2024-02-24 13:05:32 +08:00
parent d747cf3362
commit ab182ac07b
4 changed files with 15 additions and 15 deletions

View File

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