mirror of
https://github.com/NLnetLabs/domain.git
synced 2026-09-23 18:24:59 +02:00
Add XFR middleware and: - Fixes a bug where the incorrect owner name was passed to the zone walker callback. - New `ixfr-client.rs` example. - Updated `serve-zone.rs` example demonstrating TSIG authenticated XFR and NOTIFY middlewares. - Additional From impls for CallResult. - Renames ZoneDiff to InMemoryZoneDiff. - Renames ZoneDiffBuilder to InMemoryZoneDiffBuilder. - Introduces new ZoneDiff and related traits. - Adds AnswerContent::first().
1055 lines
156 KiB
Plaintext
1055 lines
156 KiB
Plaintext
;------------ Server configuration --------------------------------------------
|
|
|
|
server:
|
|
; Permit the server to respond to clients that send XFR requests from
|
|
; 127.0.0.1 (the default). No TSIG signing is expected.
|
|
provide-xfr: 127.0.0.1 NOKEY
|
|
|
|
; Permit the server to respond to clients that send XFR requests from
|
|
; 127.0.0.2. Responses will be sent in "backward compatible" mode as
|
|
; defined by RFC 5936.
|
|
; See: https://datatracker.ietf.org/doc/html/rfc5936#section-7.1.
|
|
provide-xfr: 127.0.0.2 NOKEY COMPATIBLE
|
|
|
|
; Define an in-memory zone to be served by the server. The zone is large
|
|
; enough that it cannot be fit into a single TCP AXFR response and so must
|
|
; be split by the server across multiple responses.
|
|
local-data: "$ORIGIN example.com."
|
|
local-data: "example.com. 3600 IN SOA ns.example.com. hostmaster.example.com. 1 3600 900 86400 3600"
|
|
local-data: "example.com. 3600 IN NS ns.example.net."
|
|
local-data: "txt0000 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0001 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0002 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0003 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0004 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0005 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0006 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0007 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0008 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0009 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0010 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0011 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0012 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0013 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0014 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0015 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0016 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0017 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0018 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0019 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0020 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0021 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0022 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0023 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0024 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0025 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0026 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0027 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0028 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0029 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0030 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0031 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0032 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0033 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0034 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0035 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0036 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0037 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0038 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0039 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0040 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0041 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0042 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0043 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0044 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0045 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0046 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0047 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0048 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0049 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0050 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0051 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0052 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0053 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0054 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0055 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0056 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0057 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0058 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0059 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0060 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0061 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0062 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0063 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0064 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0065 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0066 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0067 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0068 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0069 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0070 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0071 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0072 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0073 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0074 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0075 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0076 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0077 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0078 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0079 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0080 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0081 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0082 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0083 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0084 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0085 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0086 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0087 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0088 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0089 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0090 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0091 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0092 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0093 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0094 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0095 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0096 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0097 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0098 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0099 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0100 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0101 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0102 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0103 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0104 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0105 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0106 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0107 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0108 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0109 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0110 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0111 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0112 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0113 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0114 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0115 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0116 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0117 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0118 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0119 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0120 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0121 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0122 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0123 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0124 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0125 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0126 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0127 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0128 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0129 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0130 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0131 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0132 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0133 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0134 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0135 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0136 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0137 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0138 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0139 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0140 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0141 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0142 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0143 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0144 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0145 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0146 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0147 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0148 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0149 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0150 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0151 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0152 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0153 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0154 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0155 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0156 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0157 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0158 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0159 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0160 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0161 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0162 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0163 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0164 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0165 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0166 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0167 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0168 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0169 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0170 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0171 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0172 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0173 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0174 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0175 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0176 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0177 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0178 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0179 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0180 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0181 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0182 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0183 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0184 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0185 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0186 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0187 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0188 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0189 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0190 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0191 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0192 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0193 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0194 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0195 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0196 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0197 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0198 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0199 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0200 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0201 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0202 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0203 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0204 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0205 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0206 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0207 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0208 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0209 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0210 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0211 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0212 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0213 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0214 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0215 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0216 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0217 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0218 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0219 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0220 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0221 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0222 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0223 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0224 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0225 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0226 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0227 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0228 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0229 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0230 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0231 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0232 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0233 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0234 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0235 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0236 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0237 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0238 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0239 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0240 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0241 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0242 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0243 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0244 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0245 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0246 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0247 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0248 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0249 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0250 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0251 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0252 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0253 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0254 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0255 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0256 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0257 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0258 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0259 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0260 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0261 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0262 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0263 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0264 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0265 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0266 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0267 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0268 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0269 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0270 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0271 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0272 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0273 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0274 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0275 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0276 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0277 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0278 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0279 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0280 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0281 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0282 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0283 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0284 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0285 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0286 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0287 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0288 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0289 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0290 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0291 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0292 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0293 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0294 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0295 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0296 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0297 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0298 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0299 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0300 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0301 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0302 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0303 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0304 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0305 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0306 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0307 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0308 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0309 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0310 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0311 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0312 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0313 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0314 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0315 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0316 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0317 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0318 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0319 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0320 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0321 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0322 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0323 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0324 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0325 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0326 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0327 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0328 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0329 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0330 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0331 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0332 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0333 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0334 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0335 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0336 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0337 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0338 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0339 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0340 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0341 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0342 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0343 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0344 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0345 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0346 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0347 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0348 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0349 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0350 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0351 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0352 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0353 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0354 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0355 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0356 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0357 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0358 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0359 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0360 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0361 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0362 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0363 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0364 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0365 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0366 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0367 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0368 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0369 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0370 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0371 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0372 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0373 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0374 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0375 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0376 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0377 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0378 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0379 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0380 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0381 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0382 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0383 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0384 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0385 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0386 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0387 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0388 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0389 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0390 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0391 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0392 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0393 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0394 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0395 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0396 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0397 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0398 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0399 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0400 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0401 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0402 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0403 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0404 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0405 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0406 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0407 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0408 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0409 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0410 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0411 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0412 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0413 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0414 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0415 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0416 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0417 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0418 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0419 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0420 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0421 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0422 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0423 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0424 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0425 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0426 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0427 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0428 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0429 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0430 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0431 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0432 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0433 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0434 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0435 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0436 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0437 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0438 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0439 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0440 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0441 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0442 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0443 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0444 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0445 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0446 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0447 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0448 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0449 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0450 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0451 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0452 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0453 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0454 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0455 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0456 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0457 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0458 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0459 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0460 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0461 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0462 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0463 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0464 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0465 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0466 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0467 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0468 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0469 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0470 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0471 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0472 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0473 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0474 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0475 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0476 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0477 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0478 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0479 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0480 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0481 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0482 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0483 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0484 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0485 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0486 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0487 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0488 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0489 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0490 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0491 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0492 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0493 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0494 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0495 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0496 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0497 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0498 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
local-data: "txt0499 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible."
|
|
CONFIG_END
|
|
|
|
;------------ Test definition ------------------------------------------------
|
|
|
|
SCENARIO_BEGIN Test large AXFR out.
|
|
|
|
;--- Mock replies
|
|
|
|
; None
|
|
|
|
;--- Test steps
|
|
|
|
; Retrieve the zone via AXFR over TCP from the server.
|
|
STEP 10 QUERY
|
|
ENTRY_BEGIN
|
|
MATCH TCP
|
|
SECTION QUESTION
|
|
example.com. IN AXFR
|
|
ENTRY_END
|
|
|
|
; NOTE: See test-data/server/README.md regarding order of RRs across multiple
|
|
; response packets.
|
|
STEP 11 CHECK_ANSWER
|
|
ENTRY_BEGIN
|
|
MATCH all EXTRA_PACKETS
|
|
REPLY QR AA NOERROR
|
|
SECTION QUESTION
|
|
example.com. IN AXFR
|
|
SECTION ANSWER
|
|
$ORIGIN example.com.
|
|
example.com. 3600 IN SOA ns.example.com. hostmaster.example.com. 1 3600 900 86400 3600
|
|
example.com. IN NS ns.example.net.
|
|
txt0000 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0001 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0002 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0003 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0004 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0005 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0006 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0007 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0008 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0009 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0010 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0011 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0012 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0013 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0014 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0015 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0016 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0017 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0018 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0019 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0020 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0021 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0022 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0023 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0024 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0025 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0026 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0027 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0028 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0029 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0030 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0031 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0032 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0033 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0034 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0035 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0036 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0037 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0038 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0039 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0040 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0041 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0042 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0043 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0044 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0045 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0046 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0047 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0048 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0049 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0050 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0051 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0052 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0053 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0054 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0055 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0056 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0057 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0058 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0059 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0060 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0061 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0062 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0063 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0064 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0065 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0066 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0067 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0068 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0069 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0070 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0071 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0072 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0073 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0074 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0075 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0076 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0077 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0078 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0079 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0080 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0081 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0082 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0083 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0084 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0085 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0086 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0087 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0088 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0089 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0090 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0091 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0092 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0093 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0094 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0095 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0096 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0097 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0098 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0099 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0100 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0101 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0102 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0103 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0104 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0105 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0106 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0107 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0108 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0109 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0110 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0111 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0112 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0113 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0114 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0115 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0116 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0117 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0118 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0119 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0120 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0121 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0122 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0123 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0124 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0125 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0126 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0127 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0128 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0129 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0130 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0131 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0132 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0133 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0134 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0135 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0136 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0137 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0138 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0139 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0140 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0141 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0142 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0143 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0144 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0145 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0146 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0147 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0148 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0149 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0150 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0151 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0152 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0153 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0154 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0155 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0156 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0157 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0158 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0159 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0160 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0161 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0162 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0163 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0164 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0165 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0166 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0167 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0168 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0169 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0170 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0171 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0172 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0173 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0174 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0175 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0176 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0177 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0178 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0179 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0180 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0181 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0182 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0183 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0184 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0185 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0186 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0187 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0188 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0189 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0190 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0191 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0192 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0193 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0194 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0195 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0196 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0197 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0198 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0199 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0200 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0201 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0202 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0203 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0204 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0205 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0206 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0207 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0208 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0209 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0210 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0211 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0212 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0213 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0214 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0215 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0216 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0217 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0218 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0219 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0220 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0221 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0222 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0223 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0224 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0225 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0226 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0227 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0228 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0229 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0230 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0231 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0232 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0233 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0234 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0235 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0236 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0237 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0238 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0239 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0240 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0241 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0242 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0243 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0244 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0245 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0246 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0247 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0248 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0249 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0250 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0251 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0252 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0253 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0254 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0255 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0256 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0257 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0258 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0259 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0260 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0261 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0262 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0263 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0264 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0265 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0266 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0267 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0268 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0269 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0270 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0271 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0272 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0273 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0274 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0275 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0276 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0277 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0278 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0279 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0280 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0281 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0282 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0283 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0284 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0285 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0286 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0287 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0288 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0289 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0290 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0291 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0292 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0293 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0294 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0295 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0296 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0297 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0298 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0299 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0300 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0301 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0302 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0303 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0304 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0305 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0306 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0307 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0308 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0309 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0310 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0311 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0312 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0313 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0314 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0315 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0316 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0317 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0318 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0319 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0320 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0321 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0322 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0323 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0324 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0325 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0326 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0327 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0328 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0329 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0330 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0331 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0332 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0333 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0334 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0335 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0336 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0337 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0338 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0339 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0340 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0341 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0342 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0343 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0344 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0345 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0346 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0347 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0348 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0349 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0350 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0351 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0352 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0353 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0354 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0355 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0356 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0357 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0358 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0359 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0360 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0361 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0362 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0363 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0364 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0365 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0366 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0367 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0368 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0369 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0370 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0371 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0372 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0373 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0374 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0375 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0376 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0377 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0378 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0379 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0380 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0381 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0382 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0383 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0384 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0385 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0386 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0387 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0388 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0389 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0390 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0391 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0392 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0393 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0394 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0395 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0396 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0397 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0398 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0399 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0400 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0401 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0402 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0403 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0404 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0405 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0406 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0407 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0408 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0409 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0410 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0411 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0412 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0413 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0414 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0415 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0416 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0417 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0418 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0419 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0420 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0421 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0422 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0423 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0424 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0425 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0426 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0427 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0428 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0429 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0430 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0431 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0432 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0433 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0434 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0435 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0436 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0437 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0438 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0439 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0440 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0441 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0442 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0443 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0444 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0445 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0446 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0447 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0448 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0449 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0450 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0451 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0452 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0453 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0454 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0455 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0456 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0457 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0458 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0459 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0460 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0461 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0462 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0463 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0464 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0465 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0466 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0467 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0468 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0469 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0470 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0471 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0472 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0473 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0474 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0475 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0476 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0477 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0478 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0479 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0480 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0481 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0482 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0483 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0484 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0485 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0486 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0487 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0488 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0489 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0490 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0491 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0492 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0493 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0494 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0495 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0496 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0497 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0498 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
txt0499 3600 IN CNAME some.very.long.domain.name.that.takes.up.a.lot.of.bytes.so.as.to.fill.the.dns.response.with.as.few.rrs.as.possible.
|
|
example.com. 3600 IN SOA ns.example.com. hostmaster.example.com. 1 3600 900 86400 3600
|
|
ENTRY_END
|
|
|
|
SCENARIO_END |