From 9d797f3dbc73cf643d2afd1d93c9ba3b2333d464 Mon Sep 17 00:00:00 2001 From: bol-van Date: Wed, 2 Oct 2024 13:26:18 +0300 Subject: [PATCH] blockcheck: detect goodbyedpi --- blockcheck.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/blockcheck.sh b/blockcheck.sh index 0fe1736..39d84c3 100755 --- a/blockcheck.sh +++ b/blockcheck.sh @@ -352,7 +352,7 @@ zp_already_running() { case "$UNAME" in CYGWIN) - win_process_exists $PKTWSD + win_process_exists $PKTWSD || win_process_exists goodbyedpi ;; *) process_exists $PKTWSD || process_exists tpws @@ -362,9 +362,9 @@ check_already() { echo \* checking already running zapret processes if zp_already_running; then - echo "!!! WARNING. some zapret processes already running !!!" + echo "!!! WARNING. some dpi bypass processes already running !!!" echo "!!! WARNING. blockcheck requires all DPI bypass methods disabled !!!" - echo "!!! WARNING. pls stop all zapret instances that may interfere with blockcheck !!!" + echo "!!! WARNING. pls stop all dpi bypass instances that may interfere with blockcheck !!!" fi }