Skip to content

Commit

Permalink
Chore: update build script to include geoip-only-cn-private.dat (#1266)
Browse files Browse the repository at this point in the history
(cherry picked from commit 8a22e94)
  • Loading branch information
Loyalsoldier authored and xiaokangwang committed Sep 27, 2021
1 parent 0f7345b commit 389a058
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions release/user-package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,13 @@ build_v2() {
}

build_dat() {
echo ">>> Download latest geoip..."
echo ">>> Download latest geoip.dat"
curl -s -L -o "$TMP"/geoip.dat "https://github.com/v2fly/geoip/raw/release/geoip.dat"

echo ">>> Download latest geosite..."
echo ">>> Download latest geoip-only-cn-private.dat"
curl -s -L -o "$TMP"/geoip-only-cn-private.dat "https://github.com/v2fly/geoip/raw/release/geoip-only-cn-private.dat"

echo ">>> Download latest geosite.dat"
curl -s -L -o "$TMP"/geosite.dat "https://github.com/v2fly/domain-list-community/raw/release/dlc.dat"
}

Expand Down

0 comments on commit 389a058

Please sign in to comment.