dns: still some kinks with the dns but its easing out
This commit is contained in:
parent
80f0a6eda7
commit
f63aa7f245
2 changed files with 18 additions and 5 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue