zapret2/blockcheck2.d/custom
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-09-18 10:04:10 +03:00
..
10-list.sh blockcheck2: warn about eval failing strategies in custom list 2026-09-18 10:04:10 +03:00
list_http.txt blockcheck2: custom test special chars escape warning 2026-01-15 10:22:00 +03:00
list_https_tls12.txt blockcheck2: custom test special chars escape warning 2026-01-15 10:22:00 +03:00
list_https_tls13.txt blockcheck2: custom test special chars escape warning 2026-01-15 10:22:00 +03:00
list_quic.txt blockcheck2: custom test special chars escape warning 2026-01-15 10:22:00 +03:00
README.txt [blockcheck2] Stop requiring manual escaping in strategy lists 2026-09-17 11:31:30 +03:00

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Простой тестер стратегий по списку из файла.
Скопируйте эту директорию под другим именем в 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.