Skip to content

Commit

Permalink
Update NS records to reflect not using he.net anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
djmitche committed Jan 23, 2015
1 parent 91b83e0 commit 7289c6e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions roles/dns/templates/224-255.128-255.10.211.140.in-addr.arpa
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
@ 86400 IN SOA ns1.buildbot.net. hostmaster.buildbot.net. (
2015011801 ;serial
2015012201 ;serial
10800 ;refresh
1800 ;retry
604800 ;expire
86400 ) ;minimum
@ 7200 IN NS c.ns.buddyns.com. ; germany
@ 7200 IN NS f.ns.buddyns.com. ; india
@ 7200 IN NS ns1.he.net. ; usa
@ 7200 IN NS ns2.he.net. ; usa
@ 7200 IN NS ns1.rtems.org. ; usa
@ 7200 IN NS ns1.darkbeer.org. ; usa

;224
;225
Expand Down
6 changes: 3 additions & 3 deletions roles/dns/templates/buildbot.net
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
@ 86400 IN SOA ns1.buildbot.net. hostmaster.buildbot.net. (
2015011901 ;serial
2015012201 ;serial
10800 ;refresh
1800 ;retry
604800 ;expire
86400 ) ;minimum
@ 7200 IN NS c.ns.buddyns.com. ; germany
@ 7200 IN NS f.ns.buddyns.com. ; india
@ 7200 IN NS ns1.he.net. ; usa
@ 7200 IN NS ns2.he.net. ; usa
@ 7200 IN NS ns1.rtems.org. ; usa
@ 7200 IN NS ns1.darkbeer.org. ; usa
@ 86400 IN MX 10 mx.buildbot.net.
@ 7200 IN A 140.211.10.238
buildbot 7200 IN A 140.211.10.239
Expand Down

0 comments on commit 7289c6e

Please sign in to comment.