Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Updated `utils/whatsapp_ip_addresses_download.sh' to scrape the required IP ↵ | Toni | 2022-04-22 |
| | | | | | | | | addresses/ranges. (#1524) * Replaced return statements in `utils/*.sh' with exit's (such scripts should never source'd) * Ran `utils/update_every_lists.sh' Signed-off-by: lns <matzeton@googlemail.com> | ||
* | Improved ASN/IP update scripts and CI integration. (#1474) | Toni | 2022-03-09 |
| | | | | | * CI will print a warning if ASN/IP addresses changed. Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | ||
* | Add some scripts to easily update some IPs lists (#1449) | Ivan Nardi | 2022-02-25 |
While the lists in a6ff0dd0 and 2f5f445f are somehow provided by the companies themselves (or by some interested parties), these new lists are directly extracted from BGP information, via AS prefixes. *Usually*, these new lists are far more stable than the previous ones. TODO: * add some other ASNs (see `src/lib/ndpi_content_match.c.inc`) * IPv6, as usual :-( |