Differences
This shows you the differences between two versions of the page.
en:making_dictionary [2015/04/04 22:21] – created translator1 | en:making_dictionary [Unknown date] (current) – removed - external edit (Unknown date) 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | The dictionary that holds a list of resources to block takes two steps. First, one creates a text file with a list of resources. Second, one converts this file into an internal format by means of a special 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((Old versions of the converter place empty lines in this file into the list to block. This leads to blocking of all sites. [[errata_2|Update utilities!]])): | ||
- | |||
- | < | ||
- | |||
- | === File format with a list of names to block in SSL certificates: | ||
- | |||
- | Each line contains one [[cn_info|name]]. For example: | ||
- | < | ||
- | www.vasexperts.ru</ | ||
- | |||
- | To convert into the internal format(([[Errata|Corrections]])): | ||
- | < | ||
- | |||
- | === 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: | ||
- | < | ||