google-nomulus/javatests/google/registry/tools/server/testdata/tld.zone
mountford 2547313ef9 Use config settings for DNS TTL values across all code
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
2017-08-29 15:50:44 -04:00

14 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