Browse Source

blockcheck: fix tpws test regression

pull/2027/head v72.6
bol-van 5 months ago
parent
commit
1f46e91342
  1. 5
      blockcheck.sh
  2. 1
      docs/changes.txt

5
blockcheck.sh

@ -1776,6 +1776,11 @@ check_domain_http_tcp()
[ "$SKIP_IPBLOCK" = 1 ] || check_dpi_ip_block $1 $4 [ "$SKIP_IPBLOCK" = 1 ] || check_dpi_ip_block $1 $4
[ "$SKIP_TPWS" = 1 ] || {
echo
tpws_check_domain_http_bypass $1 $3 $4
}
[ "$SKIP_PKTWS" = 1 ] || { [ "$SKIP_PKTWS" = 1 ] || {
echo echo
echo preparing $PKTWSD redirection echo preparing $PKTWSD redirection

1
docs/changes.txt

@ -585,3 +585,4 @@ nfqws: backport from nfqws2 nl80211 ssid discovery fix for newer kernels
73.6 73.6
ipset: remove zapret-info based scripts because it's gone ipset: remove zapret-info based scripts because it's gone
blockcheck: fix tpws test regression

Loading…
Cancel
Save