| 1234567891011121314151617181920212223 | #!/bin/shecho -e '  ___     _ _ ___ _ | __|_ _(_) |_  ) |__  __ _ _ _ | _/ _` | | |/ /| ._ \/ _` | . \  |_|\__,_|_|_/___|_.__/\__,_|_||_|'echo -e "Installing fall2ban". bin/checkroot.shsleep 2apk add fail2ban# cp /etc/fail2ban/jail.conf /etc/fail2ban/jail.local# ToDo ask for email and configure jail.local with itrc-update add fail2ban# rc-update start fail2ban# service fail2ban start/etc/init.d/fail2ban startecho -e "fail2ban installed"
 |