diff options
author | Luca <deri@ntop.org> | 2024-01-15 19:03:46 +0100 |
---|---|---|
committer | Luca <deri@ntop.org> | 2024-01-15 19:03:46 +0100 |
commit | 162c38f18f81a4e069db5f957c13f68c2cdc9b89 (patch) | |
tree | 33555b3e246c83832c0e3a99fda75912ba686461 /lists/README.md | |
parent | 61a18623e71626b4c9197f171ca219fae6f5792b (diff) |
Added new API calls
- ndpi_load_domain_suffixes()
- ndpi_get_host_domain_suffix()
whose goal is to find the domain name of a hostname. Example:
www.bbc.co.uk -> co.uk
mail.apple.com -> com
Diffstat (limited to 'lists/README.md')
-rw-r--r-- | lists/README.md | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/lists/README.md b/lists/README.md index 355d066de..8341d324b 100644 --- a/lists/README.md +++ b/lists/README.md @@ -8,4 +8,13 @@ File Name Format ---------------- The file name format is <category id>_<string>.list -The category id list can be found in src/include/ndpi_typedefs.h
\ No newline at end of file +The category id list can be found in src/include/ndpi_typedefs.h + + +Domain Suffix List +------------------ + +public_suffix_list.dat can be downloaded from +https://publicsuffix.org/list/public_suffix_list.dat and +it contains the list of domain suffixes + |