1
0
mirror of https://github.com/bol-van/zapret.git synced 2025-04-04 14:26:27 +03:00

blockcheck: SKIP_DNSCHECK

This commit is contained in:
bol-van 2024-07-11 20:44:52 +03:00
parent db28419094
commit 5a6dcb658b

@ -1786,7 +1786,7 @@ check_system
[ "$UNAME" = CYGWIN ] || require_root
check_prerequisites
trap sigint_cleanup INT
check_dns
[ "$SKIP_DNSCHECK" = 1 ] || check_dns
check_virt
ask_params
trap - INT