You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm doing add and removing of blocked IPs from fail2ban. The code is somewhat complicated and I'd love if I could just issue a command to ban and unban IPs. Here is how its done:
Would this be an easy addition so it'd be easier to just issue something like cfcli -u ban-ip <ip> and cfcli -h unban-ip <ip>, or cfcli -u unban $(cfcli get-banned-ip <ip>) or something alike?
The text was updated successfully, but these errors were encountered:
I'm doing add and removing of blocked IPs from fail2ban. The code is somewhat complicated and I'd love if I could just issue a command to ban and unban IPs. Here is how its done:
Would this be an easy addition so it'd be easier to just issue something like
cfcli -u ban-ip <ip>
andcfcli -h unban-ip <ip>
, orcfcli -u unban $(cfcli get-banned-ip <ip>)
or something alike?The text was updated successfully, but these errors were encountered: