summaryrefslogtreecommitdiff
path: root/etc/functions/plonkhost
blob: 3b6cc95879a16b14bde2325152b4df0f213090c6 (plain)
1
2
3
plonkhost () {
	sudo iptables -I INPUT -s "$1" -j DROP
}