| Age | Commit message (Collapse) | Author |
|
* Release: `cn` list does not use IPv6 data from MaxMind
* Docs: change `cn` IPv6 data source
|
|
Removed args for surgeRuleSet action in config.json
|
|
|
|
The IPs in `geoip:tor` are Tor Exit Nodes published by Tor project here: https://check.torproject.org/torbulkexitlist
|
|
Note: Use this `Country-without-asn.mmdb` file other than the `Country.mmdb` file in this project if you do not need the appended company (ASN) lists.
The `Country-without-asn.mmdb` is with more accurate country/region geoip data than `Country.mmdb` due to maxmind mmdb format constraint. For more details, see https://github.com/Loyalsoldier/geoip/blob/HEAD/configuration.md#maxmindmmdb-1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Feat: refine cloudflare CIDR
* Fix: remove unnecessary IP type constraint
* CI: remove redundant cloudflare CIDR step
---------
Co-authored-by: Loyalsoldier <[email protected]>
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|