diff options
-rw-r--r-- | dns.nix | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/dns.nix b/dns.nix index 63e0799..307e930 100644 --- a/dns.nix +++ b/dns.nix @@ -44,6 +44,10 @@ address: 204.87.183.53 address: 2607:7c80:54:6::53 action: transfer + - id: cnx + action: update + update-owner: key + key: cnx.gdn - id: xarvos action: update update-owner: key @@ -59,6 +63,7 @@ - domain: cnx.gdn notify: secondary acl: secondary + acl: cnx - domain: loang.net - domain: xrvs.net notify: secondary @@ -66,6 +71,7 @@ acl: xarvos ''; keyFiles = [ + "/var/lib/knot/keys/update/cnx.gdn" "/var/lib/knot/keys/update/xrvs.net" ]; }; |