Skip to content

Commit

Permalink
Bump dbip db version to 2023-09
Browse files Browse the repository at this point in the history
  • Loading branch information
qu1ck committed Sep 19, 2023
1 parent 33dcfcb commit ba086e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Download dbip database
run: wget -nv -O- "https://download.db-ip.com/free/dbip-country-lite-2023-07.mmdb.gz" | zcat > dbip.mmdb
run: wget -nv -O- "https://download.db-ip.com/free/dbip-country-lite-2023-09.mmdb.gz" | zcat > dbip.mmdb
- uses: actions/upload-artifact@v3
with:
name: dbip
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Prerequisites:
- [rust 1.69](https://www.rust-lang.org/) or later
- Geoip lookup database in mmdb format, put it in `src-tauri`
```
wget -nv -O- "https://download.db-ip.com/free/dbip-country-lite-2023-07.mmdb.gz" | zcat > src-tauri/dbip.mmdb
wget -nv -O- "https://download.db-ip.com/free/dbip-country-lite-2023-09.mmdb.gz" | zcat > src-tauri/dbip.mmdb
```
You can get latest db from [db-ip.com](https://db-ip.com/db/download/ip-to-country-lite).

Expand Down

0 comments on commit ba086e3

Please sign in to comment.