Sfoglia il codice sorgente

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`
Loyalsoldier 4 anni fa
parent
commit
1a686b0abc
2 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 1 0
      .github/workflows/deb.yml
  2. 1 0
      .github/workflows/release.yml

+ 1 - 0
.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

+ 1 - 0
.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