Skip to content

Commit

Permalink
Add zone delegation for autojoin.measurement-lab.org. (#335)
Browse files Browse the repository at this point in the history
* Add zone delegation for autojoin.measurement-lab.org.

* Fix comment in zone file
  • Loading branch information
robertodauria authored May 16, 2024
1 parent d60583c commit e2e1a6a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
6 changes: 5 additions & 1 deletion formats/v2/zones/measurement-lab.org.zone.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ std.lines([
IN NS ns-cloud-a2.googledomains.com.
IN NS ns-cloud-a3.googledomains.com.
IN NS ns-cloud-a4.googledomains.com.
; Delegate mlab-oti subdomain to staging Cloud DNS servers.
; Delegate mlab-oti subdomain to production Cloud DNS servers.
mlab-oti IN NS ns-cloud-d1.googledomains.com.
IN NS ns-cloud-d2.googledomains.com.
IN NS ns-cloud-d3.googledomains.com.
Expand All @@ -59,6 +59,10 @@ std.lines([
IN NS ns-cloud-b2.googledomains.com.
IN NS ns-cloud-b3.googledomains.com.
IN NS ns-cloud-b4.googledomains.com.
autojoin IN NS ns-cloud-a1.googledomains.com.
IN NS ns-cloud-a2.googledomains.com.
IN NS ns-cloud-a3.googledomains.com.
IN NS ns-cloud-a4.googledomains.com.
|||,
] + [
'%-32s IN A \t%s' % [row.record, row.ipv4]
Expand Down
5 changes: 4 additions & 1 deletion formats/v2/zones/projects_measurement-lab.org.zone.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,10 @@ local primary_headers = |||
IN NS ns-cloud-b2.googledomains.com.
IN NS ns-cloud-b3.googledomains.com.
IN NS ns-cloud-b4.googledomains.com.
autojoin IN NS ns-cloud-a1.googledomains.com.
IN NS ns-cloud-a2.googledomains.com.
IN NS ns-cloud-a3.googledomains.com.
IN NS ns-cloud-a4.googledomains.com.
;
; Delegate acme subdomains to Cloud DNS servers.
Expand Down

0 comments on commit e2e1a6a

Please sign in to comment.