fix: allow the dmz skynet server access to the dns
This commit is contained in:
parent
efe1fbd140
commit
5acbd12960
1 changed files with 3 additions and 0 deletions
|
@ -377,6 +377,9 @@ in {
|
|||
cacheNetworks = [
|
||||
# this server itself
|
||||
"127.0.0.0/24"
|
||||
|
||||
# skynet server in the dmz
|
||||
"193.1.96.165/32"
|
||||
# all of skynet can use this as a resolver
|
||||
/*
|
||||
Origianl idea, however all external traffic had the ip of the router
|
||||
|
|
Loading…
Reference in a new issue