summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorloyalsoldier <[email protected]>2020-04-02 22:37:13 +0800
committerloyalsoldier <[email protected]>2020-04-03 09:40:40 +0800
commitb268d4e6ac34f0e7d90a18cf2e8ce8df10293417 (patch)
treeba1dd4dd18864ea3590772dc37ad681e0a29acfa
parentd7766c01f52d4acacedc84d0e98e8bf983de3a60 (diff)
Add cnipv4url argument
-rw-r--r--.github/workflows/go.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml
index 20fc4602..a9516d6e 100644
--- a/.github/workflows/go.yml
+++ b/.github/workflows/go.yml
@@ -34,7 +34,7 @@ jobs:
- name: Build geoip.dat file
run: |
go get -u -v -insecure $REPO_URL
- geoip --country=./geoip/GeoLite2-Country-Locations-en.csv --ipv4=./geoip/GeoLite2-Country-Blocks-IPv4.csv --ipv6=./geoip/GeoLite2-Country-Blocks-IPv6.csv
+ 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
- name: Generate geoip.dat sha256 hash
run: |