mirror of
https://github.com/bol-van/zapret2
synced 2026-09-21 21:29:24 +03:00
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| .. | ||
| 10-list.sh | ||
| list_http.txt | ||
| list_https_tls12.txt | ||
| list_https_tls13.txt | ||
| list_quic.txt | ||
| README.txt | ||
Простой тестер стратегий по списку из файла. Скопируйте эту директорию под другим именем в blockcheck2.d, отредактируйте list файлы, впишите туда свои стратегии. В диалоге blockcheck2.sh выберите тест с названием вашей директории. Можно комментировать строки символом '#' в начале строки. Параметры со спец символами типа "<" больше не обязательно эскейпить - если строка не разбирается как shell, она пробуется заново буквально. Эскейпинг по правилам shell по-прежнему работает и пробуется первым. Альтернативный путь до файлов стратегий можно задать переменными LIST_HTTP, LIST_HTTPS_TLS12, LIST_HTTPS_TLS13, LIST_QUIC. This is simple strategy tester from a file. Copy this folder, write your strategies into list files and select your test in blockcheck2 dialog. Lines can be commented using the '#' symbol at the line start. Parameters with special symbols like "<" no longer need escaping - a line that doesn't parse as shell is retried literally instead of failing. Escaping by shell rules still works too and is tried first. Strategy list files paths can be overriden in env variables : LIST_HTTP, LIST_HTTPS_TLS12, LIST_HTTPS_TLS13, LIST_QUIC.