( nagylzs | 2021. 08. 05., cs – 18:33 )

Az ufw,conf -ban ez van:

[Definition]

actionstart = 

actionstop = 

actioncheck = 

actionban = [ -n "<application>" ] && app="app <application>"
            ufw insert <insertpos> <blocktype> from <ip> to <destination> $app

actionunban = [ -n "<application>" ] && app="app <application>"
              ufw delete <blocktype> from <ip> to <destination> $app

Biztos ez lehet akkor a gond, hogy alapból csak TCP-t blokkol. De miért? :-(