Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
en:dpi:dpi_options:opt_filtration:making_dictionary:start [2024/09/24 08:17] – atereschenko | en:dpi:dpi_options:opt_filtration:making_dictionary:start [Unknown date] (current) – removed - external edit (Unknown date) 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Preparing dictionaries that list resources to block ====== | ||
- | {{indexmenu_n> | ||
- | Preparing a dictionary with a list of resources to block takes two steps. Firstly, one creates a text file with a list of resources. Secondly, one converts this file into an internal format by means of a special utility. | ||
- | < | ||
- | * '' | ||
- | * '' | ||
- | |||
- | Blacklist Checker Utility - '' | ||
- | |||
- | ===== File format with a list of URLs to block (HTTPdomains): | ||
- | |||
- | Each line contains one URL (with no < | ||
- | < | ||
- | 3dmx.net | ||
- | *.3dmx.net | ||
- | </ | ||
- | |||
- | To convert into the internal format | ||
- | < | ||
- | |||
- | To convert into the internal format with automatic conversion of domains and URL-letters written in the national alphabet in utf-8 encoding: | ||
- | < | ||
- | |||
- | ===== File format with a list of names to block in SSL certificates (QUIC/HTTPS domains): ===== | ||
- | |||
- | Each line contains one [[cn_info|name]]. For example: | ||
- | < | ||
- | www.vasexperts.com</ | ||
- | |||
- | To convert into the internal format: | ||
- | < | ||
- | |||
- | ===== File format with a list of public SNI (QUIC/HTTPS domains) ===== | ||
- | Each line contains one SNI (without < | ||
- | < | ||
- | *.youtube.com | ||
- | </ | ||
- | |||
- | To convert into internal format | ||
- | < | ||
- | |||
- | ===== File format with the list of blocked IP addresses, CIDR: ===== | ||
- | |||
- | As of version 12.4, list-based list creation is supported: | ||
- | * IPv4 < | ||
- | * IPv4 | ||
- | * IPv6 < | ||
- | * IPv6 | ||
- | * CIDR IPv4/IPv6 | ||
- | |||
- | Each line of the file contains only one entry, example for IPv4: | ||
- | < | ||
- | 78.47.115.34 443 | ||
- | 95.211.6.93 | ||
- | 95.211.4.0/ | ||
- | </ | ||
- | |||
- | < | ||
- | Since version 13, support for hard blocking (despite URL/SNI/CN name) has been added - set by adding the code word '' | ||
- | < | ||
- | 78.47.115.34 443 hard | ||
- | 95.211.6.93 hard | ||
- | 95.211.4.0/ | ||
- | </ | ||
- | |||
- | To convert into the internal format: | ||
- | < | ||
- | |||
- | < |