[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: hydra: dns: Add fosshost machines.
From: |
Christopher Baines |
Subject: |
branch master updated: hydra: dns: Add fosshost machines. |
Date: |
Sat, 28 Nov 2020 03:59:41 -0500 |
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 5c92030 hydra: dns: Add fosshost machines.
5c92030 is described below
commit 5c92030ec06d710cadfe58bd40dd9b452457af2f
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Sat Nov 28 08:57:57 2020 +0000
hydra: dns: Add fosshost machines.
* hydra/modules/sysadmin/dns.scm (fosshost-1-ipv4, fosshost-2-ipv4):
New variables.
(guix.gnu.org.zone): Add A records for the above IPs.
---
hydra/modules/sysadmin/dns.scm | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/hydra/modules/sysadmin/dns.scm b/hydra/modules/sysadmin/dns.scm
index ab8f103..bf43c98 100644
--- a/hydra/modules/sysadmin/dns.scm
+++ b/hydra/modules/sysadmin/dns.scm
@@ -49,6 +49,8 @@
(define bayfront-ip4 "185.233.100.56")
(define berlin-ip4 "141.80.181.40")
(define milano-guix-1-ip4 "159.149.133.203")
+(define fosshost-1-ipv4 "147.75.35.153")
+(define fosshost-2-ipv4 "147.75.35.155")
;; The SOA MNAME and one NS record must always be consistent.
(define primary-ns "ns1.gnu.org.")
@@ -89,6 +91,8 @@
("hydra" "" "IN" "A" hydra-ip4)
("berlin" "" "IN" "A" berlin-ip4)
("bayfront" "" "IN" "A" bayfront-ip4)
+ ("fosshost1" "" "IN" "A" fosshost-1-ip4)
+ ("fosshost2" "" "IN" "A" fosshost-2-ip4)
;; Services.
("issues" "" "IN" "A" berlin-ip4)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: hydra: dns: Add fosshost machines.,
Christopher Baines <=