From 162c38f18f81a4e069db5f957c13f68c2cdc9b89 Mon Sep 17 00:00:00 2001 From: Luca <deri@ntop.org> Date: Mon, 15 Jan 2024 19:03:46 +0100 Subject: 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 --- lists/README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'lists/README.md') 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 + -- cgit v1.2.3