From d25c95d6b5881d646635a055cd91ecc083d7353d Mon Sep 17 00:00:00 2001 From: Atarii Date: Mon, 4 Mar 2019 22:36:35 +0000 Subject: [PATCH] Minor typo? --- Firewall/iptables/iptables | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Firewall/iptables/iptables b/Firewall/iptables/iptables index 7f40375..9a43d22 100644 --- a/Firewall/iptables/iptables +++ b/Firewall/iptables/iptables @@ -4,7 +4,7 @@ sudo iptables -N WHITELIST sudo iptables -N BLACKLIST -sudo iptables -A FORWARD -p udp --destination-port 53 -j MALICOUS +sudo iptables -A FORWARD -p udp --destination-port 53 -j MALICIOUS sudo iptables -A FORWARD -p udp --destination-port 53 -j WHITELIST sudo iptables -A FORWARD -p udp --destination-port 53 -j BLACKLIST