diff options
author | Luca Deri <deri@ntop.org> | 2023-10-29 22:54:15 +0100 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2023-10-29 22:54:45 +0100 |
commit | 76829b413fe5a6fce197d928fe8f27f9431c4ac9 (patch) | |
tree | 14c42df64ee26c1b641c5643671fef5dfbcb6b76 /example | |
parent | b8e0602bfd5d3696272550fdd28ddfedd94dff6c (diff) |
Implements support for symbolic host names (#2123)
Diffstat (limited to 'example')
-rw-r--r-- | example/protos.txt | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/example/protos.txt b/example/protos.txt index 683107f74..d8cde5022 100644 --- a/example/protos.txt +++ b/example/protos.txt @@ -46,7 +46,6 @@ host:"api-global.netflix.com"@Netflix # detected as <L7 proto>.Google but only # as <L7 proto> # - ip:213.75.170.11/32:443@CustomProtocol ip:8.248.73.247:443@AmazonPrime ip:54.80.47.130@AmazonPrime @@ -62,6 +61,12 @@ ipv6:[fe80::76ac:b9ff:fe6c:c124]:12717@CustomProtocolG ipv6:[fe80::76ac:b9ff:fe6c:c124]:12718@CustomProtocolH # +# You can use symbolic IP addreses if you want +# +ip:www.ntop.org@ntop +ipv6:www.ntop.org@ntop + +# # Risk Exceptions # # ip_risk_mask: used to mask flow risks for IP addresses |