summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorloyalsoldier <[email protected]>2020-06-13 10:07:01 +0800
committerloyalsoldier <[email protected]>2020-06-13 10:07:01 +0800
commite642fa60e41a50fd89383d64115174079b470908 (patch)
tree11f34bea8f36d773250c94ea6e49d173c73bbb22 /.github/workflows
parent9b24e69c8c82bc6e1513a33c684e958bd4e0d9d7 (diff)
Make getCNIPv4Cidr func compatible with local files
Diffstat (limited to '.github/workflows')
-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 46b435c7..e5d252d3 100644
--- a/.github/workflows/go.yml
+++ b/.github/workflows/go.yml
@@ -37,7 +37,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 --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 --ipv4CN=https://raw.githubusercontent.com/17mon/china_ip_list/master/china_ip_list.txt
- name: Generate geoip.dat sha256 hash
run: |