Skip to content

Commit

Permalink
Added DGA exception for Dropbox
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaderi committed Mar 3, 2024
1 parent e0587fe commit 70aae6e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/ndpi_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -3340,6 +3340,7 @@ static void ndpi_add_domain_risk_exceptions(struct ndpi_detection_module_struct
".work",
/* DGA's are used for caching */
"akamaihd.net",
"dropboxusercontent.com",
NULL /* End */
};
const ndpi_risk risks_to_mask[] = {
Expand Down

0 comments on commit 70aae6e

Please sign in to comment.