mirror of
https://github.com/bol-van/zapret.git
synced 2024-11-26 20:20:53 +03:00
blockcheck: detect goodbyedpi
This commit is contained in:
parent
32158541b1
commit
9d797f3dbc
@ -352,7 +352,7 @@ zp_already_running()
|
|||||||
{
|
{
|
||||||
case "$UNAME" in
|
case "$UNAME" in
|
||||||
CYGWIN)
|
CYGWIN)
|
||||||
win_process_exists $PKTWSD
|
win_process_exists $PKTWSD || win_process_exists goodbyedpi
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
process_exists $PKTWSD || process_exists tpws
|
process_exists $PKTWSD || process_exists tpws
|
||||||
@ -362,9 +362,9 @@ check_already()
|
|||||||
{
|
{
|
||||||
echo \* checking already running zapret processes
|
echo \* checking already running zapret processes
|
||||||
if zp_already_running; then
|
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. 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
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user