mirror of
https://github.com/Loyalsoldier/v2ray-rules-dat.git
synced 2024-11-10 15:05:38 +08:00
Replace @17mon/china_ip_list with @pexcn/daily/chnroute.txt
This commit is contained in:
parent
765182332a
commit
2bfb1aa228
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -57,7 +57,7 @@ jobs:
|
|||||||
- name: Generate geoip.dat file
|
- name: Generate geoip.dat file
|
||||||
run: |
|
run: |
|
||||||
go get -u -v -insecure $GEOIP_REPO
|
go get -u -v -insecure $GEOIP_REPO
|
||||||
geoip --country=./geoip/GeoLite2-Country-Locations-en.csv --ipv4=./geoip/GeoLite2-Country-Blocks-IPv4.csv --ipv6=./geoip/GeoLite2-Country-Blocks-IPv6.csv --cnipv4url=https://raw.githubusercontent.com/17mon/china_ip_list/master/china_ip_list.txt
|
geoip --country=./geoip/GeoLite2-Country-Locations-en.csv --ipv4=./geoip/GeoLite2-Country-Blocks-IPv4.csv --ipv6=./geoip/GeoLite2-Country-Blocks-IPv6.csv --cnipv4url=https://raw.githubusercontent.com/pexcn/daily/gh-pages/chnroute/chnroute.txt
|
||||||
mkdir -p ./publish
|
mkdir -p ./publish
|
||||||
mv ./geoip.dat ./publish/
|
mv ./geoip.dat ./publish/
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user