From 4c7876dcda27e47de729e17a056b3a39abf03a73 Mon Sep 17 00:00:00 2001 From: DL6ER Date: Sun, 8 Jan 2017 14:43:39 +0100 Subject: [PATCH] Updated Pi hole OpenVPN server (markdown) --- Pi-hole---OpenVPN-server.md | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/Pi-hole---OpenVPN-server.md b/Pi-hole---OpenVPN-server.md index 9f62a04..f393bdd 100644 --- a/Pi-hole---OpenVPN-server.md +++ b/Pi-hole---OpenVPN-server.md @@ -125,16 +125,14 @@ Your configuration should look like
 Chain INPUT (policy ACCEPT)
 num  target     prot opt source               destination         
-1    ACCEPT     tcp  --  anywhere             anywhere             tcp dpt:domain
-2    ACCEPT     udp  --  anywhere             anywhere             udp dpt:domain
-3    ACCEPT     tcp  --  anywhere             anywhere             tcp dpt:domain
-4    ACCEPT     tcp  --  anywhere             anywhere             tcp dpt:http
-5    ACCEPT     udp  --  anywhere             anywhere             tcp dpt:domain
-6    ACCEPT     udp  --  anywhere             anywhere             tcp dpt:http
-7    DROP       tcp  --  anywhere             anywhere             tcp dpt:domain
-8    DROP       tcp  --  anywhere             anywhere             tcp dpt:http
-9    DROP       udp  --  anywhere             anywhere             tcp dpt:domain
-10   DROP       udp  --  anywhere             anywhere             tcp dpt:http
+1    ACCEPT     tcp  --  anywhere             anywhere             tcp dpt:domain
+2    ACCEPT     tcp  --  anywhere             anywhere             tcp dpt:http
+3    ACCEPT     udp  --  anywhere             anywhere             udp dpt:domain
+4    ACCEPT     udp  --  anywhere             anywhere             udp dpt:http
+5    DROP       tcp  --  anywhere             anywhere             tcp dpt:domain
+6    DROP       tcp  --  anywhere             anywhere             tcp dpt:http
+7    DROP       udp  --  anywhere             anywhere             udp dpt:domain
+8    DROP       udp  --  anywhere             anywhere             udp dpt:http
 
 Chain FORWARD (policy ACCEPT)
 num  target     prot opt source               destination