[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: hydra: dns: Add IPv4 address for bishan.
From: |
Christopher Baines |
Subject: |
branch master updated: hydra: dns: Add IPv4 address for bishan. |
Date: |
Mon, 22 May 2023 04:18:14 -0400 |
This is an automated email from the git hooks/post-receive script.
cbaines pushed a commit to branch master
in repository maintenance.
The following commit(s) were added to refs/heads/master by this push:
new f11e9c5 hydra: dns: Add IPv4 address for bishan.
f11e9c5 is described below
commit f11e9c58b2a6879eb1261b327c321002250c5fae
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Mon May 22 09:17:02 2023 +0100
hydra: dns: Add IPv4 address for bishan.
This is necessary to enable hydra-guix-129 to access bishan to sync
nars, since hydra-guix-129 is IPv4 only.
* hydra/modules/sysadmin/dns.scm (guix.gnu.org.zone): Add IPv4 address
for bishan.
(guix.gnu.org-zone): Bump 'serial'.
---
hydra/modules/sysadmin/dns.scm | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/hydra/modules/sysadmin/dns.scm b/hydra/modules/sysadmin/dns.scm
index 7d805c1..31544bc 100644
--- a/hydra/modules/sysadmin/dns.scm
+++ b/hydra/modules/sysadmin/dns.scm
@@ -50,6 +50,7 @@
(define bayfront-ip6 "2a0c:e300::58")
(define lakeside-ip4 "176.9.98.253")
(define lakeside-ip6 "2a01:4f8:151:40cc::")
+(define bishan-ip4 "5.9.22.61")
(define bishan-ip6 "2a01:4f8:161:123::")
(define berlin-ip4 "141.80.181.40")
(define milano-guix-1-ip4 "159.149.133.203")
@@ -104,6 +105,7 @@
("berlin" "" "IN" "A" berlin-ip4)
("bayfront" "" "IN" "A" bayfront-ip4)
("bayfront" "" "IN" "AAAA" bayfront-ip6)
+ ("bishan" "" "IN" "A" bishan-ip4)
("bishan" "" "IN" "AAAA" bishan-ip6)
("overdrive1" "" "IN" "A" overdrive1-ip4)
("dover" "" "IN" "AAAA" dover-ip6)
@@ -146,4 +148,4 @@
(origin "guix.gnu.org")
(ns primary-ns)
(entries guix.gnu.org.zone)
- (serial 2023050710)))))
+ (serial 2023052209)))))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: hydra: dns: Add IPv4 address for bishan.,
Christopher Baines <=