All pastes #1943423 Raw Edit

root

public text v1 · immutable
#1943423 ·published 2010-09-18 11:27 UTC
rendered paste body
#!/bin/shif [[ -e /etc/blocked/IPv4 ]]; thenfor B4 in $(cat /etc/blocked/IPv4/*);doiptables -I FORWARD -d "${B4}" -j REJECT --reject-with addr-unreach