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 [2020/02/05 17:29] – ↷ Page moved from en:dpi:dpi_options:base_functionality:opt_filtration:making_dictionary to en:dpi:dpi_options:opt_filtration:making_dictionary lexx26 | en:dpi:dpi_options:opt_filtration:making_dictionary [2025/01/13 12:00] (current) – [File format with a list of public SNI (QUIC/HTTPS domains)] elena.krasnobryzh | ||
|---|---|---|---|
| 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 (HTTP domains): ===== | ||
| + | |||
| + | Each line contains one URL (without < | ||
| + | < | ||
| + | *forever.com/ | ||
| + | 3dmx.net | ||
| + | *.3dmx.net (included wwww.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 [[en: | ||
| + | < | ||
| + | www.vasexperts.com | ||
| + | *.facebook.com (included wwww.facebook.com, | ||
| + | *google.com (included wwww.google.com, | ||
| + | </ | ||
| + | |||
| + | To convert into the internal format: | ||
| + | < | ||
| + | |||
| + | ===== File format with a list of blocked SNI (QUIC/HTTPS domains) ===== | ||
| + | Each line contains one SNI (without < | ||
| + | < | ||
| + | *.youtube.com (included wwww.youtube.com, | ||
| + | *google.com (included wwww.google.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: | ||
| + | < | ||
| + | |||
| + | < | ||