use TPWS_OPT_SUFFIX in scripts

This commit is contained in:
bol-van
2024-09-20 09:52:31 +03:00
parent d6236cfe91
commit 1c162c0639
7 changed files with 10 additions and 1 deletions

View File

@@ -10,6 +10,7 @@ zapret_custom_daemons()
[ "$MODE_HTTP" = "1" ] && {
opt="--port=$TPPORT $TPWS_OPT"
filter_apply_hostlist_target opt
filter_apply_suffix opt "$TPWS_OPT_SUFFIX"
do_tpws $1 1 "$opt"
}