guix-commits
[Top][All Lists]
Advanced

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

01/01: hydra: dns: ci.guix.gnu.org points to Cloudfare.


From: Ludovic Courtès
Subject: 01/01: hydra: dns: ci.guix.gnu.org points to Cloudfare.
Date: Tue, 30 Apr 2019 15:30:59 -0400 (EDT)

civodul pushed a commit to branch master
in repository maintenance.

commit 2c93cbb8ad929ce846461c68730620af96548056
Author: Ludovic Courtès <address@hidden>
Date:   Tue Apr 30 21:30:27 2019 +0200

    hydra: dns: ci.guix.gnu.org points to Cloudfare.
    
    * hydra/modules/sysadmin/dns.scm (guix.gnu.org.zone): Change the "ci"
    CNAME to point to Cloudfare.
---
 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 7cf8961..0e55f0b 100644
--- a/hydra/modules/sysadmin/dns.scm
+++ b/hydra/modules/sysadmin/dns.scm
@@ -59,7 +59,12 @@
   ("hydra"    ""  "IN"  "A"      hydra-ip4)
   ("berlin"   ""  "IN"  "A"      berlin-ip4)
   ("bayfront" ""  "IN"  "A"      bayfront-ip4)
-  ("ci"       ""  "IN"  "CNAME"  "berlin"))
+
+  ;; ci. as an alias for berlin.
+  ;;("ci"       ""  "IN"  "CNAME"  "berlin")
+
+  ;; ci. as an alias for the Cloudfare CDN.
+  ("ci"       ""  "IN"  "CNAME"  
"_9023f91de522527b4b669b841e4822fe.ltfvzjuylp.acm-validations.aws."))
 
 (define guix.gnu.org-zone
   (knot-zone-configuration



reply via email to

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