From ba086e3a5af89c0b0ed8dae7fb18b979b35d8107 Mon Sep 17 00:00:00 2001 From: qu1ck Date: Tue, 19 Sep 2023 00:10:00 -0700 Subject: [PATCH] Bump dbip db version to 2023-09 --- .github/workflows/build.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6249648..279c29a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 diff --git a/README.md b/README.md index 22e10e9..14a369f 100644 --- a/README.md +++ b/README.md @@ -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).