We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 67b3566 + f106dc9 commit 9f658abCopy full SHA for 9f658ab
1 file changed
contrib/util/custom-firewall.sh
100644
100755
@@ -42,7 +42,7 @@ template=$(cat <<EOF
42
43
# Log and drop everything else
44
-A Firewall-INPUT -j LOG
45
--A Firewall-INPUT -j REJECT --reject-with icmp-host-prohibited
+-A Firewall-INPUT -j REJECT
46
47
COMMIT
48
EOF
@@ -65,4 +65,3 @@ echo "Loading custom iptables firewall"
65
sudo /sbin/iptables-restore --noflush /var/lib/iptables/rules-save
66
67
echo "Done"
68
-
0 commit comments