From 5e75c856464c460d4eae70f7d4738b89e96439ef Mon Sep 17 00:00:00 2001 From: Mark Drobnak Date: Thu, 26 Jul 2018 22:10:00 -0400 Subject: [PATCH] Fix small grammar issue Signed-off-by: Mark Drobnak --- docs/main/prerequesites.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/main/prerequesites.md b/docs/main/prerequesites.md index 9ed080f..0ed28dd 100644 --- a/docs/main/prerequesites.md +++ b/docs/main/prerequesites.md @@ -66,7 +66,7 @@ ip6tables -I INPUT -p udp -m udp --sport 546:547 --dport 546:547 -j ACCEPT ``` #### FirewallD -Using the `--permanent` argument will ensure the firewall rules persist reboots. If only IPv4 blocking is used for the Pi-hole installation, the `dhcpv6` service can be removed the the commands below. Create a new zone for the local interface (`lo`) for the pihole-FTL ports to ensure the API is only accessible locally. Finally `--reload` to have the new firewall configuration to take effect immediately. +Using the `--permanent` argument will ensure the firewall rules persist reboots. If only IPv4 blocking is used for the Pi-hole installation, the `dhcpv6` service can be removed the the commands below. Create a new zone for the local interface (`lo`) for the pihole-FTL ports to ensure the API is only accessible locally. Finally `--reload` to have the new firewall configuration take effect immediately. ```bash firewall-cmd --permanent --add-service=http --add-service=dns --add-service=dhcp --add-service=dhcpv6