diff options
-rw-r--r-- | dns.nix | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/dns.nix b/dns.nix index f0547ba..63e0799 100644 --- a/dns.nix +++ b/dns.nix @@ -30,11 +30,20 @@ listen: 0.0.0.0@53 listen: ::@53 + remote: + - id: secondary + address: 204.87.183.53@53 + address: 2607:7c80:54:6::53@53 + log: - target: syslog any: info acl: + - id: secondary + address: 204.87.183.53 + address: 2607:7c80:54:6::53 + action: transfer - id: xarvos action: update update-owner: key @@ -48,8 +57,12 @@ zone: - domain: cnx.gdn + notify: secondary + acl: secondary - domain: loang.net - domain: xrvs.net + notify: secondary + acl: secondary acl: xarvos ''; keyFiles = [ |