mirror of
https://github.com/vel21ripn/nDPI.git
synced 2026-05-02 08:50:18 +00:00
- 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
20 lines
477 B
Markdown
20 lines
477 B
Markdown
What's Inside
|
|
-------------
|
|
|
|
This directory contains list of Internet domain names that are loaded
|
|
by ndpiReader with -G <lists directory>
|
|
|
|
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
|
|
|
|
|
|
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
|
|
|