Skip to content

Commit

Permalink
Add zone delegations to both zone header files (#326)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephen-soltesz authored Mar 12, 2024
1 parent a976158 commit 530154e
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion formats/v2/zones/measurement-lab.org.zone.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,17 @@ std.lines([
IN NS ns-cloud-d2.googledomains.com.
IN NS ns-cloud-d3.googledomains.com.
IN NS ns-cloud-d4.googledomains.com.
;
; Autojoin zone delegations.
;
sandbox IN NS ns-cloud-b1.googledomains.com.
IN NS ns-cloud-b2.googledomains.com.
IN NS ns-cloud-b3.googledomains.com.
IN NS ns-cloud-b4.googledomains.com.
staging IN NS ns-cloud-b1.googledomains.com.
IN NS ns-cloud-b2.googledomains.com.
IN NS ns-cloud-b3.googledomains.com.
IN NS ns-cloud-b4.googledomains.com.
|||,
] + [
'%-32s IN A \t%s' % [row.record, row.ipv4]
Expand Down

0 comments on commit 530154e

Please sign in to comment.