From 0e0dd2e351b3c9dd6a762ec7c08bfa1c497f418e Mon Sep 17 00:00:00 2001 From: Stille Date: Sun, 20 Apr 2025 12:42:02 +0800 Subject: [PATCH] update github proxy --- frps_linux_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frps_linux_install.sh b/frps_linux_install.sh index c142705..6424fe2 100644 --- a/frps_linux_install.sh +++ b/frps_linux_install.sh @@ -17,7 +17,7 @@ REPO=stilleshan/frps WORK_PATH=$(dirname $(readlink -f $0)) FRP_NAME=frps FRP_PATH=/usr/local/frp -PROXY_URL="https://ghp.ci/" +PROXY_URL="https://ghfast.top/" # check frps if [ -f "/usr/local/frp/${FRP_NAME}" ] || [ -f "/usr/local/frp/${FRP_NAME}.toml" ] || [ -f "/lib/systemd/system/${FRP_NAME}.service" ];then