<accordion-item title="2. Is it Possible to Use a Mask in Domain Names in the File? For Example, to Avoid Listing All Third-Level Domains.">
<accordion-item title="2. Is it Possible to Use a Mask in Domain Names in the File? For Example, to Avoid Listing All Third-Level Domains.">
Unfortunately, using full regular expressions in the search algorithm would significantly impact DPI performance. To address this problem, we suggest the following solution:
Unfortunately, using full regular expressions in the search algorithm would significantly impact DPI performance. To address this problem, we suggest the following solution:
-
- Configure clickstream recording to a file with the host parameter (hostname) — [[en:dpi:dpi_options:opt_li:li_settings|see metadata recording point http]]
+
- Configure clickstream recording to a file with the host parameter (hostname) — [[en:dpi:dpi_components:platform:li_settings|see metadata recording point http]]
- To compute third-level domains, use the following command:<code bash>grep yandex.ru clickstream.txt | sort -uniq</code>
- To compute third-level domains, use the following command:<code bash>grep yandex.ru clickstream.txt | sort -uniq</code>
As a result, you will get a list of third-level domains used by subscribers on your network.
As a result, you will get a list of third-level domains used by subscribers on your network.