Skip to content

Commit

Permalink
Merge pull request #1016 from flyingcircusio/PL-132604-fix-NTP-server…
Browse files Browse the repository at this point in the history
…s-kenny06-07

[21.05] fix ntp servers kenny06-07
  • Loading branch information
osnyx committed Jun 5, 2024
2 parents 1e1f690 + e2e22ac commit b948da8
Showing 1 changed file with 2 additions and 20 deletions.
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:

0 comments on commit b948da8

Please sign in to comment.