Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuu518 committed Oct 30, 2024
1 parent 38dfd08 commit 13a8d19
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 23 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@ name: Build geoip files
on:
workflow_dispatch:
schedule:
- cron: "0 0 * * 4"
- cron: "30 22 */2 * *"
push:
branches:
- master
paths-ignore:
- ".github"
- ".gitignore"
- "LICENSE*"
- "*.md"
Expand Down
24 changes: 2 additions & 22 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,35 +13,15 @@
"type": "cutter",
"action": "remove",
"args": {
"wantedList": ["cn"],
"onlyIPType": "ipv4"
"wantedList": ["cn"]
}
},
{
"type": "text",
"action": "add",
"args": {
"name": "cn",
"uri": "https://raw.githubusercontent.com/17mon/china_ip_list/master/china_ip_list.txt",
"onlyIPType": "ipv4"
}
},
{
"type": "text",
"action": "add",
"args": {
"name": "cn",
"uri": "https://raw.githubusercontent.com/gaoyifan/china-operator-ip/ip-lists/china.txt",
"onlyIPType": "ipv4"
}
},
{
"type": "text",
"action": "add",
"args": {
"name": "cn",
"uri": "https://raw.githubusercontent.com/gaoyifan/china-operator-ip/ip-lists/china6.txt",
"onlyIPType": "ipv6"
"uri": "https://raw.githubusercontent.com/DH-Teams/DH-Geo_AS_IP_CN/main/Geo_AS_IP_CN_All.txt"
}
},
{
Expand Down

0 comments on commit 13a8d19

Please sign in to comment.