guix-commits
[Top][All Lists]
Advanced

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

01/02: hydra: dns: Add {overdrive1,dover}.guix.gnu.org.


From: Ludovic Courtès
Subject: 01/02: hydra: dns: Add {overdrive1,dover}.guix.gnu.org.
Date: Thu, 4 Feb 2021 16:10:45 -0500 (EST)

civodul pushed a commit to branch master
in repository maintenance.

commit 97472a4df4db6fb716334d94cc14630406f5bf5e
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Thu Feb 4 22:06:27 2021 +0100

    hydra: dns: Add {overdrive1,dover}.guix.gnu.org.
    
    * hydra/modules/sysadmin/dns.scm (overdrive1-ip4)
    (overdrive1-ip6, dover-ip4): New variables.
    (guix.gnu.org.zone): Add "overdrive1" and "dover".  Bump 'serial'.
---
 hydra/modules/sysadmin/dns.scm | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/hydra/modules/sysadmin/dns.scm b/hydra/modules/sysadmin/dns.scm
index 0bb91d4..08ca4ca 100644
--- a/hydra/modules/sysadmin/dns.scm
+++ b/hydra/modules/sysadmin/dns.scm
@@ -51,6 +51,9 @@
 (define milano-guix-1-ip4 "159.149.133.203")
 (define fosshost-1-ip4 "147.75.35.153")
 (define fosshost-2-ip4 "147.75.35.155")
+(define overdrive1-ip4 "91.160.117.201")
+(define overdrive1-ip6 "2a01:e0a:1d:7270:af76:b9b:ca24:c465")
+(define dover-ip4 "80.67.176.63")
 
 ;; The SOA MNAME and one NS record must always be consistent.
 (define primary-ns "ns1.gnu.org.")
@@ -93,6 +96,8 @@
   ("bayfront" ""  "IN"  "A"      bayfront-ip4)
   ("fosshost1" "" "IN"  "A"      fosshost-1-ip4)
   ("fosshost2" "" "IN"  "A"      fosshost-2-ip4)
+  ("overdrive1" ""  "IN"  "A"    overdrive1-ip4)
+  ("dover"      ""  "IN"  "A"    dover-ip4)
 
   ;; Services.
   ("issues"   ""  "IN"  "A"      berlin-ip4)
@@ -114,4 +119,4 @@
             (origin "guix.gnu.org")
             (ns primary-ns)
             (entries guix.gnu.org.zone)
-            (serial 2020112800)))))
+            (serial 2021020422)))))



reply via email to

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