diff options
author | snicket2100 <57048005+snicket2100@users.noreply.github.com> | 2023-08-02 19:44:16 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-02 19:44:16 +0200 |
commit | 1fbe8a23854f3c27bbe5d15f95f62ce42e3c73dc (patch) | |
tree | 2137f9959fcde2bff786363789e486f9d110f027 /src/include/ndpi_typedefs.h | |
parent | 196395398ebdeb47e0da102f7bb489b355f63ae2 (diff) |
Mullvad VPN service added (based on entry node IP addresses) (#2062)
Diffstat (limited to 'src/include/ndpi_typedefs.h')
-rw-r--r-- | src/include/ndpi_typedefs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/ndpi_typedefs.h b/src/include/ndpi_typedefs.h index 708322a5d..18d2bc078 100644 --- a/src/include/ndpi_typedefs.h +++ b/src/include/ndpi_typedefs.h @@ -1768,6 +1768,7 @@ typedef enum { See: https://www.usenix.org/system/files/sec23fall-prepub-234-wu-mingshi.pdf */ ndpi_disable_fully_encrypted_heuristic = (1 << 21), ndpi_dont_load_protonvpn_exit_nodes_list = (1 << 22), + ndpi_dont_load_mullvad_list = (1 << 23), } ndpi_prefs; typedef struct { |