mirror of
https://github.com/google/nomulus
synced 2026-08-21 14:46:12 +00:00
Attending to this old bug will improve our ability to perform zone comparisons between Datastore and the DNS provider. Right now, zone comparison finds some bogus differences, because the TTL we send to the DNS subsystem doesn't match the TTL we use when generating our local dump files. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=164635557
15 lines
329 B
Dns
15 lines
329 B
Dns
$ORIGIN tld.
|
|
|
|
ns.bar.tld 11 IN A 127.0.0.1
|
|
ns.bar.tld 11 IN AAAA 0:0:0:0:0:0:0:1
|
|
|
|
ns-only.tld 222 IN NS ns.foo.tld.
|
|
ns-only.tld 222 IN NS ns.bar.tld.
|
|
|
|
ns-and-ds.tld 222 IN NS ns.foo.tld.
|
|
ns-and-ds.tld 222 IN NS ns.bar.tld.
|
|
ns-and-ds.tld 3333 IN DS 1 2 3 000102
|
|
|
|
ns.foo.tld 11 IN A 127.0.0.1
|
|
ns.foo.tld 11 IN AAAA 0:0:0:0:0:0:0:1
|