separate desync options for http and https

This commit is contained in:
bol-van
2021-03-20 13:03:47 +03:00
parent 17867c25b7
commit f6d80e78b4
12 changed files with 84 additions and 149 deletions

View File

@@ -306,8 +306,10 @@ select_mode_mode()
;;
nfqws)
echo
echo nfqws options : $NFQWS_OPT_DESYNC
echo to change : edit NFQWS_OPT_DESYNC in $ZAPRET_CONFIG
echo "nfqws options (default) : $NFQWS_OPT_DESYNC"
echo "nfqws options (http) : $NFQWS_OPT_DESYNC_HTTP"
echo "nfqws options (https) : $NFQWS_OPT_DESYNC_HTTPS"
echo to change : edit NFQWS_OPT_DESYNC, NFQWS_OPT_DESYNC_HTTP, NFQWS_OPT_DESYNC_HTTPS in $ZAPRET_CONFIG
;;
esac
}