| Age | Commit message (Collapse) | Author |
|
Co-authored-by: Loyalsoldier <[email protected]>
|
|
|
|
|
|
|
|
Co-authored-by: Loyalsoldier <[email protected]>
|
|
IPInfo upgraded the free geolocation database to `lite` and changed the database fields. For more details see: https://ipinfo.io/lite
|
|
|
|
when using maxmindGeoLite2ASNCSV as input format
|
|
maxmindGeoLite2CountryCSV
|
|
|
|
Use the configuration option `sourceMMDBURI`
to specify the URI to the official MMDB files,
so that the output MMDB files are fully compatible
with the official ones.
|
|
Download IPInfo free country mmdb file here: https://ipinfo.io/products/free-ip-database
|
|
|
|
Download DB-IP free country lite mmdb file here: https://db-ip.com/db/download/ip-to-country-lite
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
For the arg `jsonPath` in config, see syntax explanation here: https://github.com/tidwall/gjson/blob/master/SYNTAX.md
|
|
|
|
|
|
|
|
|
|
Output plaintext CIDR with prefix and suffix in one line by using `text` format as output, specified by args `addPrefixInLine` and `addSuffixInLine`
|
|
IP and CIDR with prefix and suffix in one line now can be processed by using `text` format as input, specified by args `removePrefixesInLine` and `removeSuffixesInLine`.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
stdout stands for standard output, which means geoip now supports pipe operator
|
|
stdin stands for standard input, which means geoip now supports pipe operator
|
|
|
|
|
|
|