Skip to content

Commit

Permalink
Fix custom MMDB data.
Browse files Browse the repository at this point in the history
  • Loading branch information
xkww3n committed Nov 5, 2023
1 parent f9d5073 commit acf1e66
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,13 @@ jobs:
"action": "output",
"args": {
"outputName": "geoip.mmdb",
"outputDir": "./dists"
"outputDir": "./dists",
"overwriteList": [
"cn",
"private",
"telegram",
"apns"
]
}
}
]
Expand Down

0 comments on commit acf1e66

Please sign in to comment.