Skip to content

Commit 576298f

Browse files
authored
Fix PiHole Docs Typo (#284)
* fix breaking link Signed-off-by: Bhavik Parmar <[email protected]> * fix typo correct logical typo: be static Signed-off-by: Bhavik Parmar <[email protected]> Signed-off-by: Bhavik Parmar <[email protected]>
1 parent d9bea6d commit 576298f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pihole-cloudflared-DoH/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Before deploying this setup, you need to configure the following values in the [
3939
- PIHOLE_PW (admin password)
4040
- PIHOLE_ROUTER_IP (only needed for activated conditional forwarding)
4141
- PIHOLE_NETWORK_DOMAIN (only needed for activated conditional forwarding)
42-
- PIHOLE_HOST_IP (IPv4 address of your Pi-hole - needs to by static)
42+
- PIHOLE_HOST_IP (IPv4 address of your Pi-hole - needs to be static)
4343
- PIHOLE_HOST_IPV6 (IPv6 address of your Pi-hole - can be empty if you only use IPv4)
4444

4545
### Conditional forwarding (optional, default: enabled)
@@ -101,7 +101,7 @@ $ docker compose down -v
101101
```
102102
If you created an empty file, you may also check the ownership to prevent permission problems.
103103

104-
### - Installing on Ubuntu may conflict with `systemd-resolved` - see [Installing on Ubuntu](https://github.com/pi-hole/docker-pi-hole#installing-on-ubuntu) for help.
104+
### - Installing on Ubuntu may conflict with `systemd-resolved` - see [Installing on Ubuntu](https://github.com/pi-hole/docker-pi-hole#installing-on-ubuntu-or-fedora) for help.
105105

106106
### - Environment variables are version-dependent
107107
Environment variables like "CONDIIONAL_FORWARDING*" and "DNS1" are deprecated and replaced by e.g. "REV_SERVER*" and "PIHOLE_DNS" in version 5.8+.

0 commit comments

Comments
 (0)