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
  • Loading branch information
Loyalsoldier authored Sep 11, 2021
1 parent f190216 commit 8a22e94
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 @@ -46,10 +46,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 8a22e94

Please sign in to comment.