2
0
Fork 0
mirror of git://git.savannah.gnu.org/guix/maintenance.git synced 2023-12-14 03:33:04 +01:00

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'.
This commit is contained in:
Ludovic Courtès 2021-02-04 22:06:27 +01:00
parent e3f77b6938
commit 97472a4df4
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -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)))))