Commit 1f46e913 authored by bol-van's avatar bol-van
Browse files

blockcheck: fix tpws test regression

parent d6f929ee
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -1776,6 +1776,11 @@ check_domain_http_tcp()

	[ "$SKIP_IPBLOCK" = 1 ] || check_dpi_ip_block $1 $4

	[ "$SKIP_TPWS" = 1 ] || {
		echo
		tpws_check_domain_http_bypass $1 $3 $4
	}

	[ "$SKIP_PKTWS" = 1 ] || {
		echo
	        echo preparing $PKTWSD redirection
+1 −0
Original line number Diff line number Diff line
@@ -585,3 +585,4 @@ nfqws: backport from nfqws2 nl80211 ssid discovery fix for newer kernels
73.6

ipset: remove zapret-info based scripts because it's gone
blockcheck: fix tpws test regression