| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-09-15 | Feat: add ::/128 to private list (#126) | umlka | |
| https://en.wikipedia.org/wiki/Reserved_IP_addresses Co-authored-by: mzz <[email protected]> | |||
| 2023-07-28 | Fix: private CIDR list missing IPv6 multicast address (#112) | kunish | |
| 2022-09-17 | Feat: support maxmindMMDB type as input format | Loyalsoldier | |
| 2022-09-17 | Chore: rename variables & functions | Loyalsoldier | |
| 2022-09-17 | Chore: rename mmdb.go to mmdb_out.go | Loyalsoldier | |
| 2022-08-29 | Fix: add option overwriteList | Loyalsoldier | |
| Due to MaxMind mmdb file format constraint, the IPs and/or CIDRs of the latter written list will overwrite those of the former one when duplicated data is found. To make sure that the lists you added include all their own IPs and/or CIDRs, you must place the name of the most important list at last in option wantedList and option overwriteList of type maxmindMMDB in config file. The option overwriteList of type maxmindMMDB is used when the IPs and/or CIDRs of some lists in generated mmdb file overlap. For example, if you change the CIDRs of the list "cn", and generate the full version of Country.mmdb file which is with all countries(lists), the option overwriteList must include "cn", so that the "cn" list will be written at last, which ensures it includes all the CIDRs you specify. If the option wantedList of type maxmindMMDB is specified, no need for option overwriteList. | |||
| 2022-08-29 | Fix: invalid mmdb file | Loyalsoldier | |
| 2022-03-25 | Chore: use v2ray v5 | Loyalsoldier | |
| 2021-11-21 | Feat: support v2rayGeoIPDat as input format | Loyalsoldier | |
| 2021-11-21 | Feat: introduce cutter as an input format to remove data from previous steps | Loyalsoldier | |
| 2021-10-04 | Feat: remove unused replace action | loyalsoldier | |
| 2021-09-11 | Feat: make entry not found error more visible | loyalsoldier | |
| 2021-08-29 | Refactor: use plugin architecture to support multiple I/O formats | loyalsoldier | |
