From 4f8427178a805fe7388c5fc8cfb16e2e601af920 Mon Sep 17 00:00:00 2001 From: usernamepi <53445688+usernamepi@users.noreply.github.com> Date: Fri, 7 May 2021 18:23:40 +0200 Subject: [PATCH] Missing comment "#" (#3022) Missed this ... but the logs showed it. --- config/action.d/ufw.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/action.d/ufw.conf b/config/action.d/ufw.conf index b5d1213c..088a5a9d 100644 --- a/config/action.d/ufw.conf +++ b/config/action.d/ufw.conf @@ -44,7 +44,7 @@ _kill_ss = ss -K dst "[]" # Option: kill # Notes.: can be used to specify custom killing feature, by default depending on option kill-mode # Examples: banaction = ufw[kill='ss -K "( sport = :http || sport = :https )" dst "[]"'] - banaction = ufw[kill='cutter ""'] +# banaction = ufw[kill='cutter ""'] kill = <_kill_> [Init]