102Pdns - amagerard/Powerdns GitHub Wiki
| 1- Network | 2- Pdns | 3- Mariadb | 4- PowerAdmin | 5- PdnsRecursor | 6- Selinux | 
|---|---|---|---|---|---|
| 7- GnomeShell | 8-Synoptic | 09-ManageDns | 10-Troubleshoots | 
It is the version 4.9.8-1.
dnf install pdns pdns-backend-mysql
In my example:
Pdns is the dns server that resolves names from the ol26modk.com domain .
Configure pdns.
vi /etc/pdns/pdns.conf
Uncomment the lines and disable ipv6.
local-address=0.0.0.0  
local-port=53  
systemctl enable --now pdns
systemctl status pdns
Check that:
dnsmasq and systemd-resolved are disabled.
Service to disable.
May already be done.
See the status of this services.
systemctl list-unit-files --type=service | grep dnsmasq
systemctl list-unit-files --type=service | grep systemd-resolved
To put a service in disable status.
systemctl disable <service>