diff options
author | Ivan Nardi <12729895+IvanNardi@users.noreply.github.com> | 2024-08-02 15:06:08 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-02 15:06:08 +0200 |
commit | 2740a4f4e3d56f992b37e1fa273b6e0f3490868e (patch) | |
tree | 839d7de0a913194efbc8db054e48f10b346dcd5b /src/lib/inc_generated/ndpi_asn_netflix.c.inc | |
parent | dbfeb06e26bb91769b870a1694f85fb6f44e2499 (diff) |
Update all IP lists (#2515)
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.
Diffstat (limited to 'src/lib/inc_generated/ndpi_asn_netflix.c.inc')
-rw-r--r-- | src/lib/inc_generated/ndpi_asn_netflix.c.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/inc_generated/ndpi_asn_netflix.c.inc b/src/lib/inc_generated/ndpi_asn_netflix.c.inc index 01cc02a7f..b73ca8888 100644 --- a/src/lib/inc_generated/ndpi_asn_netflix.c.inc +++ b/src/lib/inc_generated/ndpi_asn_netflix.c.inc @@ -41,6 +41,7 @@ static ndpi_network ndpi_protocol_netflix_protocol_list[] = { static ndpi_network6 ndpi_protocol_netflix_protocol_list_6[] = { { "2607:fb10::", 32, NDPI_PROTOCOL_NETFLIX }, + { "2620:0:ef0::", 48, NDPI_PROTOCOL_NETFLIX }, { "2620:10c:7000::", 44, NDPI_PROTOCOL_NETFLIX }, { "2a00:86c0::", 32, NDPI_PROTOCOL_NETFLIX }, { "2a03:5640::", 32, NDPI_PROTOCOL_NETFLIX }, |