Browse Source

init: macos add TPWS_OPT to tpws parameters

pull/65/head
bol-van 4 years ago
parent
commit
8b7e63882b
  1. 1
      init.d/macos/functions

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

Loading…
Cancel
Save