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