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 [2023/12/19 13:26] – [Preparing dictionaries that list resources to block] elena.krasnobryzh | 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: ===== | ||
- | |||
- | Each line contains one URL (with no < | ||
- | < | ||
- | 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: | ||
- | |||
- | Each line contains one [[cn_info|name]]. For example: | ||
- | < | ||
- | www.vasexpertsdpi.com</ | ||
- | |||
- | To convert into the internal format: | ||
- | < | ||
- | |||
- | ===== File format with a list of public SNI (HTTPS domains) ===== | ||
- | Each line contains one SNI (without < | ||
- | < | ||
- | *.qiwi.ru</ | ||
- | |||
- | To convert into internal format | ||
- | < | ||
- | |||
- | ===== File format with a list of IP addresses to block: ===== | ||
- | |||
- | Each line contains one IP then space then the port's number: | ||
- | < | ||
- | 95.211.6.92 443</ | ||
- | |||
- | To convert into the internal format: | ||
- | < | ||
- | |||
- | < |