dns: still some kinks with the dns but its easing out

This commit is contained in:
silver 2023-04-20 23:46:43 +01:00
parent 80f0a6eda7
commit f63aa7f245
2 changed files with 18 additions and 5 deletions

View file

@ -88,6 +88,13 @@ in {
"9.9.9.9"
];
cacheNetworks = [
# this server itself
"127.0.0.0/24"
# all of skynet can use this as a resolver
"193.1.99.64/26"
];
zones = {
/*
put any other zones above skynet and link to their files like so:

View file

@ -31,11 +31,17 @@
# cannot use our own it seems?
nameservers = [
# pulled these from eduroam to get up and running
"10.220.1.10"
"10.220.1.11"
"10.150.100.10"
"10.150.100.11"
# ns2
#"193.1.99.109"
# ns1
#"193.1.99.120"
# Cloudflare
"1.1.1.1"
# Google
"8.8.8.8"
# Quad9
"9.9.9.9"
];
};