in blocky-client.py [0:0]
def ban(ip): """ Bans an IP or CIDR block generically """ if iptables(ip, '-A'): return True return False