Permit an action not to be triggered on exit
For iptables unbanning, we can skip this step as we will flush the chain afterwards. ```yaml actions: ban: cmd: ban... ban: cmd: ban... after: 2h onexit: false ```
issue