Hi, I made PowerDNS server for my Lab and it works fantastic. For configuration I used some materials from Internet and some from existing PowerDNS servers on my company.
On the server where manual IP address settings are made, I have following:
IPv4: 172.21.11.100
Mask: 255.255.255.0
Gate: 172.21.11.1
DNS: $PUBLIC_IP
$PUBLIC_IP = This is the Public IP of the router where PowerDNS server resides.
Now if i want to run sudo apt update && sudo apt upgrade, I cannot resolve to apt mirrors, but can resolve IP addresses. And of course can resolve domains that PowerDNS manages.
My question is: Is it okay to put 1.1.1.1 as secondary DNS on PowerDNS server as that would allow me to resolve to apt mirrors in order to update?
On the server where manual IP address settings are made, I have following:
IPv4: 172.21.11.100
Mask: 255.255.255.0
Gate: 172.21.11.1
DNS: $PUBLIC_IP
$PUBLIC_IP = This is the Public IP of the router where PowerDNS server resides.
Now if i want to run sudo apt update && sudo apt upgrade, I cannot resolve to apt mirrors, but can resolve IP addresses. And of course can resolve domains that PowerDNS manages.
My question is: Is it okay to put 1.1.1.1 as secondary DNS on PowerDNS server as that would allow me to resolve to apt mirrors in order to update?