Missing comment "#" (#3022)

Missed this ... but the logs showed it.
pull/3025/head
usernamepi 2021-05-07 18:23:40 +02:00 committed by GitHub
parent 6ac2156907
commit 4f8427178a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ _kill_ss = ss -K dst "[<ip>]"
# 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 "[<ip>]"']
banaction = ufw[kill='cutter "<ip>"']
# banaction = ufw[kill='cutter "<ip>"']
kill = <_kill_<kill-mode>>
[Init]