From f21c79b94431e9a63c2c3004bd9083fd324bb53f Mon Sep 17 00:00:00 2001 From: niten Date: Sun, 12 Dec 2021 17:49:33 -0800 Subject: [PATCH] Primary nameserver is ns1 (ip on cashew) --- domains/fudo.org.nix | 1 + zones/fudo.org.nix | 1 + 2 files changed, 2 insertions(+) diff --git a/domains/fudo.org.nix b/domains/fudo.org.nix index 029ad32..7bba9fd 100644 --- a/domains/fudo.org.nix +++ b/domains/fudo.org.nix @@ -11,6 +11,7 @@ admin-email = "admin@fudo.org"; gssapi-realm = "FUDO.ORG"; kerberos-master = "nutboy3"; + primary-nameserver = "ns1"; primary-mailserver = "france"; ldap-servers = [ "nutboy3" "legatus" ]; zone = "fudo.org"; diff --git a/zones/fudo.org.nix b/zones/fudo.org.nix index 5423b43..1e9247e 100644 --- a/zones/fudo.org.nix +++ b/zones/fudo.org.nix @@ -163,6 +163,7 @@ procul = { ipv4-address = "172.86.179.18"; }; prunel = { ipv4-address = "208.81.3.123"; }; mbix = { ipv4-address = "208.81.7.146"; }; + ns1 = { ipv4-addresns = "208.81.1.141"; }; ns3-fudo = { ipv4-address = "208.75.74.205"; }; ns3-dair = { ipv4-address = "208.75.74.205"; }; ns4-fudo = { ipv4-address = "208.75.75.157"; };