diff --git a/How-to-use-MaxMind's-GeoIP-database.md b/How-to-use-MaxMind's-GeoIP-database.md index 99edf0f..b5e4a4b 100644 --- a/How-to-use-MaxMind's-GeoIP-database.md +++ b/How-to-use-MaxMind's-GeoIP-database.md @@ -1,3 +1,13 @@ +**NOTE:** Current versions of qBittorrent rely on the [db-ip Country Lite](https://db-ip.com/db/download/ip-to-country-lite) database, which will be downloaded automatically during startup. + +If for some reason you require manual installation: + +1. Download the MMDB format from the above website (accept conditions) +2. Create a `GeoDB` folder in the folder where `BT_backup` is located +3. Unpack the downloaded archive into the `GeoDB` folder, and rename database file to `dbip-country-lite.mmdb` + +*** + Up until December 30th 2019 Maxmind offered the GeoIP-country database via a public URL. But after California Consumer Privacy Act (CCPA) it decided to change its distribution strategy. More details [here](https://blog.maxmind.com/2019/12/18/significant-changes-to-accessing-and-using-geolite2-databases/). Now, in order to automatically download and use the GeoIP-country database with qBittorrent, you have to [create a free account](https://www.maxmind.com/en/geolite2/signup) with MaxMind and get a free license key. **This is available from v4.2.2 onwards.**