diff --git a/tools/sync_surge_full.sh b/tools/sync_surge_full.sh index f0e5511a7..d6f8718e4 100755 --- a/tools/sync_surge_full.sh +++ b/tools/sync_surge_full.sh @@ -3,7 +3,7 @@ set -euo pipefail ROOT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd)" TMP_DIR="$(mktemp -d)" -UPSTREAM_REPO_URL="${UPSTREAM_REPO_URL:-https://github.com/blackmatrix7/ios_rule_script.git}" +UPSTREAM_REPO_URL="${UPSTREAM_REPO_URL:-https://gh.halonice.com/https://github.com/blackmatrix7/ios_rule_script.git}" UPSTREAM_REF="${UPSTREAM_REF:-master}" TARGET_DIR="${ROOT_DIR}/data/upstream" @@ -33,4 +33,4 @@ This directory is generated by tools/sync_surge_full.sh. - Commit Date: $UPSTREAM_DATE TXT -echo "[sync] done: commit=$UPSTREAM_COMMIT" +echo "[sync] done: commit=$UPSTREAM_COMMIT" \ No newline at end of file