From 5acbd129605aaaa042548b67c35236ec76f690ba Mon Sep 17 00:00:00 2001 From: Brendan Golden Date: Fri, 15 Sep 2023 21:19:07 +0100 Subject: [PATCH] fix: allow the dmz skynet server access to the dns --- applications/dns.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/applications/dns.nix b/applications/dns.nix index 88004f9..8ad62ce 100644 --- a/applications/dns.nix +++ b/applications/dns.nix @@ -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