root
public text v1 · immutable#!/bin/shif [[ -e /etc/blocked/IPv4 ]]; thenfor B4 in $(cat /etc/blocked/IPv4/*);doiptables -I FORWARD -d "${B4}" -j REJECT --reject-with addr-unreach #!/bin/shif [[ -e /etc/blocked/IPv4 ]]; thenfor B4 in $(cat /etc/blocked/IPv4/*);doiptables -I FORWARD -d "${B4}" -j REJECT --reject-with addr-unreach