From 85943e15a5f6fae39877d016f83956bf392a0f55 Mon Sep 17 00:00:00 2001 From: Robert Pufky Date: Sun, 28 May 2023 19:55:30 -0700 Subject: [PATCH] Add Redhat messaging to README.md. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 80015de..754f414 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ Pi-Hole installation from public release. ## Requirements Pi-Hole hosts should be configured with static IP's per Pi-Hole documentation. +RedHat based support is **experimental** and best-effort only. + ## Role Variables Settings have been throughly documented for usage. @@ -16,6 +18,9 @@ Hosts should only define firewall rules for ports they need. [defaults/ports.yml](https://github.com/r-pufky/ansible_pihole/blob/main/defaults/main/ports.yml). +Redhat based installs will create a ``pihole`` zone in ``firewalld`` and allow +traffic through. + ## Dependencies N/A