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

Bug 3245: make www.buildbot.net an A record instead of CNAME #108

Merged
merged 1 commit into from Dec 5, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions roles/dns/templates/224-255.128-255.10.211.140.in-addr.arpa
@@ -1,5 +1,5 @@
@ 86400 IN SOA ns1.buildbot.net. hostmaster.buildbot.net. (
2015061001 ;serial
2015120501 ;serial
10800 ;refresh
1800 ;retry
604800 ;expire
Expand All @@ -23,7 +23,7 @@
235 86400 IN PTR mx.buildbot.net.
236 86400 IN PTR ns1.buildbot.net.
237 86400 IN PTR docs.buildbot.net.
238 86400 IN PTR buildbot.net.
238 86400 IN PTR www.buildbot.net.
239 86400 IN PTR buildbot.buildbot.net.
240 86400 IN PTR trac.buildbot.net.
241 86400 IN PTR lists.buildbot.net.
Expand Down
6 changes: 3 additions & 3 deletions roles/dns/templates/buildbot.net
@@ -1,6 +1,6 @@
$TTL 86400
@ 86400 IN SOA ns1.buildbot.net. hostmaster.buildbot.net. (
2015061001 ;serial
2015120501 ;serial
10800 ;refresh
1800 ;retry
604800 ;expire
Expand All @@ -16,8 +16,8 @@ $TTL 86400
buildbot IN A 140.211.10.239
xy2dwhhhx5d4 IN CNAME gv-d47fzorbndt4i4.dv.googlehosted.com.
mx IN A 140.211.10.235
www IN CNAME buildbot.net.
www-new IN CNAME buildbot.net.
www IN A 140.211.10.238
www-new IN A 140.211.10.238
lists IN A 140.211.10.241
trac IN A 140.211.10.240
ftp IN A 140.211.10.243
Expand Down