Mullvad VPN service added (based on entry node IP addresses) (#2062)

This commit is contained in:
snicket2100 2023-08-02 19:44:16 +02:00 committed by GitHub
parent 196395398e
commit 1fbe8a2385
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
15 changed files with 788 additions and 8 deletions

View file

@ -376,6 +376,7 @@ typedef enum {
NDPI_PROTOCOL_APACHE_THRIFT = 345,
NDPI_PROTOCOL_ROBLOX = 346,
NDPI_PROTOCOL_SERVICE_LOCATION = 347,
NDPI_PROTOCOL_MULLVAD = 348,
#ifdef CUSTOM_NDPI_PROTOCOLS
#include "../../../nDPI-custom/custom_ndpi_protocol_ids.h"