ansible-roles/evolinux-base/files/deny.sh

4 lines
73 B
Bash
Raw Normal View History

2019-10-30 13:53:47 +01:00
#!/bin/sh
iptables -I INPUT -s $1 -j DROP
echo $1 >> /root/BLACKLIST-SSH