From c212d57430269d7e2e43a0063db40765eca832c3 Mon Sep 17 00:00:00 2001 From: UjuiUjuMandan <125150101+UjuiUjuMandan@users.noreply.github.com> Date: Wed, 5 Feb 2025 14:19:31 +0000 Subject: [PATCH] Revert "switch to dbip (#83)" This reverts commit 33038b98b3b0b25d2e638a2eac2768984329b97f. --- gen_assets.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gen_assets.sh b/gen_assets.sh index b80cb865..3a102fa2 100644 --- a/gen_assets.sh +++ b/gen_assets.sh @@ -61,8 +61,8 @@ compile_dat () { download_dat () { - wget -qO - https://api.github.com/repos/dyhkwong/v2ray-geoip/releases/latest \ - | jq -r .assets[].browser_download_url | grep geoip.dat \ + wget -qO - https://api.github.com/repos/v2ray/geoip/releases/latest \ + | grep browser_download_url | cut -d '"' -f 4 \ | wget -i - -O $DATADIR/geoip.dat wget -qO - https://api.github.com/repos/v2ray/domain-list-community/releases/latest \