master
Robert "ar" Gerus 2013-03-11 20:10:48 +01:00
parent b9dea0611f
commit 9799bf2786
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
rules() {
for chain in INPUT OUTPUT FORWARD; do
iptables --policy ${chain} DROP
iptables --policy ${chain} ACCEPT
done
}