From 1a686b0abc11ca7327b33b80a9e49bbc7c4b8fcd Mon Sep 17 00:00:00 2001 From: Loyalsoldier <10487845+Loyalsoldier@users.noreply.github.com> Date: Thu, 26 Aug 2021 12:46:14 +0800 Subject: [PATCH] Chore: add trimmed geoip-only-cn-private.dat to package (#1233) This size-reduced dat file only includes `cn` and `private` list, which is suitable for ROM/RAM insufficient devices. Use it in V2Ray like this: - `ext:geoip-only-cn-private.dat:cn` - `ext:geoip-only-cn-private.dat:private` --- .github/workflows/deb.yml | 1 + .github/workflows/release.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/deb.yml b/.github/workflows/deb.yml index b09bf0d79ce..8689aab3338 100644 --- a/.github/workflows/deb.yml +++ b/.github/workflows/deb.yml @@ -37,6 +37,7 @@ jobs: - name: Download geo files run: | wget -O release/config/geoip.dat "https://raw.githubusercontent.com/v2fly/geoip/release/geoip.dat" + wget -O release/config/geoip-only-cn-private.dat "https://raw.githubusercontent.com/v2fly/geoip/release/geoip-only-cn-private.dat" wget -O release/config/geosite.dat "https://raw.githubusercontent.com/v2fly/domain-list-community/release/dlc.dat" - name: Install build dependencies diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2195bf2584f..0f41b5ad610 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -123,6 +123,7 @@ jobs: - name: Download geo files run: | wget -O release/config/geoip.dat "https://raw.githubusercontent.com/v2fly/geoip/release/geoip.dat" + wget -O release/config/geoip-only-cn-private.dat "https://raw.githubusercontent.com/v2fly/geoip/release/geoip-only-cn-private.dat" wget -O release/config/geosite.dat "https://raw.githubusercontent.com/v2fly/domain-list-community/release/dlc.dat" - name: Prepare package