diff options
author | Ivan Nardi <12729895+IvanNardi@users.noreply.github.com> | 2025-01-17 20:38:35 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-17 20:38:35 +0100 |
commit | 949bff774168573e8105c3a6ea2a116a6a14796c (patch) | |
tree | 664aeb61d3b7343b50ea2227b0691a0bf5947330 /src | |
parent | 1bda2a26507b0516a618c144546c310897d2b06b (diff) |
Minor follow-up for DigitalOcean support (#2682)
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/ndpi_main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/ndpi_main.c b/src/lib/ndpi_main.c index e389e930f..e48f37f69 100644 --- a/src/lib/ndpi_main.c +++ b/src/lib/ndpi_main.c @@ -465,6 +465,7 @@ int is_flow_addr_informative(const struct ndpi_flow_struct *flow) case NDPI_PROTOCOL_CACHEFLY: case NDPI_PROTOCOL_CLOUDFLARE: case NDPI_PROTOCOL_GOOGLE_CLOUD: + case NDPI_PROTOCOL_DIGITALOCEAN: return 0; /* This is basically the list of VPNs (with **entry** addresses) supported by nDPI */ case NDPI_PROTOCOL_NORDVPN: |