mirror of
https://github.com/MetaCubeX/meta-rules-dat.git
synced 2026-08-10 22:12:09 +08:00
Change geoip parameter
due to https://github.com/Loyalsoldier/geoip/commit/e642fa60e41a50fd89383d64115174079b470908
This commit is contained in:
@@ -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/pexcn/daily/gh-pages/chnroute/chnroute.txt
|
geoip --country=./geoip/GeoLite2-Country-Locations-en.csv --ipv4=./geoip/GeoLite2-Country-Blocks-IPv4.csv --ipv6=./geoip/GeoLite2-Country-Blocks-IPv6.csv --ipv4CN=https://raw.githubusercontent.com/pexcn/daily/gh-pages/chnroute/chnroute.txt
|
||||||
|
|
||||||
- name: Download geosite project
|
- name: Download geosite project
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user