diff options
| author | s1n <[email protected]> | 2020-03-28 10:36:41 -0700 |
|---|---|---|
| committer | s1n <[email protected]> | 2020-03-28 10:36:41 -0700 |
| commit | 25b7d2aab61ae6421398d3abae5da6ffe590333d (patch) | |
| tree | 611985ec78bb2d94099c9fd5dd687f5c9cee6f3e /includes/geo/README.md | |
| parent | Initial commit (diff) | |
| download | crack.cf-backup-master.tar.xz crack.cf-backup-master.zip | |
Diffstat (limited to 'includes/geo/README.md')
| -rw-r--r-- | includes/geo/README.md | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/includes/geo/README.md b/includes/geo/README.md new file mode 100644 index 0000000..12fcb40 --- /dev/null +++ b/includes/geo/README.md @@ -0,0 +1,23 @@ +GeoIP package for YOURLS +======================== + +What the hell? +-------------- + +The DB file from this package (GeoLite2-Country.mmdb) is provided free by +MaxMind. Accuracy is 99.5% so don't sweat it if you get unrealistic results. + +If unsure, you can always get the latest version of the GeoIP2 database +from the following URL: http://dev.maxmind.com/geoip/geoip2/geolite2/ +(look for a link pointing to a file named "GeoLite2-Country.tar.gz") + +Flag files from this package come from various sources. Feel free to copy and +redistribute them just as I'm doing :) + + +Copyright and License +--------------------- + +Database and Contents Copyright (c) 2017 MaxMind, Inc. This work is licensed under the Creative Commons Attribution-ShareAlike 4.0 International License. To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/4.0/. + +This database incorporates GeoNames [http://www.geonames.org] geographical data, which is made available under the Creative Commons Attribution 3.0 License. To view a copy of this license, visit http://www.creativecommons.org/licenses/by/3.0/us/. |