Description
An RPM packaged version of the Pi-hole v6.0 Beta.
It is a pre-release snapshot of Pi-hole's v6.0 development branch and may not be suitable for use in production. Use at your own risk.
Please also first read upstream's general guidance on testing v6.0 of Pi-hole.
Installation Instructions
- Install Pi-hole:
# dnf copr enable mbooth/Pi-hole
# dnf install pihole
- Disable the stub resolver:
# echo "DNSStubListener=no" >> /etc/systemd/resolved.conf
# systemctl reload-or-restart systemd-resolved
- Enable the Pi-hole service:
# systemctl enable pihole-FTL.service
# systemctl start pihole-FTL.service
- Navigate to http://127.0.0.1:8080/admin or https://127.0.0.1:8443/admin to view the web management console.
Reporting Bugs
For issues directly relating to the RPM installation or RPM packaging of Pi-hole, please file bugs at pagure.io/pihole/issues.
For defects in the Pi-hole software itself, please file bugs at github.com/pi-hole/pi-hole/issues.
Active Releases
The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).
Release | Architectures | Repo Download |
---|---|---|
Fedora 39 | x86_64 (141)* | Fedora 39 (101 downloads) |
Fedora 40 | x86_64 (56)* | Fedora 40 (26 downloads) |
Fedora 41 | x86_64 (17)* | Fedora 41 (29 downloads) |
* Total number of downloaded packages.
Quick Enable
#> dnf copr enable mbooth/Pi-hole
More info about enabling Copr repositories