From 951c980bec107882fdcbbf62c22b57dfa2b8dcc8 Mon Sep 17 00:00:00 2001 From: bol-van Date: Mon, 7 Jul 2025 17:33:36 +0300 Subject: [PATCH] typo --- common/base.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/base.sh b/common/base.sh index b84f5cb..7a01064 100644 --- a/common/base.sh +++ b/common/base.sh @@ -408,7 +408,7 @@ has_bad_ws_options() contains "$1" "--ipset" && { echo - echo "WARNING !!! --ipset paramter is present" + echo "WARNING !!! --ipset parameter is present" echo "It's OK if you only specialize already redirected traffic and also process the rest." echo "If you redirect port X to process several IPs from the list and do nothing with the rest - IT'S VERY INEFFECTIVE !" echo "Kernel ipsets should be used instead. Write custom scripts and filter IPs in kernel."