dns: set upstream dns resolvers
This commit is contained in:
parent
74c00e743c
commit
8e3b4d0243
1 changed files with 11 additions and 0 deletions
|
@ -77,6 +77,17 @@ in {
|
||||||
include "/run/agenix/dns_dnskeys";
|
include "/run/agenix/dns_dnskeys";
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
# set the upstream dns servers
|
||||||
|
# overrides the default dns servers
|
||||||
|
forwarders = [
|
||||||
|
# Cloudflare
|
||||||
|
"1.1.1.1"
|
||||||
|
# Google
|
||||||
|
"8.8.8.8"
|
||||||
|
# Quad9
|
||||||
|
"9.9.9.9"
|
||||||
|
];
|
||||||
|
|
||||||
zones = {
|
zones = {
|
||||||
/*
|
/*
|
||||||
put any other zones above skynet and link to their files like so:
|
put any other zones above skynet and link to their files like so:
|
||||||
|
|
Loading…
Reference in a new issue