This commit is contained in:
Sean Whalen
2020-01-14 17:40:22 -05:00
parent 1024feee3d
commit 23cdff6de3
3 changed files with 6 additions and 6 deletions
+3 -3
View File
@@ -505,10 +505,10 @@ The latest builds for Linux, macOS, and Windows can be downloaded from the `geoi
On December 30th, 2019, MaxMind started requiring free accounts to access the free Geolite2 databases, in order `to
comply with various privacy regulations`_.
Start by `registering for a free GeoLite account`_, and signing in.
Start by `registering for a free GeoLite2 account`_, and signing in.
Then, navigate the to the `License Keys`_ page under your account, and create a new license key for the version of
`geoipupdate` that was installed.
``geoipupdate`` that was installed.
.. warning::
@@ -1593,7 +1593,7 @@ Indices and tables
.. _to comply with various privacy regulations: https://blog.maxmind.com/2019/12/18/significant-changes-to-accessing-and-using-geolite2-databases/
.. _registering for a free GeoLite account: https://www.maxmind.com/en/geolite2/signup
.. _registering for a free GeoLite2 account: https://www.maxmind.com/en/geolite2/signup
.. _License Keys: https://www.maxmind.com/en/accounts/current/license-key
+2 -2
View File
@@ -704,9 +704,9 @@ sudo apt install -y geoipupdate
<p>The latest builds for Linux, macOS, and Windows can be downloaded from the <a class="reference external" href="https://github.com/maxmind/geoipupdate/releases">geoipupdate releases page on GitHub</a>.</p>
<p>On December 30th, 2019, MaxMind started requiring free accounts to access the free Geolite2 databases, in order <a class="reference external" href="https://blog.maxmind.com/2019/12/18/significant-changes-to-accessing-and-using-geolite2-databases/">to
comply with various privacy regulations</a>.</p>
<p>Start by <a class="reference external" href="https://www.maxmind.com/en/geolite2/signup">registering for a free GeoLite account</a>, and signing in.</p>
<p>Start by <a class="reference external" href="https://www.maxmind.com/en/geolite2/signup">registering for a free GeoLite2 account</a>, and signing in.</p>
<p>Then, navigate the to the <a class="reference external" href="https://www.maxmind.com/en/accounts/current/license-key">License Keys</a> page under your account, and create a new license key for the version of
<cite>geoipupdate</cite> that was installed.</p>
<code class="docutils literal notranslate"><span class="pre">geoipupdate</span></code> that was installed.</p>
<div class="admonition warning">
<p class="admonition-title">Warning</p>
<p>The configuration file format is different for older (i.e. &lt;=3.1.1) and newer (i.e. &gt;=3.1.1) versions
+1 -1
View File
File diff suppressed because one or more lines are too long