mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-11-13 03:34:32 +08:00
cbccbbeb8d
Co-authored-by: Costas Drogos <costas.drogos@gmail.com> Co-authored-by: imlonghao <git@imlonghao.com> Co-authored-by: Jeffrey Cafferata <jeffrey@jcid.nl> Co-authored-by: Vincent Hagen <blackshadev@users.noreply.github.com>
33 KiB
33 KiB
1 | example.org | @ | 43200 | IN | SOA | ns1.example.org. hostmaster.example.org. 2020030700 7200 3600 864000 7200 |
---|---|---|---|---|---|---|
2 | example.org | @ | 7200 | IN | NS | ns1.example.org. |
3 | example.org | @ | 7200 | IN | NS | ns2.example.org. |
4 | example.org | @ | 7200 | IN | NS | ns-a.example.net. |
5 | example.org | @ | 7200 | IN | NS | friend-dns.example.com. |
6 | example.org | @ | 7200 | IN | MX | 10 mx.example.org. |
7 | example.org | @ | 7200 | IN | TXT | v=spf1 ip4:192.0.2.25 ip6:2001:db8::1:25 mx include:_spf.example.com ~all |
8 | _client._smtp.example.org | _client._smtp | 7200 | IN | SRV | 1 1 1 example.org. |
9 | _client._smtp.mx.example.org | _client._smtp.mx | 7200 | IN | SRV | 1 2 1 mx.example.org. |
10 | _client._smtp.foo.example.org | _client._smtp.foo | 7200 | IN | SRV | 1 2 1 foo.example.org. |
11 | _kerberos._tcp.example.org | _kerberos._tcp | 7200 | IN | SRV | 10 1 88 kerb-service.example.org. |
12 | _kerberos._udp.example.org | _kerberos._udp | 7200 | IN | SRV | 10 1 88 kerb-service.example.org. |
13 | _kpasswd._udp.example.org | _kpasswd._udp | 7200 | IN | SRV | 10 1 464 kerb-service.example.org. |
14 | _kerberos-adm._tcp.example.org | _kerberos-adm._tcp | 7200 | IN | SRV | 10 1 749 kerb-service.example.org. |
15 | _kerberos.example.org | _kerberos | 7200 | IN | TXT | EXAMPLE.ORG |
16 | _ldap._tcp.example.org | _ldap._tcp | 7200 | IN | SRV | 0 0 0 . |
17 | _ldap._udp.example.org | _ldap._udp | 7200 | IN | SRV | 0 0 0 . |
18 | _jabber._tcp.example.org | _jabber._tcp | 7200 | IN | SRV | 10 2 5269 xmpp-s2s.example.org. |
19 | _xmpp-server._tcp.example.org | _xmpp-server._tcp | 7200 | IN | SRV | 10 2 5269 xmpp-s2s.example.org. |
20 | _xmpp-client._tcp.example.org | _xmpp-client._tcp | 7200 | IN | SRV | 10 2 5222 xmpp.example.org. |
21 | _im._sip.example.org | _im._sip | 7200 | IN | SRV | 0 0 0 . |
22 | _pres._sip.example.org | _pres._sip | 7200 | IN | SRV | 0 0 0 . |
23 | _sip+d2t._tcp.example.org | _sip+d2t._tcp | 7200 | IN | SRV | 0 0 0 . |
24 | _sips+d2t._tcp.example.org | _sips+d2t._tcp | 7200 | IN | SRV | 0 0 0 . |
25 | _sip+d2u._udp.example.org | _sip+d2u._udp | 7200 | IN | SRV | 0 0 0 . |
26 | _sip+d2s._sctp.example.org | _sip+d2s._sctp | 7200 | IN | SRV | 0 0 0 . |
27 | _sips+d2s._sctp.example.org | _sips+d2s._sctp | 7200 | IN | SRV | 0 0 0 . |
28 | _submission._tcp.example.org | _submission._tcp | 7200 | IN | SRV | 10 10 587 smtp.example.org. |
29 | _submissions._tcp.example.org | _submissions._tcp | 7200 | IN | SRV | 10 10 465 smtp.example.org. |
30 | _imap._tcp.example.org | _imap._tcp | 7200 | IN | SRV | 10 10 143 imap.example.org. |
31 | _imaps._tcp.example.org | _imaps._tcp | 7200 | IN | SRV | 10 10 993 imap.example.org. |
32 | _pop3._tcp.example.org | _pop3._tcp | 7200 | IN | SRV | 0 0 0 . |
33 | _pop3s._tcp.example.org | _pop3s._tcp | 7200 | IN | SRV | 0 0 0 . |
34 | _sieve._tcp.example.org | _sieve._tcp | 7200 | IN | SRV | 10 10 4190 imap.example.org. |
35 | dns-moreinfo.example.org | dns-moreinfo | 7200 | IN | TXT | Fred Bloggs, TZ=America/New_YorkChat-Service-X: @handle1Chat-Service-Y: federated-handle@example.org |
36 | _pgpkey-http._tcp.example.org | _pgpkey-http._tcp | 7200 | IN | SRV | 0 0 0 . |
37 | _pgpkey-https._tcp.example.org | _pgpkey-https._tcp | 7200 | IN | SRV | 0 0 0 . |
38 | _hkp._tcp.example.org | _hkp._tcp | 7200 | IN | SRV | 0 0 0 . |
39 | _openpgpkey._tcp.example.org | _openpgpkey._tcp | 7200 | IN | SRV | 10 10 443 openpgpkey.example.org. |
40 | _finger._tcp.example.org | _finger._tcp | 7200 | IN | SRV | 10 10 79 barbican.example.org. |
41 | _avatars-sec._tcp.example.org | _avatars-sec._tcp | 7200 | IN | SRV | 10 10 443 avatars.example.org. |
42 | example.org | @ | 7200 | IN | A | 192.0.2.1 |
43 | example.org | @ | 7200 | IN | AAAA | 2001:db8::1:1 |
44 | _adsp._domainkey.example.org | _adsp._domainkey | 7200 | IN | TXT | dkim=all |
45 | _dmarc.example.org | _dmarc | 7200 | IN | TXT | v=DMARC1; p=none; sp=none; rua=mailto:dmarc-notify@example.org; ruf=mailto:dmarc-notify@example.org; adkim=s |
46 | d201911._domainkey.example.org | d201911._domainkey | 7200 | IN | TXT | v=DKIM1; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA4SmyE5Tz5/wPL8cb2AKuHnlFeLMOhAl1UX/NYaeDCKMWoBPTgZRT0jonKLmV2UscHdodXu5ZsLr/NAuLCp7HmPLReLz7kxKncP6ppveKxc1aq5SPTKeWe77p6BptlahHc35eiXsZRpTsEzrbEOainy1IWEd+w9p1gWbrSutwE22z0i4V88nQ9UBa1ks6cVGxXBZFovWC+i28aGs6Lc7cSfHG5+Mrg3ud5X4evYXTGFMPpunMcCsXrqmS5a+5gRSEMZhngha/cHjLwaJnWzKaywNWF5XOsCjL94QkS0joB7lnGOHMNSZBCcu542Y3Ht3SgHhlpkF9mIbIRfpzA9IoSQIDAQAB |
47 | d201911e2._domainkey.example.org | d201911e2._domainkey | 7200 | IN | TXT | v=DKIM1; k=ed25519; p=GBt2k2L39KUb39fg5brOppXDHXvISy0+ECGgPld/bIo= |
48 | d202003._domainkey.example.org | d202003._domainkey | 7200 | IN | TXT | v=DKIM1; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAv/1tQvOEs7xtKNm7PbPgY4hQjwHVvqqkDb0+TeqZHYRSczQ3c0LFJrIDFiPIdwQe/7AuKrxvATSh/uXKZ3EP4ouMgROPZnUxVXENeetJj+pc3nfGwTKUBTTTth+SO74gdIWsntjvAfduzosC4ZkxbDwZ9c253qXARGvGu+LB/iAeq0ngEbm5fU13+Jopv0d4dR6oGe9GvMEnGGLZzNrxWl1BPe2x5JZ5/X/3fW8vJx3OgRB5N6fqbAJ6HZ9kcbikDH4lPPl9RIoprFk7mmwno/nXLQYGhPobmqq8wLkDiXEkWtYa5lzujz3XI3Zkk8ZIOGvdbVVfAttT0IVPnYkOhQIDAQAB |
49 | d202003e2._domainkey.example.org | d202003e2._domainkey | 7200 | IN | TXT | v=DKIM1; k=ed25519; p=DQI5d9sNMrr0SLDoAi071IFOyKnlbR29hAQdqVQecQg= |
50 | _report.example.org | _report | 7200 | IN | TXT | r=abuse-reports@example.org; rf=ARF; re=postmaster@example.org; |
51 | _smtp._tls.example.org | _smtp._tls | 7200 | IN | TXT | v=TLSRPTv1; rua=mailto:smtp-tls-reports@example.org |
52 | _smtp-tlsrpt.example.org | _smtp-tlsrpt | 7200 | IN | TXT | v=TLSRPTv1; rua=mailto:smtp-tls-reports@example.org |
53 | example.net._report._dmarc.example.org | example.net._report._dmarc | 7200 | IN | TXT | v=DMARC1 |
54 | example.com._report._dmarc.example.org | example.com._report._dmarc | 7200 | IN | TXT | v=DMARC1 |
55 | xn--2j5b.xn--9t4b11yi5a._report._dmarc.example.org | xn--2j5b.xn--9t4b11yi5a._report._dmarc | 7200 | IN | TXT | v=DMARC1 |
56 | special.test._report._dmarc.example.org | special.test._report._dmarc | 7200 | IN | TXT | v=DMARC1 |
57 | xn--qck5b9a5eml3bze.xn--zckzah._report._dmarc.example.org | xn--qck5b9a5eml3bze.xn--zckzah._report._dmarc | 7200 | IN | TXT | v=DMARC1 |
58 | *._smimecert.example.org | *._smimecert | 7200 | IN | CNAME | _ourca-smimea.example.org. |
59 | b._dns-sd._udp.example.org | b._dns-sd._udp | 7200 | IN | PTR | field.example.org. |
60 | lb._dns-sd._udp.example.org | lb._dns-sd._udp | 7200 | IN | PTR | field.example.org. |
61 | r._dns-sd._udp.example.org | r._dns-sd._udp | 7200 | IN | PTR | field.example.org. |
62 | field.example.org | field | 7200 | IN | NS | ns1.example.org. |
63 | field.example.org | field | 7200 | IN | NS | ns2.example.org. |
64 | barbican.example.org | barbican | 7200 | IN | A | 192.0.2.1 |
65 | barbican.example.org | barbican | 7200 | IN | AAAA | 2001:db8::1:1 |
66 | barbican.ipv4.example.org | barbican.ipv4 | 7200 | IN | A | 192.0.2.1 |
67 | barbican.ipv6.example.org | barbican.ipv6 | 7200 | IN | AAAA | 2001:db8::1:1 |
68 | megalomaniac.example.org | megalomaniac | 7200 | IN | A | 198.51.100.254 |
69 | megalomaniac.example.org | megalomaniac | 7200 | IN | AAAA | 2001:db8:ffef::254 |
70 | megalomaniac.ipv4.example.org | megalomaniac.ipv4 | 7200 | IN | A | 198.51.100.254 |
71 | megalomaniac.ipv6.example.org | megalomaniac.ipv6 | 7200 | IN | AAAA | 2001:db8:ffef::254 |
72 | megalomaniac.example.org | megalomaniac | 7200 | IN | SSHFP | 1 2 4E9CED94D3CAF2CE915F85A63CE7279D5118A79EA03DAC59CF4859B825D2F619 |
73 | megalomaniac.example.org | megalomaniac | 7200 | IN | SSHFP | 3 2 D3556A3DB83AB9CCEC39DC6693DD2F3E28B178C9BBA61880924821C426CC61EB |
74 | megalomaniac.example.org | megalomaniac | 7200 | IN | SSHFP | 4 2 C60C9D9D4728668F5F46986FF0C5B416C5E913862C4970CBFE211A6F44A111B4 |
75 | megalomaniac.ipv4.example.org | megalomaniac.ipv4 | 7200 | IN | SSHFP | 1 2 4E9CED94D3CAF2CE915F85A63CE7279D5118A79EA03DAC59CF4859B825D2F619 |
76 | megalomaniac.ipv4.example.org | megalomaniac.ipv4 | 7200 | IN | SSHFP | 3 2 D3556A3DB83AB9CCEC39DC6693DD2F3E28B178C9BBA61880924821C426CC61EB |
77 | megalomaniac.ipv4.example.org | megalomaniac.ipv4 | 7200 | IN | SSHFP | 4 2 C60C9D9D4728668F5F46986FF0C5B416C5E913862C4970CBFE211A6F44A111B4 |
78 | megalomaniac.ipv6.example.org | megalomaniac.ipv6 | 7200 | IN | SSHFP | 1 2 4E9CED94D3CAF2CE915F85A63CE7279D5118A79EA03DAC59CF4859B825D2F619 |
79 | megalomaniac.ipv6.example.org | megalomaniac.ipv6 | 7200 | IN | SSHFP | 3 2 D3556A3DB83AB9CCEC39DC6693DD2F3E28B178C9BBA61880924821C426CC61EB |
80 | megalomaniac.ipv6.example.org | megalomaniac.ipv6 | 7200 | IN | SSHFP | 4 2 C60C9D9D4728668F5F46986FF0C5B416C5E913862C4970CBFE211A6F44A111B4 |
81 | tower.example.org | tower | 7200 | IN | A | 192.0.2.42 |
82 | tower.example.org | tower | 7200 | IN | AAAA | 2001:db8::1:42 |
83 | tower.ipv4.example.org | tower.ipv4 | 7200 | IN | A | 192.0.2.42 |
84 | tower.ipv6.example.org | tower.ipv6 | 7200 | IN | AAAA | 2001:db8::1:42 |
85 | tower.example.org | tower | 7200 | IN | SSHFP | 1 2 0F211D236E94768911A294F38653C4AF6FA935A5B06C975D8162F59142571451 |
86 | tower.example.org | tower | 7200 | IN | SSHFP | 3 2 88BF7B7401C11FA2E84871EFB06CD73D8FC409154605B354DB2DDA0B82FE1160 |
87 | tower.example.org | tower | 7200 | IN | SSHFP | 4 2 6D30900BE0FAAAE73568FC007A87B4D076CF9A351ECACC1106AEF726C34AD61D |
88 | tower.ipv4.example.org | tower.ipv4 | 7200 | IN | SSHFP | 1 2 0F211D236E94768911A294F38653C4AF6FA935A5B06C975D8162F59142571451 |
89 | tower.ipv4.example.org | tower.ipv4 | 7200 | IN | SSHFP | 3 2 88BF7B7401C11FA2E84871EFB06CD73D8FC409154605B354DB2DDA0B82FE1160 |
90 | tower.ipv4.example.org | tower.ipv4 | 7200 | IN | SSHFP | 4 2 6D30900BE0FAAAE73568FC007A87B4D076CF9A351ECACC1106AEF726C34AD61D |
91 | tower.ipv6.example.org | tower.ipv6 | 7200 | IN | SSHFP | 1 2 0F211D236E94768911A294F38653C4AF6FA935A5B06C975D8162F59142571451 |
92 | tower.ipv6.example.org | tower.ipv6 | 7200 | IN | SSHFP | 3 2 88BF7B7401C11FA2E84871EFB06CD73D8FC409154605B354DB2DDA0B82FE1160 |
93 | tower.ipv6.example.org | tower.ipv6 | 7200 | IN | SSHFP | 4 2 6D30900BE0FAAAE73568FC007A87B4D076CF9A351ECACC1106AEF726C34AD61D |
94 | vcs.example.org | vcs | 7200 | IN | A | 192.0.2.228 |
95 | vcs.example.org | vcs | 7200 | IN | AAAA | 2001:db8::48:4558:4456:4353 |
96 | vcs.ipv4.example.org | vcs.ipv4 | 7200 | IN | A | 192.0.2.228 |
97 | vcs.ipv6.example.org | vcs.ipv6 | 7200 | IN | AAAA | 2001:db8::48:4558:4456:4353 |
98 | git.example.org | git | 7200 | IN | CNAME | vcs.example.org. |
99 | git.ipv4.example.org | git.ipv4 | 7200 | IN | CNAME | vcs.ipv4.example.org. |
100 | git.ipv6.example.org | git.ipv6 | 7200 | IN | CNAME | vcs.ipv6.example.org. |
101 | svn.example.org | svn | 7200 | IN | AAAA | 2001:db8::48:4558:73:766e |
102 | vcs.example.org | vcs | 7200 | IN | SSHFP | 1 2 B518BE390BABDF43CB2D598AA6BEFA6CE6878546BF107B829D0CFC65253A97D4 |
103 | vcs.example.org | vcs | 7200 | IN | SSHFP | 3 2 E92545DC0BF501F72333DDEB7A37AFC2C5B408CE39A3AD95FBC66236F0077323 |
104 | vcs.example.org | vcs | 7200 | IN | SSHFP | 4 2 02289441124A487095A6CDA2E946C6A8ED9087FAF3592EC4135536C3E615521C |
105 | vcs.ipv4.example.org | vcs.ipv4 | 7200 | IN | SSHFP | 1 2 B518BE390BABDF43CB2D598AA6BEFA6CE6878546BF107B829D0CFC65253A97D4 |
106 | vcs.ipv4.example.org | vcs.ipv4 | 7200 | IN | SSHFP | 3 2 E92545DC0BF501F72333DDEB7A37AFC2C5B408CE39A3AD95FBC66236F0077323 |
107 | vcs.ipv4.example.org | vcs.ipv4 | 7200 | IN | SSHFP | 4 2 02289441124A487095A6CDA2E946C6A8ED9087FAF3592EC4135536C3E615521C |
108 | vcs.ipv6.example.org | vcs.ipv6 | 7200 | IN | SSHFP | 1 2 B518BE390BABDF43CB2D598AA6BEFA6CE6878546BF107B829D0CFC65253A97D4 |
109 | vcs.ipv6.example.org | vcs.ipv6 | 7200 | IN | SSHFP | 3 2 E92545DC0BF501F72333DDEB7A37AFC2C5B408CE39A3AD95FBC66236F0077323 |
110 | vcs.ipv6.example.org | vcs.ipv6 | 7200 | IN | SSHFP | 4 2 02289441124A487095A6CDA2E946C6A8ED9087FAF3592EC4135536C3E615521C |
111 | nsauth.example.org | nsauth | 7200 | IN | A | 192.0.2.53 |
112 | nsauth.example.org | nsauth | 7200 | IN | AAAA | 2001:db8::53:1 |
113 | nsauth.ipv4.example.org | nsauth.ipv4 | 7200 | IN | A | 192.0.2.53 |
114 | nsauth.ipv6.example.org | nsauth.ipv6 | 7200 | IN | AAAA | 2001:db8::53:1 |
115 | nsauth.example.org | nsauth | 7200 | IN | SSHFP | 1 2 895804AE022FFF643B2677563CB850607C5BB564D9919896C521098C8ABC40F2 |
116 | nsauth.example.org | nsauth | 7200 | IN | SSHFP | 3 2 28A65470BADAE611375747E1A803211C41E3D71E97741FA92CCBDF7B01F34E42 |
117 | nsauth.example.org | nsauth | 7200 | IN | SSHFP | 4 2 6E10445C0649C03FA83E18B1873E5B89B3A20893ECB48D01E7CEDB3DD563ECF0 |
118 | nsauth.ipv4.example.org | nsauth.ipv4 | 7200 | IN | SSHFP | 1 2 895804AE022FFF643B2677563CB850607C5BB564D9919896C521098C8ABC40F2 |
119 | nsauth.ipv4.example.org | nsauth.ipv4 | 7200 | IN | SSHFP | 3 2 28A65470BADAE611375747E1A803211C41E3D71E97741FA92CCBDF7B01F34E42 |
120 | nsauth.ipv4.example.org | nsauth.ipv4 | 7200 | IN | SSHFP | 4 2 6E10445C0649C03FA83E18B1873E5B89B3A20893ECB48D01E7CEDB3DD563ECF0 |
121 | nsauth.ipv6.example.org | nsauth.ipv6 | 7200 | IN | SSHFP | 1 2 895804AE022FFF643B2677563CB850607C5BB564D9919896C521098C8ABC40F2 |
122 | nsauth.ipv6.example.org | nsauth.ipv6 | 7200 | IN | SSHFP | 3 2 28A65470BADAE611375747E1A803211C41E3D71E97741FA92CCBDF7B01F34E42 |
123 | nsauth.ipv6.example.org | nsauth.ipv6 | 7200 | IN | SSHFP | 4 2 6E10445C0649C03FA83E18B1873E5B89B3A20893ECB48D01E7CEDB3DD563ECF0 |
124 | ns1.example.org | ns1 | 7200 | IN | A | 192.0.2.53 |
125 | ns1.example.org | ns1 | 7200 | IN | AAAA | 2001:db8::53:1 |
126 | ns2.example.org | ns2 | 7200 | IN | A | 203.0.113.53 |
127 | ns2.example.org | ns2 | 7200 | IN | AAAA | 2001:db8:113::53 |
128 | hermes.example.org | hermes | 7200 | IN | A | 192.0.2.25 |
129 | hermes.example.org | hermes | 7200 | IN | AAAA | 2001:db8::48:4558:736d:7470 |
130 | hermes.example.org | hermes | 7200 | IN | AAAA | 2001:db8::48:4558:696d:6170 |
131 | hermes.ipv4.example.org | hermes.ipv4 | 7200 | IN | A | 192.0.2.25 |
132 | hermes.ipv6.example.org | hermes.ipv6 | 7200 | IN | AAAA | 2001:db8::48:4558:736d:7470 |
133 | hermes.ipv6.example.org | hermes.ipv6 | 7200 | IN | AAAA | 2001:db8::48:4558:696d:6170 |
134 | hermes.example.org | hermes | 7200 | IN | SSHFP | 1 2 4472FF5BD0528CD49216AF4503BA6A1C48F121D0292A31D6AF193E5000AF4966 |
135 | hermes.example.org | hermes | 7200 | IN | SSHFP | 3 2 EABA20C1565676A5229184CCFCF82D0EE408F91757A67D9FA51A0B6F3DB4A33B |
136 | hermes.example.org | hermes | 7200 | IN | SSHFP | 4 2 A9D89920E599D04363C8B35A4CE66C1ED257EA1D16981F060B6AED080BBB7A7C |
137 | hermes.ipv4.example.org | hermes.ipv4 | 7200 | IN | SSHFP | 1 2 4472FF5BD0528CD49216AF4503BA6A1C48F121D0292A31D6AF193E5000AF4966 |
138 | hermes.ipv4.example.org | hermes.ipv4 | 7200 | IN | SSHFP | 3 2 EABA20C1565676A5229184CCFCF82D0EE408F91757A67D9FA51A0B6F3DB4A33B |
139 | hermes.ipv4.example.org | hermes.ipv4 | 7200 | IN | SSHFP | 4 2 A9D89920E599D04363C8B35A4CE66C1ED257EA1D16981F060B6AED080BBB7A7C |
140 | hermes.ipv6.example.org | hermes.ipv6 | 7200 | IN | SSHFP | 1 2 4472FF5BD0528CD49216AF4503BA6A1C48F121D0292A31D6AF193E5000AF4966 |
141 | hermes.ipv6.example.org | hermes.ipv6 | 7200 | IN | SSHFP | 3 2 EABA20C1565676A5229184CCFCF82D0EE408F91757A67D9FA51A0B6F3DB4A33B |
142 | hermes.ipv6.example.org | hermes.ipv6 | 7200 | IN | SSHFP | 4 2 A9D89920E599D04363C8B35A4CE66C1ED257EA1D16981F060B6AED080BBB7A7C |
143 | kerb-service.example.org | kerb-service | 7200 | IN | A | 192.0.2.88 |
144 | kerb-service.example.org | kerb-service | 7200 | IN | AAAA | 2001:db8::48:4558:6b65:7262 |
145 | security.example.org | security | 7200 | IN | A | 192.0.2.92 |
146 | security.example.org | security | 7200 | IN | AAAA | 2001:db8::48:4558:53:4543 |
147 | security.ipv4.example.org | security.ipv4 | 7200 | IN | A | 192.0.2.92 |
148 | security.ipv6.example.org | security.ipv6 | 7200 | IN | AAAA | 2001:db8::48:4558:53:4543 |
149 | services.example.org | services | 7200 | IN | A | 192.0.2.93 |
150 | services.example.org | services | 7200 | IN | AAAA | 2001:db8::48:4558:5345:5256 |
151 | services.ipv4.example.org | services.ipv4 | 7200 | IN | A | 192.0.2.93 |
152 | services.ipv6.example.org | services.ipv6 | 7200 | IN | AAAA | 2001:db8::48:4558:5345:5256 |
153 | openpgpkey.example.org | openpgpkey | 7200 | IN | A | 192.0.2.92 |
154 | openpgpkey.example.org | openpgpkey | 7200 | IN | AAAA | 2001:db8::48:4558:53:4543 |
155 | finger.example.org | finger | 7200 | IN | CNAME | barbican.example.org. |
156 | finger.ipv4.example.org | finger.ipv4 | 7200 | IN | CNAME | barbican.ipv4.example.org. |
157 | finger.ipv6.example.org | finger.ipv6 | 7200 | IN | CNAME | barbican.ipv6.example.org. |
158 | avatars.example.org | avatars | 7200 | IN | A | 192.0.2.93 |
159 | avatars.example.org | avatars | 7200 | IN | AAAA | 2001:db8::48:4558:5345:5256 |
160 | dict.example.org | dict | 7200 | IN | CNAME | services.example.org. |
161 | people.example.org | people | 7200 | IN | CNAME | services.example.org. |
162 | people.ipv4.example.org | people.ipv4 | 7200 | IN | CNAME | services.ipv4.example.org. |
163 | people.ipv6.example.org | people.ipv6 | 7200 | IN | CNAME | services.ipv6.example.org. |
164 | wpad.example.org | wpad | 7200 | IN | CNAME | services.example.org. |
165 | www.example.org | www | 7200 | IN | CNAME | services.example.org. |
166 | www.ipv4.example.org | www.ipv4 | 7200 | IN | CNAME | services.ipv4.example.org. |
167 | www.ipv6.example.org | www.ipv6 | 7200 | IN | CNAME | services.ipv6.example.org. |
168 | _ourcaca4-tlsa.example.org | _ourcaca4-tlsa | 7200 | IN | TLSA | 2 0 1 ea99063a0a3bda9727032cf82da238698b90ba729300703d3956943635f96488 |
169 | _ourcaca5-tlsa.example.org | _ourcaca5-tlsa | 7200 | IN | TLSA | 2 0 1 11f058f61f97b8adc66ef4801f918c71b10e5c1e3d39afde10408b3026647ef1 |
170 | _cacert-c3-tlsa.example.org | _cacert-c3-tlsa | 7200 | IN | TLSA | 2 0 1 4edde9e55ca453b388887caa25d5c5c5bccf2891d73b87495808293d5fac83c8 |
171 | _letsencrypt-tlsa.example.org | _letsencrypt-tlsa | 7200 | IN | TLSA | 2 1 1 60b87575447dcba2a36b7d11ac09fb24a9db406fee12d2cc90180517616e8a18 |
172 | _letsencrypt-tlsa.example.org | _letsencrypt-tlsa | 7200 | IN | TLSA | 2 1 1 b111dd8a1c2091a89bd4fd60c57f0716cce50feeff8137cdbee0326e02cf362b |
173 | _amazon-tlsa.example.org | _amazon-tlsa | 7200 | IN | TLSA | 2 0 1 8ecde6884f3d87b1125ba31ac3fcb13d7016de7f57cc904fe1cb97c6ae98196e |
174 | _amazon-tlsa.example.org | _amazon-tlsa | 7200 | IN | TLSA | 2 0 1 1ba5b2aa8c65401a82960118f80bec4f62304d83cec4713a19c39c011ea46db4 |
175 | _amazon-tlsa.example.org | _amazon-tlsa | 7200 | IN | TLSA | 2 0 1 18ce6cfe7bf14e60b2e347b8dfe868cb31d02ebb3ada271569f50343b46db3a4 |
176 | _amazon-tlsa.example.org | _amazon-tlsa | 7200 | IN | TLSA | 2 0 1 e35d28419ed02025cfa69038cd623962458da5c695fbdea3c22b0bfb25897092 |
177 | _ourca-tlsa.example.org | _ourca-tlsa | 7200 | IN | TLSA | 2 0 1 ea99063a0a3bda9727032cf82da238698b90ba729300703d3956943635f96488 |
178 | _ourca-tlsa.example.org | _ourca-tlsa | 7200 | IN | TLSA | 2 0 1 11f058f61f97b8adc66ef4801f918c71b10e5c1e3d39afde10408b3026647ef1 |
179 | _ourca-cacert-tlsa.example.org | _ourca-cacert-tlsa | 7200 | IN | TLSA | 2 0 1 ea99063a0a3bda9727032cf82da238698b90ba729300703d3956943635f96488 |
180 | _ourca-cacert-tlsa.example.org | _ourca-cacert-tlsa | 7200 | IN | TLSA | 2 0 1 11f058f61f97b8adc66ef4801f918c71b10e5c1e3d39afde10408b3026647ef1 |
181 | _ourca-cacert-tlsa.example.org | _ourca-cacert-tlsa | 7200 | IN | TLSA | 2 0 1 4edde9e55ca453b388887caa25d5c5c5bccf2891d73b87495808293d5fac83c8 |
182 | _ourca-le-tlsa.example.org | _ourca-le-tlsa | 7200 | IN | TLSA | 2 0 1 ea99063a0a3bda9727032cf82da238698b90ba729300703d3956943635f96488 |
183 | _ourca-le-tlsa.example.org | _ourca-le-tlsa | 7200 | IN | TLSA | 2 0 1 11f058f61f97b8adc66ef4801f918c71b10e5c1e3d39afde10408b3026647ef1 |
184 | _ourca-le-tlsa.example.org | _ourca-le-tlsa | 7200 | IN | TLSA | 2 1 1 60b87575447dcba2a36b7d11ac09fb24a9db406fee12d2cc90180517616e8a18 |
185 | _ourca-le-tlsa.example.org | _ourca-le-tlsa | 7200 | IN | TLSA | 2 1 1 b111dd8a1c2091a89bd4fd60c57f0716cce50feeff8137cdbee0326e02cf362b |
186 | _ourca-cacert-le-tlsa.example.org | _ourca-cacert-le-tlsa | 7200 | IN | TLSA | 2 0 1 ea99063a0a3bda9727032cf82da238698b90ba729300703d3956943635f96488 |
187 | _ourca-cacert-le-tlsa.example.org | _ourca-cacert-le-tlsa | 7200 | IN | TLSA | 2 0 1 11f058f61f97b8adc66ef4801f918c71b10e5c1e3d39afde10408b3026647ef1 |
188 | _ourca-cacert-le-tlsa.example.org | _ourca-cacert-le-tlsa | 7200 | IN | TLSA | 2 0 1 4edde9e55ca453b388887caa25d5c5c5bccf2891d73b87495808293d5fac83c8 |
189 | _ourca-cacert-le-tlsa.example.org | _ourca-cacert-le-tlsa | 7200 | IN | TLSA | 2 1 1 60b87575447dcba2a36b7d11ac09fb24a9db406fee12d2cc90180517616e8a18 |
190 | _ourca-cacert-le-tlsa.example.org | _ourca-cacert-le-tlsa | 7200 | IN | TLSA | 2 1 1 b111dd8a1c2091a89bd4fd60c57f0716cce50feeff8137cdbee0326e02cf362b |
191 | _cacert-le-tlsa.example.org | _cacert-le-tlsa | 7200 | IN | TLSA | 2 0 1 4edde9e55ca453b388887caa25d5c5c5bccf2891d73b87495808293d5fac83c8 |
192 | _cacert-le-tlsa.example.org | _cacert-le-tlsa | 7200 | IN | TLSA | 2 1 1 60b87575447dcba2a36b7d11ac09fb24a9db406fee12d2cc90180517616e8a18 |
193 | _cacert-le-tlsa.example.org | _cacert-le-tlsa | 7200 | IN | TLSA | 2 1 1 b111dd8a1c2091a89bd4fd60c57f0716cce50feeff8137cdbee0326e02cf362b |
194 | _le-amazon-tlsa.example.org | _le-amazon-tlsa | 7200 | IN | TLSA | 2 1 1 60b87575447dcba2a36b7d11ac09fb24a9db406fee12d2cc90180517616e8a18 |
195 | _le-amazon-tlsa.example.org | _le-amazon-tlsa | 7200 | IN | TLSA | 2 1 1 b111dd8a1c2091a89bd4fd60c57f0716cce50feeff8137cdbee0326e02cf362b |
196 | _le-amazon-tlsa.example.org | _le-amazon-tlsa | 7200 | IN | TLSA | 2 0 1 8ecde6884f3d87b1125ba31ac3fcb13d7016de7f57cc904fe1cb97c6ae98196e |
197 | _le-amazon-tlsa.example.org | _le-amazon-tlsa | 7200 | IN | TLSA | 2 0 1 1ba5b2aa8c65401a82960118f80bec4f62304d83cec4713a19c39c011ea46db4 |
198 | _le-amazon-tlsa.example.org | _le-amazon-tlsa | 7200 | IN | TLSA | 2 0 1 18ce6cfe7bf14e60b2e347b8dfe868cb31d02ebb3ada271569f50343b46db3a4 |
199 | _le-amazon-tlsa.example.org | _le-amazon-tlsa | 7200 | IN | TLSA | 2 0 1 e35d28419ed02025cfa69038cd623962458da5c695fbdea3c22b0bfb25897092 |
200 | _ourca-le-amazon-tlsa.example.org | _ourca-le-amazon-tlsa | 7200 | IN | TLSA | 2 0 1 ea99063a0a3bda9727032cf82da238698b90ba729300703d3956943635f96488 |
201 | _ourca-le-amazon-tlsa.example.org | _ourca-le-amazon-tlsa | 7200 | IN | TLSA | 2 0 1 11f058f61f97b8adc66ef4801f918c71b10e5c1e3d39afde10408b3026647ef1 |
202 | _ourca-le-amazon-tlsa.example.org | _ourca-le-amazon-tlsa | 7200 | IN | TLSA | 2 1 1 60b87575447dcba2a36b7d11ac09fb24a9db406fee12d2cc90180517616e8a18 |
203 | _ourca-le-amazon-tlsa.example.org | _ourca-le-amazon-tlsa | 7200 | IN | TLSA | 2 1 1 b111dd8a1c2091a89bd4fd60c57f0716cce50feeff8137cdbee0326e02cf362b |
204 | _ourca-le-amazon-tlsa.example.org | _ourca-le-amazon-tlsa | 7200 | IN | TLSA | 2 0 1 8ecde6884f3d87b1125ba31ac3fcb13d7016de7f57cc904fe1cb97c6ae98196e |
205 | _ourca-le-amazon-tlsa.example.org | _ourca-le-amazon-tlsa | 7200 | IN | TLSA | 2 0 1 1ba5b2aa8c65401a82960118f80bec4f62304d83cec4713a19c39c011ea46db4 |
206 | _ourca-le-amazon-tlsa.example.org | _ourca-le-amazon-tlsa | 7200 | IN | TLSA | 2 0 1 18ce6cfe7bf14e60b2e347b8dfe868cb31d02ebb3ada271569f50343b46db3a4 |
207 | _ourca-le-amazon-tlsa.example.org | _ourca-le-amazon-tlsa | 7200 | IN | TLSA | 2 0 1 e35d28419ed02025cfa69038cd623962458da5c695fbdea3c22b0bfb25897092 |
208 | _443._tcp.www.example.org | _443._tcp.www | 7200 | IN | CNAME | _ourca-le-tlsa.example.org. |
209 | _443._tcp.www.ipv4.example.org | _443._tcp.www.ipv4 | 7200 | IN | CNAME | _ourca-le-tlsa.example.org. |
210 | _443._tcp.www.ipv6.example.org | _443._tcp.www.ipv6 | 7200 | IN | CNAME | _ourca-le-tlsa.example.org. |
211 | _443._tcp.people.example.org | _443._tcp.people | 7200 | IN | CNAME | _ourca-le-tlsa.example.org. |
212 | _443._tcp.people.ipv4.example.org | _443._tcp.people.ipv4 | 7200 | IN | CNAME | _ourca-le-tlsa.example.org. |
213 | _443._tcp.people.ipv6.example.org | _443._tcp.people.ipv6 | 7200 | IN | CNAME | _ourca-le-tlsa.example.org. |
214 | _443._tcp.git.example.org | _443._tcp.git | 7200 | IN | CNAME | _ourca-le-tlsa.example.org. |
215 | _443._tcp.svn.example.org | _443._tcp.svn | 7200 | IN | CNAME | _ourca-le-tlsa.example.org. |
216 | _5222._tcp.xmpp.example.org | _5222._tcp.xmpp | 7200 | IN | CNAME | _ourca-le-tlsa.example.org. |
217 | _5223._tcp.xmpp.example.org | _5223._tcp.xmpp | 7200 | IN | CNAME | _ourca-le-tlsa.example.org. |
218 | _5269._tcp.xmpp-s2s.example.org | _5269._tcp.xmpp-s2s | 7200 | IN | CNAME | _ourca-le-tlsa.example.org. |
219 | _25._tcp.mx.example.org | _25._tcp.mx | 7200 | IN | CNAME | _ourca-le-tlsa.example.org. |
220 | _26._tcp.mx.example.org | _26._tcp.mx | 7200 | IN | CNAME | _ourca-le-tlsa.example.org. |
221 | _27._tcp.mx.example.org | _27._tcp.mx | 7200 | IN | CNAME | _ourca-le-tlsa.example.org. |
222 | _465._tcp.smtp46.example.org | _465._tcp.smtp46 | 7200 | IN | CNAME | _ourca-le-tlsa.example.org. |
223 | _587._tcp.smtp46.example.org | _587._tcp.smtp46 | 7200 | IN | CNAME | _ourca-le-tlsa.example.org. |
224 | _1465._tcp.smtp46.example.org | _1465._tcp.smtp46 | 7200 | IN | CNAME | _ourca-le-tlsa.example.org. |
225 | _1587._tcp.smtp46.example.org | _1587._tcp.smtp46 | 7200 | IN | CNAME | _ourca-le-tlsa.example.org. |
226 | _465._tcp.smtp.example.org | _465._tcp.smtp | 7200 | IN | CNAME | _ourca-le-tlsa.example.org. |
227 | _587._tcp.smtp.example.org | _587._tcp.smtp | 7200 | IN | CNAME | _ourca-le-tlsa.example.org. |
228 | _1465._tcp.smtp.example.org | _1465._tcp.smtp | 7200 | IN | CNAME | _ourca-le-tlsa.example.org. |
229 | _1587._tcp.smtp.example.org | _1587._tcp.smtp | 7200 | IN | CNAME | _ourca-le-tlsa.example.org. |
230 | _143._tcp.imap46.example.org | _143._tcp.imap46 | 7200 | IN | CNAME | _ourca-le-tlsa.example.org. |
231 | _993._tcp.imap46.example.org | _993._tcp.imap46 | 7200 | IN | CNAME | _ourca-le-tlsa.example.org. |
232 | _143._tcp.imap.example.org | _143._tcp.imap | 7200 | IN | CNAME | _ourca-le-tlsa.example.org. |
233 | _993._tcp.imap.example.org | _993._tcp.imap | 7200 | IN | CNAME | _ourca-le-tlsa.example.org. |
234 | _4190._tcp.imap.example.org | _4190._tcp.imap | 7200 | IN | CNAME | _ourca-le-tlsa.example.org. |
235 | www.security.example.org | www.security | 7200 | IN | CNAME | security.example.org. |
236 | www.security.ipv4.example.org | www.security.ipv4 | 7200 | IN | CNAME | security.ipv4.example.org. |
237 | www.security.ipv6.example.org | www.security.ipv6 | 7200 | IN | CNAME | security.ipv6.example.org. |
238 | _443._tcp.www.security.example.org | _443._tcp.www.security | 7200 | IN | CNAME | _ourca-le-tlsa.example.org. |
239 | _443._tcp.www.security.ipv4.example.org | _443._tcp.www.security.ipv4 | 7200 | IN | CNAME | _ourca-le-tlsa.example.org. |
240 | _443._tcp.www.security.ipv6.example.org | _443._tcp.www.security.ipv6 | 7200 | IN | CNAME | _ourca-le-tlsa.example.org. |
241 | _443._tcp.security.example.org | _443._tcp.security | 7200 | IN | CNAME | _ourca-le-tlsa.example.org. |
242 | _443._tcp.security.ipv4.example.org | _443._tcp.security.ipv4 | 7200 | IN | CNAME | _ourca-le-tlsa.example.org. |
243 | _443._tcp.security.ipv6.example.org | _443._tcp.security.ipv6 | 7200 | IN | CNAME | _ourca-le-tlsa.example.org. |
244 | _acme-challenge.example.org | _acme-challenge | 15 | IN | CNAME | _acme-challenge.chat-acme.d.example.net. |
245 | _acme-challenge.xmpp.example.org | _acme-challenge.xmpp | 15 | IN | CNAME | _acme-challenge.xmpp.chat-acme.d.example.net. |
246 | _acme-challenge.chat.example.org | _acme-challenge.chat | 15 | IN | CNAME | _acme-challenge.chat.chat-acme.d.example.net. |
247 | _acme-challenge.conference.example.org | _acme-challenge.conference | 15 | IN | CNAME | _acme-challenge.conference.chat-acme.d.example.net. |
248 | _acme-challenge.proxy-chatfiles.example.org | _acme-challenge.proxy-chatfiles | 15 | IN | CNAME | _acme-challenge.proxy-chatfiles.chat-acme.d.example.net. |
249 | _acme-challenge.pubsub.xmpp.example.org | _acme-challenge.pubsub.xmpp | 15 | IN | CNAME | _acme-challenge.pubsub.xmpp.chat-acme.d.example.net. |
250 | imap.example.org | imap | 7200 | IN | AAAA | 2001:db8::48:4558:696d:6170 |
251 | imap.example.org | imap | 7200 | IN | A | 192.0.2.25 |
252 | smtp.example.org | smtp | 7200 | IN | AAAA | 2001:db8::48:4558:736d:7470 |
253 | smtp.example.org | smtp | 7200 | IN | A | 192.0.2.25 |
254 | smtp46.example.org | smtp46 | 7200 | IN | A | 192.0.2.25 |
255 | smtp46.example.org | smtp46 | 7200 | IN | AAAA | 2001:db8::48:4558:736d:7470 |
256 | imap46.example.org | imap46 | 7200 | IN | A | 192.0.2.25 |
257 | imap46.example.org | imap46 | 7200 | IN | AAAA | 2001:db8::48:4558:696d:6170 |
258 | mx.example.org | mx | 7200 | IN | A | 192.0.2.25 |
259 | mx.example.org | mx | 7200 | IN | AAAA | 2001:db8::48:4558:736d:7470 |
260 | mx.ipv4.example.org | mx.ipv4 | 7200 | IN | A | 192.0.2.25 |
261 | mx.ipv6.example.org | mx.ipv6 | 7200 | IN | AAAA | 2001:db8::48:4558:736d:7470 |
262 | mx.example.org | mx | 7200 | IN | TXT | v=spf1 a include:_spflarge.example.net -all |
263 | _mta-sts.example.org | _mta-sts | 7200 | IN | TXT | v=STSv1; id=20191231r1; |
264 | mta-sts.example.org | mta-sts | 7200 | IN | TXT | v=STSv1; id=20191231r1; |
265 | mta-sts.example.org | mta-sts | 7200 | IN | A | 192.0.2.93 |
266 | mta-sts.example.org | mta-sts | 7200 | IN | AAAA | 2001:db8::48:4558:5345:5256 |
267 | xmpp.ipv6.example.org | xmpp.ipv6 | 7200 | IN | AAAA | 2001:db8::f0ab:cdef:1234:f00f |
268 | xmpp-s2s.ipv6.example.org | xmpp-s2s.ipv6 | 7200 | IN | AAAA | 2001:db8::f0ab:cdef:1234:f00f |
269 | xmpp.example.org | xmpp | 7200 | IN | A | 203.0.113.175 |
270 | xmpp.example.org | xmpp | 7200 | IN | AAAA | 2001:db8::f0ab:cdef:1234:f00f |
271 | xmpp-s2s.example.org | xmpp-s2s | 7200 | IN | A | 203.0.113.175 |
272 | xmpp-s2s.example.org | xmpp-s2s | 7200 | IN | AAAA | 2001:db8::f0ab:cdef:1234:f00f |
273 | proxy-chatfiles.example.org | proxy-chatfiles | 7200 | IN | CNAME | xmpp.example.org. |
274 | fileproxy.xmpp.example.org | fileproxy.xmpp | 7200 | IN | CNAME | xmpp.example.org. |
275 | conference.example.org | conference | 7200 | IN | CNAME | xmpp-s2s.example.org. |
276 | _xmpp-server._tcp.conference.example.org | _xmpp-server._tcp.conference | 7200 | IN | SRV | 10 2 5269 xmpp-s2s.example.org. |
277 | pubsub.xmpp.example.org | pubsub.xmpp | 7200 | IN | CNAME | xmpp-s2s.example.org. |
278 | chat.example.org | chat | 7200 | IN | A | 203.0.113.175 |
279 | chat.example.org | chat | 7200 | IN | AAAA | 2001:db8::f0ab:cdef:1234:f00f |
280 | proxy-chatfiles.chat.example.org | proxy-chatfiles.chat | 7200 | IN | CNAME | chat.example.org. |
281 | fileproxy.chat.example.org | fileproxy.chat | 7200 | IN | CNAME | chat.example.org. |
282 | conference.chat.example.org | conference.chat | 7200 | IN | CNAME | chat.example.org. |
283 | pubsub.chat.example.org | pubsub.chat | 7200 | IN | CNAME | chat.example.org. |
284 | _xmpp-server._tcp.conference.example.org | _xmpp-server._tcp.conference | 7200 | IN | SRV | 10 2 5269 chat.example.org. |
285 | auth.example.org | auth | 7200 | IN | AAAA | 2001:db8::48:4558:6175:7468 |
286 | kpeople.example.org | kpeople | 7200 | IN | AAAA | 2001:db8::48:4558:6b70:706c |
287 | ocsp.security.example.org | ocsp.security | 7200 | IN | AAAA | 2001:db8::48:4558:6f63:7370 |
288 | webauth.example.org | webauth | 7200 | IN | AAAA | 2001:db8::48:4558:7765:6261 |
289 | news-feed.example.org | news-feed | 7200 | IN | A | 192.0.2.93 |
290 | news-feed.example.org | news-feed | 7200 | IN | AAAA | 2001:db8::48:4558:6e6e:7470 |
291 | go.example.org | go | 7200 | IN | CNAME | abcdefghijklmn.cloudfront.net. |
292 | foo.example.org | foo | 7200 | IN | A | 192.0.2.200 |
293 | gladys.example.org | gladys | 7200 | IN | MX | 10 mx.example.org. |
294 | _adsp._domainkey.gladys.example.org | _adsp._domainkey.gladys | 7200 | IN | TXT | dkim=all |
295 | _dmarc.gladys.example.org | _dmarc.gladys | 7200 | IN | TXT | v=DMARC1; p=none; sp=none; rua=mailto:dmarc-notify@example.org; ruf=mailto:dmarc-notify@example.org; adkim=s |
296 | _report.gladys.example.org | _report.gladys | 7200 | IN | TXT | r=abuse-reports@example.org; rf=ARF; re=postmaster@example.org; |
297 | _smtp._tls.gladys.example.org | _smtp._tls.gladys | 7200 | IN | TXT | v=TLSRPTv1; rua=mailto:smtp-tls-reports@example.org |
298 | _smtp-tlsrpt.gladys.example.org | _smtp-tlsrpt.gladys | 7200 | IN | TXT | v=TLSRPTv1; rua=mailto:smtp-tls-reports@example.org |
299 | fred.example.org | fred | 7200 | IN | MX | 10 mx.example.org. |
300 | fred.example.org | fred | 7200 | IN | A | 192.0.2.93 |
301 | fred.example.org | fred | 7200 | IN | AAAA | 2001:db8::48:4558:5345:5256 |
302 | fred.example.org | fred | 7200 | IN | TXT | v=spf1 ip4:192.0.2.25 ip6:2001:db8::1:25 mx include:_spf.example.com ~all |
303 | d201911._domainkey.fred.example.org | d201911._domainkey.fred | 7200 | IN | TXT | v=DKIM1; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA8/OMUa3PnWh9LqXFVwlAgYDdTtbq3zTtTOSBmJq5yWauzXYcUuSmhW7CsV0QQlacCsQgJlwg9Nl1vO1TosAj5EKUCLTeSqjlWrM7KXKPx8FT71Q9H9wXX4MHUyGrqHFo0OPzcmtHwqcd8AD6MIvJHSRoAfiPPBp8Euc0wGnJZdGS75Hk+wA3MQ2/TlzP2eenyiFyqmUTAGOYsGC/tREsWPiegR/OVxNGlzTY6quHsuVK7UYtIyFnYx9PGWdl3b3p7VjQ5V0Rp+2CLtVrCuS6Zs+/3NhZdM7mdD0a9Jgxakwa1le5YmB5lHTGF7T8quy6TlKe9lMUIRNjqTHfSFz/MwIDAQAB |
304 | d201911e2._domainkey.fred.example.org | d201911e2._domainkey.fred | 7200 | IN | TXT | v=DKIM1; k=ed25519; p=rQNsV9YcPJn/WYI1EDLjNbN/VuX1Hqq/oe4htbnhv+A= |
305 | d202003._domainkey.fred.example.org | d202003._domainkey.fred | 7200 | IN | TXT | v=DKIM1; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvpnx7tnRxAnE/poIRbVb2i+f1uQCXWnBHzHurgEyZX0CmGaiJuCbr8SWOW2PoXq9YX8gIv2TS3uzwGv/4yA2yX9Z9zar1LeWUfGgMWLdCol9xfmWrI+6MUzxuwhw/mXwzigbI4bHoakh3ez/i3J9KPS85GfrOODqA1emR13f2pG8EzAcje+rwW2PtYjc0h+FMDpeLuPYyYszFbNlrkVUneesxnoz+o4x/s6P14ZoRqz5CR7u6G02HwnNaHads5Eto6FYYErUUTtFmgWuYabHxgLVGRdRQs6B5OBYT/3L2q/lAgmEgdy/QL+c0Psfj99/XQmO8fcM0scBzw2ukQzcUwIDAQAB |
306 | d202003e2._domainkey.fred.example.org | d202003e2._domainkey.fred | 7200 | IN | TXT | v=DKIM1; k=ed25519; p=0DAPp/IRLYFI/Z4YSgJRi4gr7xcu1/EfJ5mjVn10aAw= |
307 | _adsp._domainkey.fred.example.org | _adsp._domainkey.fred | 7200 | IN | TXT | dkim=all |
308 | _dmarc.fred.example.org | _dmarc.fred | 7200 | IN | TXT | v=DMARC1; p=none; sp=none; rua=mailto:dmarc-notify@example.org; ruf=mailto:dmarc-notify@example.org; adkim=s |
309 | _report.fred.example.org | _report.fred | 7200 | IN | TXT | r=abuse-reports@example.org; rf=ARF; re=postmaster@example.org; |
310 | _smtp._tls.fred.example.org | _smtp._tls.fred | 7200 | IN | TXT | v=TLSRPTv1; rua=mailto:smtp-tls-reports@example.org |
311 | _smtp-tlsrpt.fred.example.org | _smtp-tlsrpt.fred | 7200 | IN | TXT | v=TLSRPTv1; rua=mailto:smtp-tls-reports@example.org |
312 | mailtest.example.org | mailtest | 7200 | IN | MX | 10 mx.example.org. |
313 | d201911._domainkey.mailtest.example.org | d201911._domainkey.mailtest | 7200 | IN | TXT | v=DKIM1; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAo9xHnjHyhm1weA6FjOqM8LKVsklFt26HXWoe/0XCdmBG4i/UzQ7RiSgWO4kv7anPK6qf6rtL1xYsHufaRXG8yLsZxz+BbUP99eZvxZX78tMg4cGf+yU6uFxulCbOzsMy+8Cc3bbQTtIWYjyWBwnHdRRrCkQxjZ5KAd+x7ZB5qzqg2/eLJ7fCuNsr/xn0XTY6XYgug95e3h4CEW3Y+bkG81AMeJmT/hoVTcXvT/Gm6ZOUmx6faQWIHSW7qOR3VS6S75HOuclEUk0gt9r7OQHKl01sXh8g02SHRk8SUMEoNVayqplYZTFFF01Z192m7enmpp+St+HHUIT6jW/CAMCO3wIDAQAB |
314 | d201911e2._domainkey.mailtest.example.org | d201911e2._domainkey.mailtest | 7200 | IN | TXT | v=DKIM1; k=ed25519; p=afulDDnhaTzdqKQN0jtWV04eOhAcyBk3NCyVheOf53Y= |
315 | d202003._domainkey.mailtest.example.org | d202003._domainkey.mailtest | 7200 | IN | TXT | v=DKIM1; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAs2BTVZaVLvL3qZBPaF7tRR0SdOKe+hjcpQ5fqO48lEuYiyTb6lkn8DPjDK11gTN3au0Bm+y8KC7ITKSJosuJXytxt3wqc61Pwtmb/Cy7GzmOF1AuegydB3/88VbgHT5DZucHrh6+ValZk4Trkx+/1K26Uo+h2KL2n/Ldb1y91ATHujp8DqxAOhiZ7KNaS1okNRRB4/14jPufAbeiN8/iBPiY5Hl80KHmpjM+7vvjb5jiecZ1ZrVDj7eTES4pmVh2v1c106mZLieoqDPYaf/HVbCM4E4n1B6kjbboSOpANADIcqXxGJQ7Be7/Sk9f7KwRusrsMHXmBHgm4wPmwGVZ3QIDAQAB |
316 | d202003e2._domainkey.mailtest.example.org | d202003e2._domainkey.mailtest | 7200 | IN | TXT | v=DKIM1; k=ed25519; p=iqwH/hhozFdeo1xnuldr8KUi7O7g+DzmC+f0SYMKVDc= |
317 | _adsp._domainkey.mailtest.example.org | _adsp._domainkey.mailtest | 7200 | IN | TXT | dkim=all |
318 | _dmarc.mailtest.example.org | _dmarc.mailtest | 7200 | IN | TXT | v=DMARC1; p=none; sp=none; rua=mailto:dmarc-notify@example.org; ruf=mailto:dmarc-notify@example.org; adkim=s |
319 | _report.mailtest.example.org | _report.mailtest | 7200 | IN | TXT | r=abuse-reports@example.org; rf=ARF; re=postmaster@example.org; |
320 | _smtp._tls.mailtest.example.org | _smtp._tls.mailtest | 7200 | IN | TXT | v=TLSRPTv1; rua=mailto:smtp-tls-reports@example.org |
321 | _smtp-tlsrpt.mailtest.example.org | _smtp-tlsrpt.mailtest | 7200 | IN | TXT | v=TLSRPTv1; rua=mailto:smtp-tls-reports@example.org |
322 | _pgpkey-http._tcp.sks.example.org | _pgpkey-http._tcp.sks | 7200 | IN | SRV | 0 0 0 . |
323 | _pgpkey-https._tcp.sks.example.org | _pgpkey-https._tcp.sks | 7200 | IN | SRV | 0 0 0 . |
324 | _hkp._tcp.sks.example.org | _hkp._tcp.sks | 7200 | IN | SRV | 0 0 0 . |
325 | _pgpkey-http._tcp.sks-peer.example.org | _pgpkey-http._tcp.sks-peer | 7200 | IN | SRV | 0 0 0 . |
326 | _pgpkey-https._tcp.sks-peer.example.org | _pgpkey-https._tcp.sks-peer | 7200 | IN | SRV | 0 0 0 . |
327 | _hkp._tcp.sks-peer.example.org | _hkp._tcp.sks-peer | 7200 | IN | SRV | 0 0 0 . |
328 | yoyo.example.org | yoyo | 7200 | IN | NS | ns5.he.net. |
329 | yoyo.example.org | yoyo | 7200 | IN | NS | ns4.he.net. |
330 | yoyo.example.org | yoyo | 7200 | IN | NS | ns3.he.net. |
331 | yoyo.example.org | yoyo | 7200 | IN | NS | ns2.he.net. |
332 | yoyo.example.org | yoyo | 7200 | IN | NS | ns1.he.net. |
333 | khard.example.org | khard | 7200 | IN | NS | ns-cloud-d1.googledomains.com. |
334 | khard.example.org | khard | 7200 | IN | NS | ns-cloud-d2.googledomains.com. |
335 | khard.example.org | khard | 7200 | IN | NS | ns-cloud-d3.googledomains.com. |
336 | khard.example.org | khard | 7200 | IN | NS | ns-cloud-d4.googledomains.com. |
337 | realhost.example.org | realhost | 7200 | IN | MX | 0 . |
338 | realhost.example.org | realhost | 7200 | IN | TXT | v=spf1 -all |
339 | _25._tcp.realhost.example.org | _25._tcp.realhost | 7200 | IN | TLSA | 3 0 0 0000000000000000000000000000000000000000000000000000000000000000 |
340 | _fedcba9876543210fedcba9876543210.go.example.org | _fedcba9876543210fedcba9876543210.go | 7200 | IN | CNAME | _45678901234abcdef45678901234abcd.ggedgsdned.acm-validations.aws. |
341 | opqrstuvwxyz.example.org | opqrstuvwxyz | 7200 | IN | CNAME | gv-abcdefghijklmn.dv.googlehosted.com. |
342 | zyxwvutsrqpo.example.org | zyxwvutsrqpo | 7200 | IN | CNAME | gv-nmlkjihgfedcba.dv.googlehosted.com. |
343 | 0123456789abcdef0123456789abcdef.example.org | 0123456789abcdef0123456789abcdef | 7200 | IN | CNAME | verify.bing.com. |