Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[21.05] fix ntp servers kenny06-07 #1016

Merged
merged 2 commits into from
Jun 5, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 2 additions & 20 deletions nixos/roles/router/bind/gocept.net.zone.static
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
; Managed by Puppet: do not edit this file directly. It will be overwritten!
$ORIGIN gocept.net.
@ MX 10 mail
@ A 195.62.125.26
Expand Down Expand Up @@ -41,6 +40,8 @@ ns.whq A 212.122.41.129
ns2.whq CNAME ns.whq

; === RZOB ===
kenny06 CNAME rzob-router
kenny07 CNAME rzob-router
puppet.rzob CNAME services04
ftp.rzob CNAME services04.fe.rzob
monitor.rzob CNAME services10.fe.rzob
Expand All @@ -53,23 +54,4 @@ ns.rzob A 195.62.125.1
AAAA 2a02:248:101:62::1
ns2.rzob CNAME ns.rzob

; === RZRL1 ===
puppet.rzrl1 CNAME risclog80
ftp.rzrl1 CNAME risclog80.fe.rzrl1
monitor.rzrl1 CNAME risclog81.fe.rzrl1
sensu.rzrl1 CNAME risclog83.fe.rzrl1
portage-bin-x86.rzrl1 CNAME risclog82.fe.rzrl1
portage-bin-amd64.rzrl1 CNAME barbrady03.fe.rzrl1
; rzrl1-router.fe
ns.rzrl1 A 84.46.82.1
ns.rzrl1 AAAA 2a02:2028:1007:8002::1
ns2.rzrl1 CNAME ns.rzrl1

; === RZRL2 ===
puppet.rzrl2 CNAME risclog84.fe.rzrl1
; rzrl2-router.fe
ns.rzrl2 A 195.62.111.65
AAAA 2a02:248:104:a002::1
ns2.rzrl2 CNAME ns.rzrl2

; vim: set et ts=8 sts=8 ft=bindzone:
Loading