guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: hydra: dns: Remove "ns1" and "ns2" NS records.


From: Ludovic Courtès
Subject: 02/02: hydra: dns: Remove "ns1" and "ns2" NS records.
Date: Tue, 30 Apr 2019 17:30:56 -0400 (EDT)

civodul pushed a commit to branch master
in repository maintenance.

commit 627df08cfeac090f9ecac58d7634b6713fa94bf6
Author: Ludovic Courtès <address@hidden>
Date:   Tue Apr 30 23:29:48 2019 +0200

    hydra: dns: Remove "ns1" and "ns2" NS records.
    
    Suggested by Rubén Rodriguez.
    
    * hydra/modules/sysadmin/dns.scm (guix.gnu.org.zone): Remove "ns1" and
    "ns2" NS records.  That way, gnu.org can answer for us.
---
 hydra/modules/sysadmin/dns.scm | 2 --
 1 file changed, 2 deletions(-)

diff --git a/hydra/modules/sysadmin/dns.scm b/hydra/modules/sysadmin/dns.scm
index ae5a70a..89b3fcf 100644
--- a/hydra/modules/sysadmin/dns.scm
+++ b/hydra/modules/sysadmin/dns.scm
@@ -52,8 +52,6 @@
 ;; Name       TTL Class Type Data
   ("@"        ""  "IN"  "A"      gnu.org-ip4)
   ("@"        ""  "IN"  "AAAA"   gnu.org-ip6)
-  ("@"        ""  "IN"  "NS"     "ns1")
-  ("@"        ""  "IN"  "NS"     "ns2")
   ("ns1"      ""  "IN"  "A"      bayfront-ip4)
   ("ns2"      ""  "IN"  "A"      berlin-ip4)
   ("hydra"    ""  "IN"  "A"      hydra-ip4)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]