aboutsummaryrefslogtreecommitdiff
path: root/src/lib/inc_generated/ndpi_protonvpn_in_match.c.inc
Commit message (Collapse)AuthorAge
* Update all IPs lists (#2643)Ivan Nardi2024-12-13
|
* Update all IP lists (#2515)Ivan Nardi2024-08-02
| | | | | The `suffix_id` is simply an incremental index (see `ndpi_load_domain_suffixes`), so its value might changes every time we update the public suffix list.
* IP lists: aggregate addresses wherever possible (#2152)Ivan Nardi2023-11-17
| | | See #2150
* ipv6: add support for ipv6 addresses lists (#2113)Ivan Nardi2023-10-26
|
* Update every ip lists (#2079)Ivan Nardi2023-09-10
|
* ProtonVPN: split the ip list (#2060)Ivan Nardi2023-07-27
Use two separate lists: * one for the ingress nodes, which triggers a ProtonVPN classification * one for the egress nodes, which triggers the `NDPI_ANONYMOUS_SUBSCRIBER` risk Add a command line option (to `ndpiReader`) to easily test IP/port matching. Add another example of custom rule.