modified: pdnsd/pdnsd.conf

This commit is contained in:
Zachariah Gibbens 2023-03-25 02:48:02 +00:00
parent 75bf65406f
commit 1f12d4e817
1 changed files with 3 additions and 2 deletions

View File

@ -23,8 +23,9 @@ global {
// delegation_only="com","net";
}
server {
label = "Quad9";
ip = 9.9.9.11;
label = "dnss";
ip = 127.0.0.1;
port = 53001;
timeout = 5;
uptest = query;
interval = 30m; // Test every half hour.