init: macos add TPWS_OPT to tpws parameters

This commit is contained in:
bol-van 2021-03-05 21:57:32 +03:00
parent 84ee4c5560
commit 8b7e63882b

View File

@ -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)