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_capture:capt_make:start [2020/02/12 13:37] – edrudichgmailcom | en:dpi:dpi_options:opt_capture:capt_make:start [Unknown date] (current) – removed - external edit (Unknown date) 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== 2 Preparing white list ====== | ||
- | {{indexmenu_n> | ||
- | The allowed resources list is created in two steps: first, **a text file** with the list of resources is created. Second, this **file is converted** into internal dictionary' | ||
- | <note tip>The following utilities are used for conversion: | ||
- | * url2dic - for URL, SNI, CN | ||
- | * ip2bin - for IP | ||
- | |||
- | Reverse conversion utilities: | ||
- | |||
- | * dic2host - to convert dic files with URL, SNI, CN to a list of domains | ||
- | * dic2star - to convert dic files from SNI, CN to a list of domains with * | ||
- | * dic2ip - to convert dic files from IP | ||
- | |||
- | To create a white list for payment systems, we recommend using a ready-made list. [[https:// | ||
- | </ | ||
- | |||
- | After the text file is converted you need to move the lists to the DPI configuration directory: | ||
- | |||
- | < | ||
- | mv my_cn_list.bin / | ||
- | mv my_ip_list.bin | ||
- | mv my_sni_list.bin | ||
- | |||
- | <note important> | ||
- | Any of the above lists may be absent</ | ||
- | |||
- | ===== The file format of the whitelisted resources' | ||
- | |||
- | Each line contains one URL (no < | ||
- | <code ini> | ||
- | 3dmx.net</ | ||
- | |||
- | To convert into the internal format: | ||
- | < | ||
- | |||
- | ===== The file format of the whitelisted names in SSL certificates (Common name): ===== | ||
- | |||
- | Each line contains one [[en: | ||
- | < | ||
- | www.vasexpertsdpi.com</ | ||
- | |||
- | To convert into the internal format: | ||
- | < | ||
- | |||
- | ===== The file format of the whitelisted SNI (HTTPS) ===== | ||
- | |||
- | Each line contains one SNI (without < | ||
- | |||
- | < | ||
- | *.qiwi.ru</ | ||
- | |||
- | To convert into the internal format: | ||
- | < | ||
- | |||
- | < | ||
- | |||
- | ===== The file format of the whitelisted IP addresses: ===== | ||
- | |||
- | Each line contains one ip < | ||
- | < | ||
- | 95.211.6.92 443</ | ||
- | |||
- | To convert into the internal format: | ||
- | < |