From 8b7e63882b53bfecaac03ffb307b26afb39f5df2 Mon Sep 17 00:00:00 2001 From: bol-van Date: Fri, 5 Mar 2021 21:57:32 +0300 Subject: [PATCH] init: macos add TPWS_OPT to tpws parameters --- init.d/macos/functions | 1 + 1 file changed, 1 insertion(+) diff --git a/init.d/macos/functions b/init.d/macos/functions index f5ecca7..6e9e076 100644 --- a/init.d/macos/functions +++ b/init.d/macos/functions @@ -442,6 +442,7 @@ zapret_do_daemons() opt="--socks --user=$TPWS_USER --port=$TPPORT" tpws_apply_socks_binds opt filter_apply_hostlist_target opt + opt="$opt $TPWS_OPT" do_daemon $1 1 "$TPWS" "$opt" ;; filter)