guix-commits
[Top][All Lists]
Advanced

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

01/01: hydra: dns: Change "data" to point at a new IP address.


From: Christopher Baines
Subject: 01/01: hydra: dns: Change "data" to point at a new IP address.
Date: Mon, 16 Dec 2019 17:07:51 -0500 (EST)

cbaines pushed a commit to branch master
in repository maintenance.

commit f3880ad3fd72142bf5517eb59e27a37ff01a66ce
Author: Christopher Baines <address@hidden>
Date:   Mon Dec 16 21:26:22 2019 +0000

    hydra: dns: Change "data" to point at a new IP address.
    
    This is a machine run by Hetzner, managed by Christopher Baines. It
    currently runs an instance of the Guix Data Service.
    
    * hydra/modules/sysadmin/dns.scm (guix.gnu.org.zone): Change "data" to
    point at 78.47.68.4, and update the serial.
---
 hydra/modules/sysadmin/dns.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/hydra/modules/sysadmin/dns.scm b/hydra/modules/sysadmin/dns.scm
index ef1f265..ded46ec 100644
--- a/hydra/modules/sysadmin/dns.scm
+++ b/hydra/modules/sysadmin/dns.scm
@@ -90,7 +90,7 @@
   ("issues"   ""  "IN"  "A"      berlin-ip4)
   ("logs"     ""  "IN"  "A"      bayfront-ip4)
   ("ci"       ""  "IN"  "A"  berlin-ip4)
-  ("data"     ""  "IN"  "A"      milano-guix-1-ip4)
+  ("data"     ""  "IN"  "A"      "78.47.68.4")
 
   ;; This record is required in order to prove to Amazon ACM that we
   ;; own the domain.  As long as it exists, ACM will automatically
@@ -104,4 +104,4 @@
     (zone (zone-file
             (origin "guix.gnu.org")
             (entries guix.gnu.org.zone)
-            (serial 2019090601)))))
+            (serial 2019121601)))))



reply via email to

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