mirror of
https://github.com/Loyalsoldier/v2ray-rules-dat.git
synced 2024-11-10 15:05:38 +08:00
Update build.yml
Switch cnipv4 source to my own repo, which should be more accurate. Please be noticed that its daily update is scheduled on 11:30 AM (CST).
This commit is contained in:
parent
f649f28981
commit
2e301a4219
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -1,7 +1,7 @@
|
||||
name: Build V2Ray rules dat files
|
||||
on:
|
||||
schedule:
|
||||
- cron: "0 22 * * *"
|
||||
- cron: "30 3 * * *"
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
@ -57,7 +57,7 @@ jobs:
|
||||
- name: Generate geoip.dat file
|
||||
run: |
|
||||
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 --cnipv4url=https://raw.githubusercontent.com/IceCodeNew/4Share/master/geoip_china/china_ip_list.txt
|
||||
|
||||
- name: Download geosite project
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user