diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9219de70ba..5dc4e931d9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -35,7 +35,8 @@ jobs: run: | cd component/mmdb rm Country.mmdb - wget -O Country.mmdb https://raw.githubusercontent.com/JMVoid/ipip2mmdb/release/Country.mmdb + wget -O Country.mmdb https://raw.githubusercontent.com/Loyalsoldier/geoip/release/Country-only-cn-private.mmdb +# wget -O Country.mmdb https://raw.githubusercontent.com/JMVoid/ipip2mmdb/release/Country.mmdb - name: Build # if: startsWith(github.ref, 'refs/tags/') diff --git a/component/mmdb/Country.mmdb b/component/mmdb/Country.mmdb index 345f4c3b88..90eeb6bdec 100644 Binary files a/component/mmdb/Country.mmdb and b/component/mmdb/Country.mmdb differ