diff --git a/config/action.d/ufw.conf b/config/action.d/ufw.conf index c9ff7f37..060093a0 100644 --- a/config/action.d/ufw.conf +++ b/config/action.d/ufw.conf @@ -44,7 +44,7 @@ _kill_conntrack = conntrack -D -s "" # 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 "[]"'] +# Examples: banaction = ufw[kill='ss -K "dst = [] && ( sport = :http || sport = :https )"'] # banaction = ufw[kill='cutter ""'] kill = <_kill_>