-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
55 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
# GeoLite2 without the hassle | ||
|
||
## About | ||
|
||
Want to use GeoLite2 (or just GeoIP in general) without making a Maxmind account? | ||
|
||
Introducing the Fyra Labs GeoLite2 distribution™. Every day, we'll download the latest GeoLite2 databases, and upload them to GitHub releases, bullshit-free :3 | ||
|
||
## Usage | ||
|
||
Want to get up and running quick? Go ahead and grab one of the databases from the [latest release](https://github.com/FyraLabs/geolite2/releases/latest). | ||
|
||
Or use a direct link, perfect for scripting and containers. | ||
|
||
<details> | ||
<summary>Links</summary> | ||
|
||
- [GeoLite2-ASN-Blocks-IPv4.csv](https://github.com/FyraLabs/geolite2/releases/latest/download/GeoLite2-ASN-Blocks-IPv4.csv) | ||
- [GeoLite2-ASN-Blocks-IPv6.csv](https://github.com/FyraLabs/geolite2/releases/latest/download/GeoLite2-ASN-Blocks-IPv6.csv) | ||
- [GeoLite2-ASN.mmdb](https://github.com/FyraLabs/geolite2/releases/latest/download/GeoLite2-ASN.mmdb) | ||
- [GeoLite2-City-Blocks-IPv4.csv](https://github.com/FyraLabs/geolite2/releases/latest/download/GeoLite2-City-Blocks-IPv4.csv) | ||
- [GeoLite2-City-Blocks-IPv6.csv](https://github.com/FyraLabs/geolite2/releases/latest/download/GeoLite2-City-Blocks-IPv6.csv) | ||
- [GeoLite2-City-Locations-de.csv](https://github.com/FyraLabs/geolite2/releases/latest/download/GeoLite2-City-Locations-de.csv) | ||
- [GeoLite2-City-Locations-en.csv](https://github.com/FyraLabs/geolite2/releases/latest/download/GeoLite2-City-Locations-en.csv) | ||
- [GeoLite2-City-Locations-es.csv](https://github.com/FyraLabs/geolite2/releases/latest/download/GeoLite2-City-Locations-es.csv) | ||
- [GeoLite2-City-Locations-fr.csv](https://github.com/FyraLabs/geolite2/releases/latest/download/GeoLite2-City-Locations-fr.csv) | ||
- [GeoLite2-City-Locations-ja.csv](https://github.com/FyraLabs/geolite2/releases/latest/download/GeoLite2-City-Locations-ja.csv) | ||
- [GeoLite2-City-Locations-pt-BR.csv](https://github.com/FyraLabs/geolite2/releases/latest/download/GeoLite2-City-Locations-pt-BR.csv) | ||
- [GeoLite2-City-Locations-ru.csv](https://github.com/FyraLabs/geolite2/releases/latest/download/GeoLite2-City-Locations-ru.csv) | ||
- [GeoLite2-City-Locations-zh-CN.csv](https://github.com/FyraLabs/geolite2/releases/latest/download/GeoLite2-City-Locations-zh-CN.csv) | ||
- [GeoLite2-City.mmdb](https://github.com/FyraLabs/geolite2/releases/latest/download/GeoLite2-City.mmdb) | ||
- [GeoLite2-Country-Blocks-IPv4.csv](https://github.com/FyraLabs/geolite2/releases/latest/download/GeoLite2-Country-Blocks-IPv4.csv) | ||
- [GeoLite2-Country-Blocks-IPv6.csv](https://github.com/FyraLabs/geolite2/releases/latest/download/GeoLite2-Country-Blocks-IPv6.csv) | ||
- [GeoLite2-Country-Locations-de.csv](https://github.com/FyraLabs/geolite2/releases/latest/download/GeoLite2-Country-Locations-de.csv) | ||
- [GeoLite2-Country-Locations-en.csv](https://github.com/FyraLabs/geolite2/releases/latest/download/GeoLite2-Country-Locations-en.csv) | ||
- [GeoLite2-Country-Locations-es.csv](https://github.com/FyraLabs/geolite2/releases/latest/download/GeoLite2-Country-Locations-es.csv) | ||
- [GeoLite2-Country-Locations-fr.csv](https://github.com/FyraLabs/geolite2/releases/latest/download/GeoLite2-Country-Locations-fr.csv) | ||
- [GeoLite2-Country-Locations-ja.csv](https://github.com/FyraLabs/geolite2/releases/latest/download/GeoLite2-Country-Locations-ja.csv) | ||
- [GeoLite2-Country-Locations-pt-BR.csv](https://github.com/FyraLabs/geolite2/releases/latest/download/GeoLite2-Country-Locations-pt-BR.csv) | ||
- [GeoLite2-Country-Locations-ru.csv](https://github.com/FyraLabs/geolite2/releases/latest/download/GeoLite2-Country-Locations-ru.csv) | ||
- [GeoLite2-Country-Locations-zh-CN.csv](https://github.com/FyraLabs/geolite2/releases/latest/download/GeoLite2-Country-Locations-zh-CN.csv) | ||
- [GeoLite2-Country.mmdb](https://github.com/FyraLabs/geolite2/releases/latest/download/GeoLite2-Country.mmdb) | ||
</details> | ||
|
||
## Legal | ||
|
||
GeoLite2 is licenced under the [GeoLite2 EULA](https://www.maxmind.com/en/geolite2/eula). | ||
|
||
Fyra Labs and this repository is not affilated with Maxmind in any capacity. ~~Also, we don't really have a trademark over "Fyra Labs GeoLite2 distribution."~~ | ||
|
||
## Bye? | ||
|
||
Goodbye! | ||
|
||
<sub>Made with <3 by nekos at Fyra Labs~</sub> |