mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-02-20 23:47:21 -05:00
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`
This commit is contained in:
parent
67cd3ac40e
commit
1a686b0abc
1
.github/workflows/deb.yml
vendored
1
.github/workflows/deb.yml
vendored
@ -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
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user