installfirewall.sh
Linux firewall designed by Dan Shearer
Size 1 kB - File type text/x-shFile contents
#!/bin/bash echo Installing Linux Firewall from DPNet echo wget http://dpnet.co.uk/firewall -O /etc/init.d/firewall chmod 700 /etc/init.d/firewall update-rc firewall defaults mv installfirewall.sh /tmp /etc/init.d/firewall iptables -L
Click here to get the file