White List and Captive Portal (Service 5) [Документация VAS Experts]

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

en:dpi:faq:dpi:capture [2024/09/26 15:29] – created - external edit 127.0.0.1en:dpi:faq:dpi:capture [2026/07/02 14:16] (current) – ↷ Links adapted because of a move operation elena.krasnobryzh
Line 14: Line 14:
 <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.
 </accordion-item> </accordion-item>
 </accordion> </accordion>