summaryrefslogtreecommitdiff
path: root/configuration.md
AgeCommit message (Collapse)Author
2025-01-31Feat: support to generate pure ASN data202501310448Loyalsoldier
when using maxmindGeoLite2ASNCSV as input format
2024-11-04Feat: support to complement the output MMDB files as the official onesLoyalsoldier
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.
2024-11-03Feat: support IPInfo country mmdb format as input & outputLoyalsoldier
Download IPInfo free country mmdb file here: https://ipinfo.io/products/free-ip-database
2024-11-03Feat: support DB-IP country mmdb format as input & outputLoyalsoldier
Download DB-IP free country lite mmdb file here: https://db-ip.com/db/download/ip-to-country-lite
2024-11-03Docs: describe maxmind mmdb format more specificLoyalsoldier
2024-10-24Feat: support to exclude specified lists when outputLoyalsoldier
2024-10-22Feat: support to specify `onlyIPType` option in private input formatLoyalsoldier
2024-10-22Docs: fix maxmindGeoLite2ASNCSV configurationLoyalsoldier
2024-08-31Feat: support to specify IP or CIDR in config file for text input formatLoyalsoldier
2024-08-15Docs: add configuration explanationLoyalsoldier