diff options
author | Luca <deri@ntop.org> | 2022-01-17 09:00:25 +0100 |
---|---|---|
committer | Luca <deri@ntop.org> | 2022-01-17 09:00:25 +0100 |
commit | 6679453d8601b7116534558097aaffc2bda14963 (patch) | |
tree | 1efefa8c72387f98208182e7b3854eade432fc42 /example | |
parent | 1ff308af0920deb5f14809947887967bdc3848cb (diff) |
Adds some risk exceptions for popular services and domain names
via a new (internal) function named ndpi_add_domain_risk_exceptions()
Diffstat (limited to 'example')
-rw-r--r-- | example/protos.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/example/protos.txt b/example/protos.txt index 3428ee109..7f47009bd 100644 --- a/example/protos.txt +++ b/example/protos.txt @@ -51,8 +51,7 @@ ip:54.80.47.130@AmazonPrime # For Flows with a hostname (e.g. TLS) the risk is also put in AND with the host_risk_mask #ip_risk_mask:192.168.1.0/24=0 #ip_risk_mask:10.196.157.228=0 -host_risk_mask:".local"=0 -host_risk_mask:".msftconnecttest.com"=0 +host_risk_mask:".home"=0 # Custom certification autorities we trust |