[GH-ISSUE #1531] Reverse DNS Zone returns NS records instead of SOA #693

Closed
opened 2026-03-15 23:50:24 +03:00 by kerem · 22 comments
Owner

Originally created by @williamdes on GitHub (Aug 5, 2021).
Original GitHub issue: https://github.com/hickory-dns/hickory-dns/issues/1531

Describe the bug

I am not a DNS expert bug this makes weeks since I am trying to setup my reverse IPV6 Zone.
Today my hosting provided hosted the zone on his server so we could compare DNS results.

To Reproduce

Other DNS server

dig -x 2a10:4646:14::53 @2a10:4640::2

My trust-dns server

dig -x 2a10:4646:14::1 @2a10:4646:14::53

Expected behavior
A clear and concise description of what you expected to happen.

Version:
Version: latest version in docker (0.20.3)

Additional context

--- dc  2021-08-05 14:03:18.847302592 +0200
+++ dyjix       2021-08-05 14:03:27.619222479 +0200
@@ -1,24 +1,20 @@
 
 ;; global options: +cmd
 ;; Got answer:
-;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 55012
-;; flags: qr aa; QUERY: 1, ANSWER: 1, AUTHORITY: 4, ADDITIONAL: 0
+;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 31506
+;; flags: qr aa; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1
 
+;; OPT PSEUDOSECTION:
+; EDNS: version: 0, flags:; udp: 1680
 ;; QUESTION SECTION:
 ;1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. IN PTR
 
 ;; ANSWER SECTION:
-1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 86400        IN PTR dc4-dns.servers.datacenters.network.

-;; AUTHORITY SECTION:
-4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 86400        IN NS   ns01.dns.datacenters.network.
-4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 86400        IN NS   ns02.dns.datacenters.network.
-4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 86400        IN NS   ns03.dns.datacenters.network.
-4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 86400        IN NS   ns04.dns.datacenters.network.
+1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 60 IN        PTR dc4-dns.servers.datacenters.network.

Diff on other query

dig 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. @2a10:4646:14::53
dig 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. @2a10:4640::2
 ;; global options: +cmd
 ;; Got answer:
-;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 24897
-;; flags: qr aa; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0
+;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 64414
+;; flags: qr aa rd; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1
+;; WARNING: recursion requested but not available
 
+;; OPT PSEUDOSECTION:
+; EDNS: version: 0, flags:; udp: 1680
 ;; QUESTION SECTION:
 ;4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. IN  A
 
 ;; AUTHORITY SECTION:
-4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 604800 IN SOA        a.misconfigured.powerdns.server. hostmaster.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 9 28800 7200 604800 86400
+4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 3600 IN SOA  a.misconfigured.powerdns.server. hostmaster.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 2021080505 10800 3600 604800 3600
 
Originally created by @williamdes on GitHub (Aug 5, 2021). Original GitHub issue: https://github.com/hickory-dns/hickory-dns/issues/1531 **Describe the bug** I am not a DNS expert bug this makes weeks since I am trying to setup my reverse IPV6 Zone. Today my hosting provided hosted the zone on his server so we could compare DNS results. **To Reproduce** ### Other DNS server ```sh dig -x 2a10:4646:14::53 @2a10:4640::2 ``` ### My trust-dns server ``` dig -x 2a10:4646:14::1 @2a10:4646:14::53 ``` **Expected behavior** A clear and concise description of what you expected to happen. **Version:** Version: latest version in docker (0.20.3) **Additional context** ```diff --- dc 2021-08-05 14:03:18.847302592 +0200 +++ dyjix 2021-08-05 14:03:27.619222479 +0200 @@ -1,24 +1,20 @@ ;; global options: +cmd ;; Got answer: -;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 55012 -;; flags: qr aa; QUERY: 1, ANSWER: 1, AUTHORITY: 4, ADDITIONAL: 0 +;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 31506 +;; flags: qr aa; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1 +;; OPT PSEUDOSECTION: +; EDNS: version: 0, flags:; udp: 1680 ;; QUESTION SECTION: ;1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. IN PTR ;; ANSWER SECTION: -1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 86400 IN PTR dc4-dns.servers.datacenters.network. -;; AUTHORITY SECTION: -4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 86400 IN NS ns01.dns.datacenters.network. -4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 86400 IN NS ns02.dns.datacenters.network. -4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 86400 IN NS ns03.dns.datacenters.network. -4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 86400 IN NS ns04.dns.datacenters.network. +1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 60 IN PTR dc4-dns.servers.datacenters.network. ``` ### Diff on other query ```sh dig 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. @2a10:4646:14::53 ``` ```sh dig 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. @2a10:4640::2 ``` ```diff ;; global options: +cmd ;; Got answer: -;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 24897 -;; flags: qr aa; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0 +;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 64414 +;; flags: qr aa rd; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1 +;; WARNING: recursion requested but not available +;; OPT PSEUDOSECTION: +; EDNS: version: 0, flags:; udp: 1680 ;; QUESTION SECTION: ;4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. IN A ;; AUTHORITY SECTION: -4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 604800 IN SOA a.misconfigured.powerdns.server. hostmaster.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 9 28800 7200 604800 86400 +4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 3600 IN SOA a.misconfigured.powerdns.server. hostmaster.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 2021080505 10800 3600 604800 3600 ```
kerem closed this issue 2026-03-15 23:50:29 +03:00
Author
Owner

@williamdes commented on GitHub (Aug 5, 2021):

My question is: why AUTHORITY and ADDITIONAL differs on first query and why does ADDITIONAL differ on query 2

My bet is that ADDITIONAL differs because of the EDNS option. But for the authority I am not sure what it could be.

I have been stuck since weeks on Nameserver ns01.dns.datacenters.network/2a10:4646:14::53 is a recursor.Nameserver ns01.dns.datacenters.network/2a10:4646:14::53 is a recursor. (https://dnscheck.ripe.net/test/da917744c53aac5b or https://dnscheck.ripe.net/test/a312ae64a1ef6bd9)

and since the only diff I see is AUTHORITY well I go here to ask.

named.toml

listen_addrs_ipv4 = ["0.0.0.0"]
listen_addrs_ipv6 = ["2a10:4646:14::53"]

[[zones]]
zone = "4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa"
zone_type = "Primary"
file = "ipv6_block.zone"

ipv6_block.zone

$TTL 1D
@               IN      SOA     a.misconfigured.powerdns.server. hostmaster.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. (
                                9       ; Serial
                                28800   ; Refresh
                                7200    ; Retry
                                604800  ; Expire
                                60)  ; Minimum TTL
@                       NS      ns01.dns.datacenters.network.
@                       NS      ns02.dns.datacenters.network.
@                       NS      ns03.dns.datacenters.network.
@                       NS      ns04.dns.datacenters.network.

1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0                      PTR     dc4-dns.servers.datacenters.network.
3.5.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0                      PTR     dc4-dns.servers.datacenters.network.

Yes it says misconfigured in the file but I just copied what works on the other server

<!-- gh-comment-id:893415578 --> @williamdes commented on GitHub (Aug 5, 2021): My question is: why AUTHORITY and ADDITIONAL differs on first query and why does ADDITIONAL differ on query 2 My bet is that ADDITIONAL differs because of the EDNS option. But for the authority I am not sure what it could be. I have been stuck since weeks on `Nameserver ns01.dns.datacenters.network/2a10:4646:14::53 is a recursor.Nameserver ns01.dns.datacenters.network/2a10:4646:14::53 is a recursor.` (https://dnscheck.ripe.net/test/da917744c53aac5b or https://dnscheck.ripe.net/test/a312ae64a1ef6bd9) and since the only diff I see is AUTHORITY well I go here to ask. ### named.toml ```yml listen_addrs_ipv4 = ["0.0.0.0"] listen_addrs_ipv6 = ["2a10:4646:14::53"] [[zones]] zone = "4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa" zone_type = "Primary" file = "ipv6_block.zone" ``` ### ipv6_block.zone ``` $TTL 1D @ IN SOA a.misconfigured.powerdns.server. hostmaster.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. ( 9 ; Serial 28800 ; Refresh 7200 ; Retry 604800 ; Expire 60) ; Minimum TTL @ NS ns01.dns.datacenters.network. @ NS ns02.dns.datacenters.network. @ NS ns03.dns.datacenters.network. @ NS ns04.dns.datacenters.network. 1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 PTR dc4-dns.servers.datacenters.network. 3.5.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 PTR dc4-dns.servers.datacenters.network. ``` Yes it says misconfigured in the file but I just copied what works on the other server
Author
Owner

@bluejekyll commented on GitHub (Aug 6, 2021):

For the first one, the NS records are returned to the original spec in RFC 1034, which if I remember correctly (and if I read it corrected) is that NS records should be returned for authoritative answers, which this appears to be.

For the second I don't see an issue other than the EDNS isn't encluded (was trust-dns compiled with dnssec support?).

I'm not sure what the issue is that you're reporting. Is the recursive resolver rejecting the response from trust-dns? The answer sections of both look good, unless I'm missing something.

<!-- gh-comment-id:893988096 --> @bluejekyll commented on GitHub (Aug 6, 2021): For the first one, the NS records are returned to the original spec in RFC 1034, which if I remember correctly (and if I read it corrected) is that NS records should be returned for authoritative answers, which this appears to be. For the second I don't see an issue other than the EDNS isn't encluded (was trust-dns compiled with dnssec support?). I'm not sure what the issue is that you're reporting. Is the recursive resolver rejecting the response from trust-dns? The answer sections of both look good, unless I'm missing something.
Author
Owner

@bluejekyll commented on GitHub (Aug 6, 2021):

I think if we want, we can drop the NS records from the responses. It would have the benefit of reducing the response size.

<!-- gh-comment-id:894356965 --> @bluejekyll commented on GitHub (Aug 6, 2021): I think if we want, we can drop the NS records from the responses. It would have the benefit of reducing the response size.
Author
Owner

@williamdes commented on GitHub (Aug 6, 2021):

I think if we want, we can drop the NS records from the responses. It would have the benefit of reducing the response size.

I do not have enough DNS expertise to know what is exactly wrong
Maybe you can compare the dns servers
But I will probably fire up a bind9 server with the same zone file and check if the RIPE validator passes

It would need maybe more spec reading but there is something "wrong" between trust-dns and a regular dns server

I would be interested to try a new commit that brushes the difference out

<!-- gh-comment-id:894496749 --> @williamdes commented on GitHub (Aug 6, 2021): > I think if we want, we can drop the NS records from the responses. It would have the benefit of reducing the response size. I do not have enough DNS expertise to know what is exactly wrong Maybe you can compare the dns servers But I will probably fire up a bind9 server with the same zone file and check if the RIPE validator passes It would need maybe more spec reading but there is something "wrong" between trust-dns and a regular dns server I would be interested to try a new commit that brushes the difference out
Author
Owner

@bluejekyll commented on GitHub (Aug 8, 2021):

Ok, for the authoritative response, this PR disables the inclusion of NS records: #1533 can you test with that?

<!-- gh-comment-id:894863388 --> @bluejekyll commented on GitHub (Aug 8, 2021): Ok, for the authoritative response, this PR disables the inclusion of NS records: #1533 can you test with that?
Author
Owner

@williamdes commented on GitHub (Aug 8, 2021):

Ok, for the authoritative response, this PR disables the inclusion of NS records: #1533 can you test with that?

Sure, this is the occasion for me to start working on the Docker repo :)

<!-- gh-comment-id:894863656 --> @williamdes commented on GitHub (Aug 8, 2021): > Ok, for the authoritative response, this PR disables the inclusion of NS records: #1533 can you test with that? Sure, this is the occasion for me to start working on the Docker repo :)
Author
Owner

@williamdes commented on GitHub (Aug 8, 2021):

@bluejekyll I tested your PR in production and it works fine. The NS is indeed not returned like other regular DNS server does

I still have Nameserver ns01.dns.datacenters.network/2a10:4646:14::53 is a recursor. on the RIPE interface

And here is what they responded to me

Hello,

There are two types of DNS server: authoritative DNS servers and
recursive resolver DNS servers.

Recursive resolver DNS servers take queries from regular computers and forward them to authoritative dns servers. 

Authoritative DNS servers have the data (the mapping between DNS names and IP addresses, for example) recursive resolvers do NOT have data, but know how to get it (from authoritative DNS servers) the name-servers we delegate reverse DNS zones to can *only* be authoritative if our DNS checks detect that they have a "hybrid" behavior,  we do not allow the delegation you need to reconfigure your name server to only be authoritative for the reverse zones they are delegating to it and make it reject recursive queries to it.

I hope this helps to sort out the issue, let us know if you need further information.

I do not see what makes it think it is a recursor, nor they seem to know..

<!-- gh-comment-id:894875948 --> @williamdes commented on GitHub (Aug 8, 2021): @bluejekyll I tested your PR in production and it works fine. The NS is indeed not returned like other regular DNS server does I still have `Nameserver ns01.dns.datacenters.network/2a10:4646:14::53 is a recursor.` on the RIPE interface And here is what they responded to me ``` Hello, There are two types of DNS server: authoritative DNS servers and recursive resolver DNS servers. Recursive resolver DNS servers take queries from regular computers and forward them to authoritative dns servers. Authoritative DNS servers have the data (the mapping between DNS names and IP addresses, for example) recursive resolvers do NOT have data, but know how to get it (from authoritative DNS servers) the name-servers we delegate reverse DNS zones to can *only* be authoritative if our DNS checks detect that they have a "hybrid" behavior, we do not allow the delegation you need to reconfigure your name server to only be authoritative for the reverse zones they are delegating to it and make it reject recursive queries to it. I hope this helps to sort out the issue, let us know if you need further information. ``` I do not see what makes it think it is a recursor, nor they seem to know..
Author
Owner

@bluejekyll commented on GitHub (Aug 11, 2021):

Ok, we must need to set the rd flag to specifically call out recursion is desired in the second request?

<!-- gh-comment-id:896488256 --> @bluejekyll commented on GitHub (Aug 11, 2021): Ok, we must need to set the `rd` flag to specifically call out recursion is desired in the second request?
Author
Owner

@williamdes commented on GitHub (Aug 11, 2021):

Ok, we must need to set the rd flag to specifically call out recursion is desired in the second request?

Probably, it's worth a try :)

<!-- gh-comment-id:896584866 --> @williamdes commented on GitHub (Aug 11, 2021): > Ok, we must need to set the `rd` flag to specifically call out recursion is desired in the second request? Probably, it's worth a try :)
Author
Owner

@williamdes commented on GitHub (Aug 12, 2021):

Let me know if you need me to try out a new commit

<!-- gh-comment-id:897823319 --> @williamdes commented on GitHub (Aug 12, 2021): Let me know if you need me to try out a new commit
Author
Owner

@bluejekyll commented on GitHub (Aug 13, 2021):

@williamdes , I'm actually a little confused by the response you got. The reason is that it's not clear based on the response why they think that your trust-dns server is recursive. After reading https://datatracker.ietf.org/doc/html/rfc6895 again, I think we should be setting the rd flag in the response. But from what I can tell trust-dns is properly returning the codes that they claim it is not, i.e. we are not returning the ra (recursion available) flag in the response.

I'll put in a fix for the rd flag since it looks like were out of compliance with rfc6895. maybe that will make a difference for their test, we'll see.

<!-- gh-comment-id:898685011 --> @bluejekyll commented on GitHub (Aug 13, 2021): @williamdes , I'm actually a little confused by the response you got. The reason is that it's not clear based on the response why they think that your trust-dns server is recursive. After reading https://datatracker.ietf.org/doc/html/rfc6895 again, I think we should be setting the `rd` flag in the response. But from what I can tell trust-dns is properly returning the codes that they claim it is not, i.e. we are not returning the `ra` (recursion available) flag in the response. I'll put in a fix for the `rd` flag since it looks like were out of compliance with rfc6895. maybe that will make a difference for their test, we'll see.
Author
Owner

@williamdes commented on GitHub (Aug 13, 2021):

I agree with you this is more than confusing but we will find out after I deploy your future work

<!-- gh-comment-id:898689122 --> @williamdes commented on GitHub (Aug 13, 2021): I agree with you this is more than confusing but we will find out after I deploy your future work
Author
Owner

@williamdes commented on GitHub (Aug 15, 2021):

I deployed the last commit and .... the validator still thinks I am a recursor ...
A bit pissed of by their validator. That said all the changes in your PR for me are good and should be merged, thank you so much for doing them !

Next step will be trying to setup a "standard" bind9 server and see if it works, and then do more die and retry comparing until I find out what differs

<!-- gh-comment-id:899083880 --> @williamdes commented on GitHub (Aug 15, 2021): I deployed the last commit and .... the validator still thinks I am a recursor ... A bit pissed of by their validator. That said all the changes in your PR for me are good and should be merged, thank you so much for doing them ! Next step will be trying to setup a "standard" bind9 server and see if it works, and then do more die and retry comparing until I find out what differs
Author
Owner

@williamdes commented on GitHub (Aug 15, 2021):

In case it helps

here is the full log from start to end of queries

1629047045.408849:INFO:named:369:Trust-DNS 0.21.0-alpha.1 starting
1629047045.408955:INFO:named:374:loading configuration from: "/etc/named.toml"
1629047045.409761:DEBUG:named:138:loading zone with config: ZoneConfig {
    zone: "4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa",
    zone_type: Primary,
    file: Some(
        "ipv6_block.zone",
    ),
    allow_update: None,
    allow_axfr: None,
    enable_dnssec: None,
    keys: [],
    stores: None,
}
1629047045.409829:INFO:trust_dns_server::store::file::authority:191:loading zone file: "/var/named/ipv6_block.zone"
1629047045.410263:INFO:trust_dns_server::store::file::authority:205:zone file loaded: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. with 4 records
1629047045.410287:DEBUG:trust_dns_server::store::file::authority:210:zone: {
    RrKey {
        name: LowerName(
            Name("4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa."),
        ),
        record_type: NS,
    }: RecordSet {
        name: Name("4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa."),
        record_type: NS,
        dns_class: IN,
        ttl: 86400,
        records: [
            Record {
                name_labels: Name("4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa."),
                rr_type: NS,
                dns_class: IN,
                ttl: 86400,
                rdata: NS(
                    Name("ns01.dns.datacenters.network."),
                ),
            },
            Record {
                name_labels: Name("4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa."),
                rr_type: NS,
                dns_class: IN,
                ttl: 86400,
                rdata: NS(
                    Name("ns02.dns.datacenters.network."),
                ),
            },
            Record {
                name_labels: Name("4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa."),
                rr_type: NS,
                dns_class: IN,
                ttl: 86400,
                rdata: NS(
                    Name("ns03.dns.datacenters.network."),
                ),
            },
            Record {
                name_labels: Name("4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa."),
                rr_type: NS,
                dns_class: IN,
                ttl: 86400,
                rdata: NS(
                    Name("ns04.dns.datacenters.network."),
                ),
            },
        ],
        rrsigs: [],
        serial: 0,
    },
    RrKey {
        name: LowerName(
            Name("4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa."),
        ),
        record_type: SOA,
    }: RecordSet {
        name: Name("4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa."),
        record_type: SOA,
        dns_class: IN,
        ttl: 604800,
        records: [
            Record {
                name_labels: Name("4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa."),
                rr_type: SOA,
                dns_class: IN,
                ttl: 604800,
                rdata: SOA(
                    SOA {
                        mname: Name("a.misconfigured.powerdns.server."),
                        rname: Name("hostmaster.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa."),
                        serial: 9,
                        refresh: 28800,
                        retry: 7200,
                        expire: 604800,
                        minimum: 60,
                    },
                ),
            },
        ],
        rrsigs: [],
        serial: 0,
    },
    RrKey {
        name: LowerName(
            Name("1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa."),
        ),
        record_type: PTR,
    }: RecordSet {
        name: Name("1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa."),
        record_type: PTR,
        dns_class: IN,
        ttl: 86400,
        records: [
            Record {
                name_labels: Name("1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa."),
                rr_type: PTR,
                dns_class: IN,
                ttl: 86400,
                rdata: PTR(
                    Name("dc4-dns.servers.datacenters.network."),
                ),
            },
        ],
        rrsigs: [],
        serial: 0,
    },
    RrKey {
        name: LowerName(
            Name("3.5.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa."),
        ),
        record_type: PTR,
    }: RecordSet {
        name: Name("3.5.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa."),
        record_type: PTR,
        dns_class: IN,
        ttl: 86400,
        records: [
            Record {
                name_labels: Name("3.5.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa."),
                rr_type: PTR,
                dns_class: IN,
                ttl: 86400,
                rdata: PTR(
                    Name("dc4-dns.servers.datacenters.network."),
                ),
            },
        ],
        rrsigs: [],
        serial: 0,
    },
}
1629047045.410827:INFO:named:250:zone successfully loaded: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629047045.410907:INFO:named:430:binding UDP to 0.0.0.0:53
1629047045.411001:INFO:named:435:listening for UDP on 0.0.0.0:53
1629047045.411007:DEBUG:trust_dns_server::server::server_future:54:registering udp: PollEvented { io: Some(UdpSocket { addr: 0.0.0.0:53, fd: 6 }) }
1629047045.411048:INFO:named:430:binding UDP to [2a10:4646:14::53]:53
1629047045.411072:INFO:named:435:listening for UDP on [2a10:4646:14::53]:53
1629047045.411076:DEBUG:trust_dns_server::server::server_future:54:registering udp: PollEvented { io: Some(UdpSocket { addr: [2a10:4646:14::53]:53, fd: 7 }) }
1629047045.411088:INFO:named:448:binding TCP to 0.0.0.0:53
1629047045.411127:INFO:named:453:listening for TCP on 0.0.0.0:53
1629047045.411132:DEBUG:trust_dns_server::server::server_future:112:register tcp: PollEvented { io: Some(TcpListener { addr: 0.0.0.0:53, fd: 8 }) }
1629047045.411147:INFO:named:448:binding TCP to [2a10:4646:14::53]:53
1629047045.411164:INFO:named:453:listening for TCP on [2a10:4646:14::53]:53
1629047045.411168:DEBUG:trust_dns_server::server::server_future:112:register tcp: PollEvented { io: Some(TcpListener { addr: [2a10:4646:14::53]:53, fd: 9 }) }
1629047045.411179:INFO:named:633:
1629047045.411182:INFO:named:634:    o                      o            o             
1629047045.411185:INFO:named:635:    |                      |            |             
1629047045.411187:INFO:named:636:  --O--  o-o  o  o  o-o  --O--  o-o   o-O  o-o   o-o  
1629047045.411190:INFO:named:637:    |    |    |  |   \     |         |  |  |  |   \   
1629047045.411192:INFO:named:638:    o    o    o--o  o-o    o          o-o  o  o  o-o  
1629047045.411195:INFO:named:639:
1629047045.411197:INFO:named:496:awaiting connections...
1629047045.411200:INFO:named:501:Server starting up
1629047133.056722:DEBUG:trust_dns_server::server::server_future:76:received udp request from: [2001:67c:2e8:11::c100:13d2]:37443
1629047133.056975:INFO:trust_dns_server::server::server_future:594:request: 26381 type: Query op_code: Query dnssec: false name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: SOA class: IN
1629047133.057025:DEBUG:trust_dns_server::authority::catalog:130:query received: 26381
1629047133.057036:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629047133.057119:INFO:trust_dns_server::authority::catalog:407:request: 26381 found authority: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629047133.057166:DEBUG:trust_dns_server::authority::catalog:481:performing name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: SOA class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629047133.057189:DEBUG:trust_dns_server::authority::authority_object:176:performing name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: SOA class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629047133.057225:DEBUG:trust_dns_server::store::in_memory::authority:971:searching InMemoryAuthority for: name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: SOA class: IN
1629047133.057409:INFO:trust_dns_server::server::response_handler:49:response: 26381 response_code: 0
1629047134.191130:DEBUG:trust_dns_server::server::server_future:76:received udp request from: [2001:67c:2e8:11::c100:13d2]:43899
1629047134.191205:INFO:trust_dns_server::server::server_future:594:request: 44790 type: Query op_code: Query dnssec: false name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: NS class: IN
1629047134.191218:DEBUG:trust_dns_server::authority::catalog:130:query received: 44790
1629047134.191226:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629047134.191250:INFO:trust_dns_server::authority::catalog:407:request: 44790 found authority: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629047134.191266:DEBUG:trust_dns_server::authority::catalog:481:performing name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: NS class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629047134.191286:DEBUG:trust_dns_server::authority::authority_object:176:performing name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: NS class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629047134.191307:DEBUG:trust_dns_server::store::in_memory::authority:971:searching InMemoryAuthority for: name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: NS class: IN
1629047134.191421:INFO:trust_dns_server::server::response_handler:49:response: 44790 response_code: 0
1629047135.586256:DEBUG:trust_dns_server::server::server_future:76:received udp request from: [2001:67c:2e8:11::c100:13d2]:54412
1629047135.586342:INFO:trust_dns_server::server::server_future:594:request: 24958 type: Query op_code: Query dnssec: false name: 3.5.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: PTR class: IN
1629047135.586356:DEBUG:trust_dns_server::authority::catalog:130:query received: 24958
1629047135.586364:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: 3.5.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629047135.586507:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: 5.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629047135.586564:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: 0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629047135.586596:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: 0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629047135.586635:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: 0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629047135.586667:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: 0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629047135.586695:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: 0.0.0.0.0.0.0.0.0.0.0.0.0.0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629047135.586723:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: 0.0.0.0.0.0.0.0.0.0.0.0.0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629047135.586749:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: 0.0.0.0.0.0.0.0.0.0.0.0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629047135.586775:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: 0.0.0.0.0.0.0.0.0.0.0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629047135.586800:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: 0.0.0.0.0.0.0.0.0.0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629047135.586833:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: 0.0.0.0.0.0.0.0.0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629047135.586856:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: 0.0.0.0.0.0.0.0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629047135.586879:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: 0.0.0.0.0.0.0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629047135.586901:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: 0.0.0.0.0.0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629047135.586923:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: 0.0.0.0.0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629047135.586943:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: 0.0.0.0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629047135.586964:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: 0.0.0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629047135.586984:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: 0.0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629047135.587012:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: 0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629047135.587030:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629047135.587056:INFO:trust_dns_server::authority::catalog:407:request: 24958 found authority: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629047135.587071:DEBUG:trust_dns_server::authority::catalog:481:performing name: 3.5.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: PTR class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629047135.587099:DEBUG:trust_dns_server::authority::authority_object:176:performing name: 3.5.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: PTR class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629047135.587127:DEBUG:trust_dns_server::store::in_memory::authority:971:searching InMemoryAuthority for: name: 3.5.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: PTR class: IN
1629047135.587202:INFO:trust_dns_server::server::response_handler:49:response: 24958 response_code: 0
1629047135.704789:DEBUG:trust_dns_server::server::server_future:134:accepted request from: [2001:67c:2e8:11::c100:13d2]:49156
1629047135.704852:DEBUG:trust_dns_proto::tcp::tcp_stream:357:in ReadTcpState::LenBytes: 0
1629047135.704891:DEBUG:trust_dns_proto::tcp::tcp_stream:366:got length: 50
1629047135.704898:DEBUG:trust_dns_proto::tcp::tcp_stream:370:move ReadTcpState::Bytes: 50
1629047135.704906:DEBUG:trust_dns_proto::tcp::tcp_stream:391:in ReadTcpState::Bytes: 50
1629047135.704910:DEBUG:trust_dns_proto::tcp::tcp_stream:398:reset ReadTcpState::LenBytes: 0
1629047135.704915:DEBUG:trust_dns_proto::tcp::tcp_stream:411:returning bytes
1629047135.704920:DEBUG:trust_dns_proto::tcp::tcp_stream:420:returning buffer
1629047135.704953:INFO:trust_dns_server::server::server_future:594:request: 9040 type: Query op_code: Query dnssec: false name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: SOA class: IN
1629047135.704969:DEBUG:trust_dns_server::authority::catalog:130:query received: 9040
1629047135.704974:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629047135.704988:INFO:trust_dns_server::authority::catalog:407:request: 9040 found authority: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629047135.704997:DEBUG:trust_dns_server::authority::catalog:481:performing name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: SOA class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629047135.705009:DEBUG:trust_dns_server::authority::authority_object:176:performing name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: SOA class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629047135.705021:DEBUG:trust_dns_server::store::in_memory::authority:971:searching InMemoryAuthority for: name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: SOA class: IN
1629047135.705047:INFO:trust_dns_server::server::response_handler:49:response: 9040 response_code: 0
1629047135.705072:DEBUG:trust_dns_proto::tcp::tcp_stream:310:sending message len: 160 to: [2001:67c:2e8:11::c100:13d2]:49156
1629047135.727548:DEBUG:trust_dns_proto::tcp::tcp_stream:344:zero bytes read, stream closed?
1629047138.302911:DEBUG:trust_dns_server::server::server_future:76:received udp request from: [2001:67c:2e8:11::c100:13d2]:52109
1629047138.302985:INFO:trust_dns_server::server::server_future:594:request: 64979 type: Query op_code: Query dnssec: false name: xx--domain-cannot-exist.xx--illegal-syntax-tld. type: SOA class: IN
1629047138.302998:DEBUG:trust_dns_server::authority::catalog:130:query received: 64979
1629047138.303005:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: xx--domain-cannot-exist.xx--illegal-syntax-tld.
1629047138.303025:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: xx--illegal-syntax-tld.
1629047138.303035:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: .
1629047138.303045:INFO:trust_dns_server::server::response_handler:49:response: 64979 response_code: 3
1629047138.345575:DEBUG:trust_dns_server::server::server_future:76:received udp request from: [2001:67c:2e8:11::c100:13d2]:53924
1629047138.345642:INFO:trust_dns_server::server::server_future:594:request: 56711 type: Query op_code: Query dnssec: false name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: SOA class: IN
1629047138.345655:DEBUG:trust_dns_server::authority::catalog:130:query received: 56711
1629047138.345662:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629047138.345687:INFO:trust_dns_server::authority::catalog:407:request: 56711 found authority: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629047138.345705:DEBUG:trust_dns_server::authority::catalog:481:performing name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: SOA class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629047138.345726:DEBUG:trust_dns_server::authority::authority_object:176:performing name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: SOA class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629047138.345748:DEBUG:trust_dns_server::store::in_memory::authority:971:searching InMemoryAuthority for: name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: SOA class: IN
1629047138.345794:INFO:trust_dns_server::server::response_handler:49:response: 56711 response_code: 0
1629047138.473112:DEBUG:trust_dns_server::server::server_future:134:accepted request from: [2001:67c:2e8:11::c100:13d2]:49166
1629047138.473156:DEBUG:trust_dns_proto::tcp::tcp_stream:357:in ReadTcpState::LenBytes: 0
1629047138.473164:DEBUG:trust_dns_proto::tcp::tcp_stream:366:got length: 50
1629047138.473171:DEBUG:trust_dns_proto::tcp::tcp_stream:370:move ReadTcpState::Bytes: 50
1629047138.473181:DEBUG:trust_dns_proto::tcp::tcp_stream:391:in ReadTcpState::Bytes: 50
1629047138.473187:DEBUG:trust_dns_proto::tcp::tcp_stream:398:reset ReadTcpState::LenBytes: 0
1629047138.473193:DEBUG:trust_dns_proto::tcp::tcp_stream:411:returning bytes
1629047138.473199:DEBUG:trust_dns_proto::tcp::tcp_stream:420:returning buffer
1629047138.473236:INFO:trust_dns_server::server::server_future:594:request: 0 type: Query op_code: Query dnssec: false name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: AXFR class: IN
1629047138.473249:DEBUG:trust_dns_server::authority::catalog:130:query received: 0
1629047138.473256:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629047138.473278:INFO:trust_dns_server::authority::catalog:407:request: 0 found authority: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629047138.473292:DEBUG:trust_dns_server::authority::catalog:481:performing name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: AXFR class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629047138.473311:DEBUG:trust_dns_server::authority::authority_object:176:performing name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: AXFR class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629047138.473331:DEBUG:trust_dns_server::store::in_memory::authority:971:searching InMemoryAuthority for: name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: AXFR class: IN
1629047138.473351:INFO:trust_dns_server::server::response_handler:49:response: 0 response_code: 5
1629047138.473369:DEBUG:trust_dns_proto::tcp::tcp_stream:310:sending message len: 50 to: [2001:67c:2e8:11::c100:13d2]:49166
1629047138.495605:DEBUG:trust_dns_proto::tcp::tcp_stream:344:zero bytes read, stream closed?
1629047138.545719:DEBUG:trust_dns_server::server::server_future:76:received udp request from: [2001:67c:2e8:11::c100:13d2]:37320
1629047138.545804:INFO:trust_dns_server::server::server_future:594:request: 26829 type: Query op_code: Query dnssec: false name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: AAAA class: IN
1629047138.545825:DEBUG:trust_dns_server::authority::catalog:130:query received: 26829
1629047138.545838:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629047138.545892:INFO:trust_dns_server::authority::catalog:407:request: 26829 found authority: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629047138.545917:DEBUG:trust_dns_server::authority::catalog:481:performing name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: AAAA class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629047138.545948:DEBUG:trust_dns_server::authority::authority_object:176:performing name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: AAAA class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629047138.545979:DEBUG:trust_dns_server::store::in_memory::authority:971:searching InMemoryAuthority for: name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: AAAA class: IN
1629047138.546087:INFO:trust_dns_server::server::response_handler:49:response: 26829 response_code: 0
1629047138.603550:DEBUG:trust_dns_server::server::server_future:76:received udp request from: [2001:67c:2e8:11::c100:13d2]:34113
1629047138.603597:INFO:trust_dns_server::server::server_future:594:request: 41508 type: Query op_code: Query dnssec: false name: . type: NS class: IN
1629047138.603608:DEBUG:trust_dns_server::authority::catalog:130:query received: 41508
1629047138.603615:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: .
1629047138.603624:INFO:trust_dns_server::server::response_handler:49:response: 41508 response_code: 3
1629047138.657491:DEBUG:trust_dns_server::server::server_future:76:received udp request from: [2001:67c:2e8:11::c100:13d2]:41494
1629047138.657546:INFO:trust_dns_server::server::server_future:594:request: 58817 type: Query op_code: Query dnssec: false name: wwW.4.1.0.0.6.4.6.4.0.1.a.2.iP6.ArPA. type: SOA class: IN
1629047138.657557:DEBUG:trust_dns_server::authority::catalog:130:query received: 58817
1629047138.657564:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: www.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629047138.657587:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629047138.657608:INFO:trust_dns_server::authority::catalog:407:request: 58817 found authority: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629047138.657624:DEBUG:trust_dns_server::authority::catalog:481:performing name: www.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: SOA class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629047138.657651:DEBUG:trust_dns_server::authority::authority_object:176:performing name: www.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: SOA class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629047138.657674:DEBUG:trust_dns_server::store::in_memory::authority:971:searching InMemoryAuthority for: name: www.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: SOA class: IN
1629047138.657716:INFO:trust_dns_server::server::response_handler:49:response: 58817 response_code: 0
1629047138.744452:DEBUG:trust_dns_server::server::server_future:76:received udp request from: [2001:67c:2e8:11::c100:13d2]:38224
1629047138.744490:INFO:trust_dns_server::server::server_future:594:request: 20910 type: Query op_code: Query dnssec: false name: WwW.4.1.0.0.6.4.6.4.0.1.A.2.iP6.ArPA. type: SOA class: IN
1629047138.744497:DEBUG:trust_dns_server::authority::catalog:130:query received: 20910
1629047138.744501:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: www.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629047138.744515:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629047138.744529:INFO:trust_dns_server::authority::catalog:407:request: 20910 found authority: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629047138.744538:DEBUG:trust_dns_server::authority::catalog:481:performing name: www.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: SOA class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629047138.744553:DEBUG:trust_dns_server::authority::authority_object:176:performing name: www.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: SOA class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629047138.744566:DEBUG:trust_dns_server::store::in_memory::authority:971:searching InMemoryAuthority for: name: www.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: SOA class: IN
1629047138.744596:INFO:trust_dns_server::server::response_handler:49:response: 20910 response_code: 0
1629047138.760069:DEBUG:trust_dns_server::server::server_future:76:received udp request from: [2001:67c:2e8:11::c100:13d2]:58670
1629047138.760127:INFO:trust_dns_server::server::server_future:594:request: 60179 type: Query op_code: Query dnssec: false name: www.4.1.0.0.6.4.6.4.0.1.A.2.ip6.arpA. type: SOA class: IN
1629047138.760138:DEBUG:trust_dns_server::authority::catalog:130:query received: 60179
1629047138.760145:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: www.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629047138.760169:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629047138.760195:INFO:trust_dns_server::authority::catalog:407:request: 60179 found authority: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629047138.760215:DEBUG:trust_dns_server::authority::catalog:481:performing name: www.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: SOA class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629047138.760241:DEBUG:trust_dns_server::authority::authority_object:176:performing name: www.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: SOA class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629047138.760261:DEBUG:trust_dns_server::store::in_memory::authority:971:searching InMemoryAuthority for: name: www.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: SOA class: IN
1629047138.760305:INFO:trust_dns_server::server::response_handler:49:response: 60179 response_code: 0
1629047138.969454:DEBUG:trust_dns_server::server::server_future:76:received udp request from: [2001:67c:2e8:11::c100:13d2]:43917
1629047138.969536:INFO:trust_dns_server::server::server_future:594:request: 20547 type: Query op_code: Query dnssec: false name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: A class: IN
1629047138.969549:DEBUG:trust_dns_server::authority::catalog:130:query received: 20547
1629047138.969557:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629047138.969581:INFO:trust_dns_server::authority::catalog:407:request: 20547 found authority: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629047138.969597:DEBUG:trust_dns_server::authority::catalog:481:performing name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: A class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629047138.969631:DEBUG:trust_dns_server::authority::authority_object:176:performing name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: A class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629047138.969654:DEBUG:trust_dns_server::store::in_memory::authority:971:searching InMemoryAuthority for: name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: A class: IN
1629047138.969737:INFO:trust_dns_server::server::response_handler:49:response: 20547 response_code: 0
1629047201.865066:DEBUG:trust_dns_server::server::server_future:76:received udp request from: [2001:67c:2e8:11::c100:137c]:34649
1629047201.865141:INFO:trust_dns_server::server::server_future:594:request: 31879 type: Query op_code: Query dnssec: false name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: SOA class: IN
1629047201.865154:DEBUG:trust_dns_server::authority::catalog:130:query received: 31879
1629047201.865161:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629047201.865187:INFO:trust_dns_server::authority::catalog:407:request: 31879 found authority: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629047201.865203:DEBUG:trust_dns_server::authority::catalog:481:performing name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: SOA class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629047201.865226:DEBUG:trust_dns_server::authority::authority_object:176:performing name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: SOA class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629047201.865252:DEBUG:trust_dns_server::store::in_memory::authority:971:searching InMemoryAuthority for: name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: SOA class: IN
1629047201.865303:INFO:trust_dns_server::server::response_handler:49:response: 31879 response_code: 0
1629047201.947339:DEBUG:trust_dns_server::server::server_future:134:accepted request from: [2001:67c:2e8:11::c100:137c]:34758
1629047201.947389:DEBUG:trust_dns_proto::tcp::tcp_stream:357:in ReadTcpState::LenBytes: 0
1629047201.947397:DEBUG:trust_dns_proto::tcp::tcp_stream:366:got length: 50
1629047201.947404:DEBUG:trust_dns_proto::tcp::tcp_stream:370:move ReadTcpState::Bytes: 50
1629047201.947415:DEBUG:trust_dns_proto::tcp::tcp_stream:391:in ReadTcpState::Bytes: 50
1629047201.947422:DEBUG:trust_dns_proto::tcp::tcp_stream:398:reset ReadTcpState::LenBytes: 0
1629047201.947429:DEBUG:trust_dns_proto::tcp::tcp_stream:411:returning bytes
1629047201.947435:DEBUG:trust_dns_proto::tcp::tcp_stream:420:returning buffer
1629047201.947482:INFO:trust_dns_server::server::server_future:594:request: 20726 type: Query op_code: Query dnssec: false name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: SOA class: IN
1629047201.947496:DEBUG:trust_dns_server::authority::catalog:130:query received: 20726
1629047201.947503:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629047201.947526:INFO:trust_dns_server::authority::catalog:407:request: 20726 found authority: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629047201.947540:DEBUG:trust_dns_server::authority::catalog:481:performing name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: SOA class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629047201.947562:DEBUG:trust_dns_server::authority::authority_object:176:performing name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: SOA class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629047201.947584:DEBUG:trust_dns_server::store::in_memory::authority:971:searching InMemoryAuthority for: name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: SOA class: IN
1629047201.947627:INFO:trust_dns_server::server::response_handler:49:response: 20726 response_code: 0
1629047201.947668:DEBUG:trust_dns_proto::tcp::tcp_stream:310:sending message len: 160 to: [2001:67c:2e8:11::c100:137c]:34758
1629047201.970160:DEBUG:trust_dns_proto::tcp::tcp_stream:344:zero bytes read, stream closed?
1629047203.855343:DEBUG:trust_dns_server::server::server_future:76:received udp request from: [2001:67c:2e8:11::c100:137c]:40818
1629047203.855404:INFO:trust_dns_server::server::server_future:594:request: 16168 type: Query op_code: Query dnssec: false name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: NS class: IN
1629047203.855413:DEBUG:trust_dns_server::authority::catalog:130:query received: 16168
1629047203.855418:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629047203.855436:INFO:trust_dns_server::authority::catalog:407:request: 16168 found authority: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629047203.855446:DEBUG:trust_dns_server::authority::catalog:481:performing name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: NS class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629047203.855459:DEBUG:trust_dns_server::authority::authority_object:176:performing name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: NS class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629047203.855473:DEBUG:trust_dns_server::store::in_memory::authority:971:searching InMemoryAuthority for: name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: NS class: IN
1629047203.855515:INFO:trust_dns_server::server::response_handler:49:response: 16168 response_code: 0
1629047204.134133:DEBUG:trust_dns_server::server::server_future:76:received udp request from: [2001:67c:2e8:11::c100:137c]:44248
1629047204.134191:INFO:trust_dns_server::server::server_future:594:request: 54759 type: Query op_code: Query dnssec: false name: xx--domain-cannot-exist.xx--illegal-syntax-tld. type: SOA class: IN
1629047204.134203:DEBUG:trust_dns_server::authority::catalog:130:query received: 54759
1629047204.134210:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: xx--domain-cannot-exist.xx--illegal-syntax-tld.
1629047204.134227:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: xx--illegal-syntax-tld.
1629047204.134238:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: .
1629047204.134248:INFO:trust_dns_server::server::response_handler:49:response: 54759 response_code: 3
1629047204.180881:DEBUG:trust_dns_server::server::server_future:76:received udp request from: [2001:67c:2e8:11::c100:137c]:57308
1629047204.180944:INFO:trust_dns_server::server::server_future:594:request: 41644 type: Query op_code: Query dnssec: false name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: SOA class: IN
1629047204.180957:DEBUG:trust_dns_server::authority::catalog:130:query received: 41644
1629047204.180963:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629047204.180985:INFO:trust_dns_server::authority::catalog:407:request: 41644 found authority: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629047204.181001:DEBUG:trust_dns_server::authority::catalog:481:performing name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: SOA class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629047204.181036:DEBUG:trust_dns_server::authority::authority_object:176:performing name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: SOA class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629047204.181062:DEBUG:trust_dns_server::store::in_memory::authority:971:searching InMemoryAuthority for: name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: SOA class: IN
1629047204.181121:INFO:trust_dns_server::server::response_handler:49:response: 41644 response_code: 0
1629047204.304176:DEBUG:trust_dns_server::server::server_future:134:accepted request from: [2001:67c:2e8:11::c100:137c]:34768
1629047204.304230:DEBUG:trust_dns_proto::tcp::tcp_stream:357:in ReadTcpState::LenBytes: 0
1629047204.304239:DEBUG:trust_dns_proto::tcp::tcp_stream:366:got length: 50
1629047204.304246:DEBUG:trust_dns_proto::tcp::tcp_stream:370:move ReadTcpState::Bytes: 50
1629047204.304256:DEBUG:trust_dns_proto::tcp::tcp_stream:391:in ReadTcpState::Bytes: 50
1629047204.304263:DEBUG:trust_dns_proto::tcp::tcp_stream:398:reset ReadTcpState::LenBytes: 0
1629047204.304270:DEBUG:trust_dns_proto::tcp::tcp_stream:411:returning bytes
1629047204.304276:DEBUG:trust_dns_proto::tcp::tcp_stream:420:returning buffer
1629047204.304313:INFO:trust_dns_server::server::server_future:594:request: 0 type: Query op_code: Query dnssec: false name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: AXFR class: IN
1629047204.304326:DEBUG:trust_dns_server::authority::catalog:130:query received: 0
1629047204.304333:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629047204.304355:INFO:trust_dns_server::authority::catalog:407:request: 0 found authority: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629047204.304369:DEBUG:trust_dns_server::authority::catalog:481:performing name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: AXFR class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629047204.304399:DEBUG:trust_dns_server::authority::authority_object:176:performing name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: AXFR class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629047204.304418:DEBUG:trust_dns_server::store::in_memory::authority:971:searching InMemoryAuthority for: name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: AXFR class: IN
1629047204.304438:INFO:trust_dns_server::server::response_handler:49:response: 0 response_code: 5
1629047204.304456:DEBUG:trust_dns_proto::tcp::tcp_stream:310:sending message len: 50 to: [2001:67c:2e8:11::c100:137c]:34768
1629047204.326897:DEBUG:trust_dns_proto::tcp::tcp_stream:344:zero bytes read, stream closed?
1629047204.367584:DEBUG:trust_dns_server::server::server_future:76:received udp request from: [2001:67c:2e8:11::c100:137c]:58188
1629047204.367639:INFO:trust_dns_server::server::server_future:594:request: 21464 type: Query op_code: Query dnssec: false name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: AAAA class: IN
1629047204.367650:DEBUG:trust_dns_server::authority::catalog:130:query received: 21464
1629047204.367657:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629047204.367679:INFO:trust_dns_server::authority::catalog:407:request: 21464 found authority: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629047204.367694:DEBUG:trust_dns_server::authority::catalog:481:performing name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: AAAA class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629047204.367717:DEBUG:trust_dns_server::authority::authority_object:176:performing name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: AAAA class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629047204.367740:DEBUG:trust_dns_server::store::in_memory::authority:971:searching InMemoryAuthority for: name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: AAAA class: IN
1629047204.367816:INFO:trust_dns_server::server::response_handler:49:response: 21464 response_code: 0
1629047204.421361:DEBUG:trust_dns_server::server::server_future:76:received udp request from: [2001:67c:2e8:11::c100:137c]:52694
1629047204.421406:INFO:trust_dns_server::server::server_future:594:request: 13288 type: Query op_code: Query dnssec: false name: . type: NS class: IN
1629047204.421417:DEBUG:trust_dns_server::authority::catalog:130:query received: 13288
1629047204.421424:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: .
1629047204.421434:INFO:trust_dns_server::server::response_handler:49:response: 13288 response_code: 3
1629047204.465444:DEBUG:trust_dns_server::server::server_future:76:received udp request from: [2001:67c:2e8:11::c100:137c]:34135
1629047204.465501:INFO:trust_dns_server::server::server_future:594:request: 44330 type: Query op_code: Query dnssec: false name: wWw.4.1.0.0.6.4.6.4.0.1.A.2.IP6.arpA. type: SOA class: IN
1629047204.465513:DEBUG:trust_dns_server::authority::catalog:130:query received: 44330
1629047204.465520:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: www.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629047204.465543:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629047204.465565:INFO:trust_dns_server::authority::catalog:407:request: 44330 found authority: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629047204.465580:DEBUG:trust_dns_server::authority::catalog:481:performing name: www.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: SOA class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629047204.465604:DEBUG:trust_dns_server::authority::authority_object:176:performing name: www.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: SOA class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629047204.465625:DEBUG:trust_dns_server::store::in_memory::authority:971:searching InMemoryAuthority for: name: www.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: SOA class: IN
1629047204.465668:INFO:trust_dns_server::server::response_handler:49:response: 44330 response_code: 0
1629047204.540237:DEBUG:trust_dns_server::server::server_future:76:received udp request from: [2001:67c:2e8:11::c100:137c]:55654
1629047204.540292:INFO:trust_dns_server::server::server_future:594:request: 24253 type: Query op_code: Query dnssec: false name: wwW.4.1.0.0.6.4.6.4.0.1.A.2.ip6.aRPA. type: SOA class: IN
1629047204.540304:DEBUG:trust_dns_server::authority::catalog:130:query received: 24253
1629047204.540311:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: www.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629047204.540335:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629047204.540362:INFO:trust_dns_server::authority::catalog:407:request: 24253 found authority: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629047204.540377:DEBUG:trust_dns_server::authority::catalog:481:performing name: www.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: SOA class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629047204.540400:DEBUG:trust_dns_server::authority::authority_object:176:performing name: www.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: SOA class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629047204.540421:DEBUG:trust_dns_server::store::in_memory::authority:971:searching InMemoryAuthority for: name: www.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: SOA class: IN
1629047204.540463:INFO:trust_dns_server::server::response_handler:49:response: 24253 response_code: 0
1629047204.552947:DEBUG:trust_dns_server::server::server_future:76:received udp request from: [2001:67c:2e8:11::c100:137c]:57670
1629047204.553003:INFO:trust_dns_server::server::server_future:594:request: 59945 type: Query op_code: Query dnssec: false name: wwW.4.1.0.0.6.4.6.4.0.1.A.2.Ip6.arpA. type: SOA class: IN
1629047204.553014:DEBUG:trust_dns_server::authority::catalog:130:query received: 59945
1629047204.553023:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: www.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629047204.553056:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629047204.553089:INFO:trust_dns_server::authority::catalog:407:request: 59945 found authority: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629047204.553113:DEBUG:trust_dns_server::authority::catalog:481:performing name: www.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: SOA class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629047204.553147:DEBUG:trust_dns_server::authority::authority_object:176:performing name: www.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: SOA class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629047204.553180:DEBUG:trust_dns_server::store::in_memory::authority:971:searching InMemoryAuthority for: name: www.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: SOA class: IN
1629047204.553226:INFO:trust_dns_server::server::response_handler:49:response: 59945 response_code: 0
1629047204.726122:DEBUG:trust_dns_server::server::server_future:76:received udp request from: [2001:67c:2e8:11::c100:137c]:56688
1629047204.726178:INFO:trust_dns_server::server::server_future:594:request: 9985 type: Query op_code: Query dnssec: false name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: A class: IN
1629047204.726189:DEBUG:trust_dns_server::authority::catalog:130:query received: 9985
1629047204.726197:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629047204.726218:INFO:trust_dns_server::authority::catalog:407:request: 9985 found authority: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629047204.726238:DEBUG:trust_dns_server::authority::catalog:481:performing name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: A class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629047204.726261:DEBUG:trust_dns_server::authority::authority_object:176:performing name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: A class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629047204.726283:DEBUG:trust_dns_server::store::in_memory::authority:971:searching InMemoryAuthority for: name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: A class: IN
1629047204.726357:INFO:trust_dns_server::server::response_handler:49:response: 9985 response_code: 0
1629047333.609279:DEBUG:trust_dns_server::server::server_future:76:received udp request from: [2a01:e0a:8a6:a690:eef3:c309:744b:a840]:54590
1629047333.609495:INFO:trust_dns_server::server::server_future:594:request: 26888 type: Query op_code: Query dnssec: false name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: A class: IN
1629047333.609519:DEBUG:trust_dns_server::authority::catalog:130:query received: 26888
1629047333.609528:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629047333.609551:INFO:trust_dns_server::authority::catalog:407:request: 26888 found authority: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629047333.609568:DEBUG:trust_dns_server::authority::catalog:481:performing name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: A class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629047333.609597:DEBUG:trust_dns_server::authority::authority_object:176:performing name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: A class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629047333.609618:DEBUG:trust_dns_server::store::in_memory::authority:971:searching InMemoryAuthority for: name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: A class: IN
1629047333.609698:INFO:trust_dns_server::server::response_handler:49:response: 26888 response_code: 0
1629047340.645155:DEBUG:trust_dns_server::server::server_future:76:received udp request from: [2a01:e0a:8a6:a690:eef3:c309:744b:a840]:52852
1629047340.645264:INFO:trust_dns_server::server::server_future:594:request: 44931 type: Query op_code: Query dnssec: false name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: A class: IN
1629047340.645280:DEBUG:trust_dns_server::authority::catalog:130:query received: 44931
1629047340.645288:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629047340.645313:INFO:trust_dns_server::authority::catalog:407:request: 44931 found authority: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629047340.645330:DEBUG:trust_dns_server::authority::catalog:481:performing name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: A class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629047340.645351:DEBUG:trust_dns_server::authority::authority_object:176:performing name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: A class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629047340.645371:DEBUG:trust_dns_server::store::in_memory::authority:971:searching InMemoryAuthority for: name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: A class: IN
1629047340.645451:INFO:trust_dns_server::server::response_handler:49:response: 44931 response_code: 0
1629047508.921175:DEBUG:trust_dns_server::server::server_future:76:received udp request from: [2a01:e0a:8a6:a690:eef3:c309:744b:a840]:43061
1629047508.921264:INFO:trust_dns_server::server::server_future:594:request: 11019 type: Query op_code: Query dnssec: false name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: SOA class: IN
1629047508.921279:DEBUG:trust_dns_server::authority::catalog:130:query received: 11019
1629047508.921287:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629047508.921312:INFO:trust_dns_server::authority::catalog:407:request: 11019 found authority: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629047508.921343:DEBUG:trust_dns_server::authority::catalog:481:performing name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: SOA class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629047508.921365:DEBUG:trust_dns_server::authority::authority_object:176:performing name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: SOA class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629047508.921385:DEBUG:trust_dns_server::store::in_memory::authority:971:searching InMemoryAuthority for: name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: SOA class: IN
1629047508.921431:INFO:trust_dns_server::server::response_handler:49:response: 11019 response_code: 0

<!-- gh-comment-id:899084080 --> @williamdes commented on GitHub (Aug 15, 2021): In case it helps <details><summary>here is the full log from start to end of queries</summary> <p> ``` 1629047045.408849:INFO:named:369:Trust-DNS 0.21.0-alpha.1 starting 1629047045.408955:INFO:named:374:loading configuration from: "/etc/named.toml" 1629047045.409761:DEBUG:named:138:loading zone with config: ZoneConfig { zone: "4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa", zone_type: Primary, file: Some( "ipv6_block.zone", ), allow_update: None, allow_axfr: None, enable_dnssec: None, keys: [], stores: None, } 1629047045.409829:INFO:trust_dns_server::store::file::authority:191:loading zone file: "/var/named/ipv6_block.zone" 1629047045.410263:INFO:trust_dns_server::store::file::authority:205:zone file loaded: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. with 4 records 1629047045.410287:DEBUG:trust_dns_server::store::file::authority:210:zone: { RrKey { name: LowerName( Name("4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa."), ), record_type: NS, }: RecordSet { name: Name("4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa."), record_type: NS, dns_class: IN, ttl: 86400, records: [ Record { name_labels: Name("4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa."), rr_type: NS, dns_class: IN, ttl: 86400, rdata: NS( Name("ns01.dns.datacenters.network."), ), }, Record { name_labels: Name("4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa."), rr_type: NS, dns_class: IN, ttl: 86400, rdata: NS( Name("ns02.dns.datacenters.network."), ), }, Record { name_labels: Name("4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa."), rr_type: NS, dns_class: IN, ttl: 86400, rdata: NS( Name("ns03.dns.datacenters.network."), ), }, Record { name_labels: Name("4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa."), rr_type: NS, dns_class: IN, ttl: 86400, rdata: NS( Name("ns04.dns.datacenters.network."), ), }, ], rrsigs: [], serial: 0, }, RrKey { name: LowerName( Name("4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa."), ), record_type: SOA, }: RecordSet { name: Name("4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa."), record_type: SOA, dns_class: IN, ttl: 604800, records: [ Record { name_labels: Name("4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa."), rr_type: SOA, dns_class: IN, ttl: 604800, rdata: SOA( SOA { mname: Name("a.misconfigured.powerdns.server."), rname: Name("hostmaster.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa."), serial: 9, refresh: 28800, retry: 7200, expire: 604800, minimum: 60, }, ), }, ], rrsigs: [], serial: 0, }, RrKey { name: LowerName( Name("1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa."), ), record_type: PTR, }: RecordSet { name: Name("1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa."), record_type: PTR, dns_class: IN, ttl: 86400, records: [ Record { name_labels: Name("1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa."), rr_type: PTR, dns_class: IN, ttl: 86400, rdata: PTR( Name("dc4-dns.servers.datacenters.network."), ), }, ], rrsigs: [], serial: 0, }, RrKey { name: LowerName( Name("3.5.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa."), ), record_type: PTR, }: RecordSet { name: Name("3.5.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa."), record_type: PTR, dns_class: IN, ttl: 86400, records: [ Record { name_labels: Name("3.5.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa."), rr_type: PTR, dns_class: IN, ttl: 86400, rdata: PTR( Name("dc4-dns.servers.datacenters.network."), ), }, ], rrsigs: [], serial: 0, }, } 1629047045.410827:INFO:named:250:zone successfully loaded: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629047045.410907:INFO:named:430:binding UDP to 0.0.0.0:53 1629047045.411001:INFO:named:435:listening for UDP on 0.0.0.0:53 1629047045.411007:DEBUG:trust_dns_server::server::server_future:54:registering udp: PollEvented { io: Some(UdpSocket { addr: 0.0.0.0:53, fd: 6 }) } 1629047045.411048:INFO:named:430:binding UDP to [2a10:4646:14::53]:53 1629047045.411072:INFO:named:435:listening for UDP on [2a10:4646:14::53]:53 1629047045.411076:DEBUG:trust_dns_server::server::server_future:54:registering udp: PollEvented { io: Some(UdpSocket { addr: [2a10:4646:14::53]:53, fd: 7 }) } 1629047045.411088:INFO:named:448:binding TCP to 0.0.0.0:53 1629047045.411127:INFO:named:453:listening for TCP on 0.0.0.0:53 1629047045.411132:DEBUG:trust_dns_server::server::server_future:112:register tcp: PollEvented { io: Some(TcpListener { addr: 0.0.0.0:53, fd: 8 }) } 1629047045.411147:INFO:named:448:binding TCP to [2a10:4646:14::53]:53 1629047045.411164:INFO:named:453:listening for TCP on [2a10:4646:14::53]:53 1629047045.411168:DEBUG:trust_dns_server::server::server_future:112:register tcp: PollEvented { io: Some(TcpListener { addr: [2a10:4646:14::53]:53, fd: 9 }) } 1629047045.411179:INFO:named:633: 1629047045.411182:INFO:named:634: o o o 1629047045.411185:INFO:named:635: | | | 1629047045.411187:INFO:named:636: --O-- o-o o o o-o --O-- o-o o-O o-o o-o 1629047045.411190:INFO:named:637: | | | | \ | | | | | \ 1629047045.411192:INFO:named:638: o o o--o o-o o o-o o o o-o 1629047045.411195:INFO:named:639: 1629047045.411197:INFO:named:496:awaiting connections... 1629047045.411200:INFO:named:501:Server starting up 1629047133.056722:DEBUG:trust_dns_server::server::server_future:76:received udp request from: [2001:67c:2e8:11::c100:13d2]:37443 1629047133.056975:INFO:trust_dns_server::server::server_future:594:request: 26381 type: Query op_code: Query dnssec: false name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: SOA class: IN 1629047133.057025:DEBUG:trust_dns_server::authority::catalog:130:query received: 26381 1629047133.057036:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629047133.057119:INFO:trust_dns_server::authority::catalog:407:request: 26381 found authority: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629047133.057166:DEBUG:trust_dns_server::authority::catalog:481:performing name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: SOA class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629047133.057189:DEBUG:trust_dns_server::authority::authority_object:176:performing name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: SOA class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629047133.057225:DEBUG:trust_dns_server::store::in_memory::authority:971:searching InMemoryAuthority for: name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: SOA class: IN 1629047133.057409:INFO:trust_dns_server::server::response_handler:49:response: 26381 response_code: 0 1629047134.191130:DEBUG:trust_dns_server::server::server_future:76:received udp request from: [2001:67c:2e8:11::c100:13d2]:43899 1629047134.191205:INFO:trust_dns_server::server::server_future:594:request: 44790 type: Query op_code: Query dnssec: false name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: NS class: IN 1629047134.191218:DEBUG:trust_dns_server::authority::catalog:130:query received: 44790 1629047134.191226:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629047134.191250:INFO:trust_dns_server::authority::catalog:407:request: 44790 found authority: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629047134.191266:DEBUG:trust_dns_server::authority::catalog:481:performing name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: NS class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629047134.191286:DEBUG:trust_dns_server::authority::authority_object:176:performing name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: NS class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629047134.191307:DEBUG:trust_dns_server::store::in_memory::authority:971:searching InMemoryAuthority for: name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: NS class: IN 1629047134.191421:INFO:trust_dns_server::server::response_handler:49:response: 44790 response_code: 0 1629047135.586256:DEBUG:trust_dns_server::server::server_future:76:received udp request from: [2001:67c:2e8:11::c100:13d2]:54412 1629047135.586342:INFO:trust_dns_server::server::server_future:594:request: 24958 type: Query op_code: Query dnssec: false name: 3.5.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: PTR class: IN 1629047135.586356:DEBUG:trust_dns_server::authority::catalog:130:query received: 24958 1629047135.586364:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: 3.5.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629047135.586507:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: 5.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629047135.586564:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: 0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629047135.586596:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: 0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629047135.586635:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: 0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629047135.586667:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: 0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629047135.586695:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: 0.0.0.0.0.0.0.0.0.0.0.0.0.0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629047135.586723:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: 0.0.0.0.0.0.0.0.0.0.0.0.0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629047135.586749:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: 0.0.0.0.0.0.0.0.0.0.0.0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629047135.586775:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: 0.0.0.0.0.0.0.0.0.0.0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629047135.586800:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: 0.0.0.0.0.0.0.0.0.0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629047135.586833:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: 0.0.0.0.0.0.0.0.0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629047135.586856:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: 0.0.0.0.0.0.0.0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629047135.586879:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: 0.0.0.0.0.0.0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629047135.586901:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: 0.0.0.0.0.0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629047135.586923:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: 0.0.0.0.0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629047135.586943:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: 0.0.0.0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629047135.586964:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: 0.0.0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629047135.586984:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: 0.0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629047135.587012:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: 0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629047135.587030:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629047135.587056:INFO:trust_dns_server::authority::catalog:407:request: 24958 found authority: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629047135.587071:DEBUG:trust_dns_server::authority::catalog:481:performing name: 3.5.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: PTR class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629047135.587099:DEBUG:trust_dns_server::authority::authority_object:176:performing name: 3.5.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: PTR class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629047135.587127:DEBUG:trust_dns_server::store::in_memory::authority:971:searching InMemoryAuthority for: name: 3.5.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: PTR class: IN 1629047135.587202:INFO:trust_dns_server::server::response_handler:49:response: 24958 response_code: 0 1629047135.704789:DEBUG:trust_dns_server::server::server_future:134:accepted request from: [2001:67c:2e8:11::c100:13d2]:49156 1629047135.704852:DEBUG:trust_dns_proto::tcp::tcp_stream:357:in ReadTcpState::LenBytes: 0 1629047135.704891:DEBUG:trust_dns_proto::tcp::tcp_stream:366:got length: 50 1629047135.704898:DEBUG:trust_dns_proto::tcp::tcp_stream:370:move ReadTcpState::Bytes: 50 1629047135.704906:DEBUG:trust_dns_proto::tcp::tcp_stream:391:in ReadTcpState::Bytes: 50 1629047135.704910:DEBUG:trust_dns_proto::tcp::tcp_stream:398:reset ReadTcpState::LenBytes: 0 1629047135.704915:DEBUG:trust_dns_proto::tcp::tcp_stream:411:returning bytes 1629047135.704920:DEBUG:trust_dns_proto::tcp::tcp_stream:420:returning buffer 1629047135.704953:INFO:trust_dns_server::server::server_future:594:request: 9040 type: Query op_code: Query dnssec: false name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: SOA class: IN 1629047135.704969:DEBUG:trust_dns_server::authority::catalog:130:query received: 9040 1629047135.704974:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629047135.704988:INFO:trust_dns_server::authority::catalog:407:request: 9040 found authority: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629047135.704997:DEBUG:trust_dns_server::authority::catalog:481:performing name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: SOA class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629047135.705009:DEBUG:trust_dns_server::authority::authority_object:176:performing name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: SOA class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629047135.705021:DEBUG:trust_dns_server::store::in_memory::authority:971:searching InMemoryAuthority for: name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: SOA class: IN 1629047135.705047:INFO:trust_dns_server::server::response_handler:49:response: 9040 response_code: 0 1629047135.705072:DEBUG:trust_dns_proto::tcp::tcp_stream:310:sending message len: 160 to: [2001:67c:2e8:11::c100:13d2]:49156 1629047135.727548:DEBUG:trust_dns_proto::tcp::tcp_stream:344:zero bytes read, stream closed? 1629047138.302911:DEBUG:trust_dns_server::server::server_future:76:received udp request from: [2001:67c:2e8:11::c100:13d2]:52109 1629047138.302985:INFO:trust_dns_server::server::server_future:594:request: 64979 type: Query op_code: Query dnssec: false name: xx--domain-cannot-exist.xx--illegal-syntax-tld. type: SOA class: IN 1629047138.302998:DEBUG:trust_dns_server::authority::catalog:130:query received: 64979 1629047138.303005:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: xx--domain-cannot-exist.xx--illegal-syntax-tld. 1629047138.303025:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: xx--illegal-syntax-tld. 1629047138.303035:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: . 1629047138.303045:INFO:trust_dns_server::server::response_handler:49:response: 64979 response_code: 3 1629047138.345575:DEBUG:trust_dns_server::server::server_future:76:received udp request from: [2001:67c:2e8:11::c100:13d2]:53924 1629047138.345642:INFO:trust_dns_server::server::server_future:594:request: 56711 type: Query op_code: Query dnssec: false name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: SOA class: IN 1629047138.345655:DEBUG:trust_dns_server::authority::catalog:130:query received: 56711 1629047138.345662:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629047138.345687:INFO:trust_dns_server::authority::catalog:407:request: 56711 found authority: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629047138.345705:DEBUG:trust_dns_server::authority::catalog:481:performing name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: SOA class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629047138.345726:DEBUG:trust_dns_server::authority::authority_object:176:performing name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: SOA class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629047138.345748:DEBUG:trust_dns_server::store::in_memory::authority:971:searching InMemoryAuthority for: name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: SOA class: IN 1629047138.345794:INFO:trust_dns_server::server::response_handler:49:response: 56711 response_code: 0 1629047138.473112:DEBUG:trust_dns_server::server::server_future:134:accepted request from: [2001:67c:2e8:11::c100:13d2]:49166 1629047138.473156:DEBUG:trust_dns_proto::tcp::tcp_stream:357:in ReadTcpState::LenBytes: 0 1629047138.473164:DEBUG:trust_dns_proto::tcp::tcp_stream:366:got length: 50 1629047138.473171:DEBUG:trust_dns_proto::tcp::tcp_stream:370:move ReadTcpState::Bytes: 50 1629047138.473181:DEBUG:trust_dns_proto::tcp::tcp_stream:391:in ReadTcpState::Bytes: 50 1629047138.473187:DEBUG:trust_dns_proto::tcp::tcp_stream:398:reset ReadTcpState::LenBytes: 0 1629047138.473193:DEBUG:trust_dns_proto::tcp::tcp_stream:411:returning bytes 1629047138.473199:DEBUG:trust_dns_proto::tcp::tcp_stream:420:returning buffer 1629047138.473236:INFO:trust_dns_server::server::server_future:594:request: 0 type: Query op_code: Query dnssec: false name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: AXFR class: IN 1629047138.473249:DEBUG:trust_dns_server::authority::catalog:130:query received: 0 1629047138.473256:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629047138.473278:INFO:trust_dns_server::authority::catalog:407:request: 0 found authority: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629047138.473292:DEBUG:trust_dns_server::authority::catalog:481:performing name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: AXFR class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629047138.473311:DEBUG:trust_dns_server::authority::authority_object:176:performing name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: AXFR class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629047138.473331:DEBUG:trust_dns_server::store::in_memory::authority:971:searching InMemoryAuthority for: name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: AXFR class: IN 1629047138.473351:INFO:trust_dns_server::server::response_handler:49:response: 0 response_code: 5 1629047138.473369:DEBUG:trust_dns_proto::tcp::tcp_stream:310:sending message len: 50 to: [2001:67c:2e8:11::c100:13d2]:49166 1629047138.495605:DEBUG:trust_dns_proto::tcp::tcp_stream:344:zero bytes read, stream closed? 1629047138.545719:DEBUG:trust_dns_server::server::server_future:76:received udp request from: [2001:67c:2e8:11::c100:13d2]:37320 1629047138.545804:INFO:trust_dns_server::server::server_future:594:request: 26829 type: Query op_code: Query dnssec: false name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: AAAA class: IN 1629047138.545825:DEBUG:trust_dns_server::authority::catalog:130:query received: 26829 1629047138.545838:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629047138.545892:INFO:trust_dns_server::authority::catalog:407:request: 26829 found authority: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629047138.545917:DEBUG:trust_dns_server::authority::catalog:481:performing name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: AAAA class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629047138.545948:DEBUG:trust_dns_server::authority::authority_object:176:performing name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: AAAA class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629047138.545979:DEBUG:trust_dns_server::store::in_memory::authority:971:searching InMemoryAuthority for: name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: AAAA class: IN 1629047138.546087:INFO:trust_dns_server::server::response_handler:49:response: 26829 response_code: 0 1629047138.603550:DEBUG:trust_dns_server::server::server_future:76:received udp request from: [2001:67c:2e8:11::c100:13d2]:34113 1629047138.603597:INFO:trust_dns_server::server::server_future:594:request: 41508 type: Query op_code: Query dnssec: false name: . type: NS class: IN 1629047138.603608:DEBUG:trust_dns_server::authority::catalog:130:query received: 41508 1629047138.603615:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: . 1629047138.603624:INFO:trust_dns_server::server::response_handler:49:response: 41508 response_code: 3 1629047138.657491:DEBUG:trust_dns_server::server::server_future:76:received udp request from: [2001:67c:2e8:11::c100:13d2]:41494 1629047138.657546:INFO:trust_dns_server::server::server_future:594:request: 58817 type: Query op_code: Query dnssec: false name: wwW.4.1.0.0.6.4.6.4.0.1.a.2.iP6.ArPA. type: SOA class: IN 1629047138.657557:DEBUG:trust_dns_server::authority::catalog:130:query received: 58817 1629047138.657564:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: www.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629047138.657587:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629047138.657608:INFO:trust_dns_server::authority::catalog:407:request: 58817 found authority: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629047138.657624:DEBUG:trust_dns_server::authority::catalog:481:performing name: www.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: SOA class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629047138.657651:DEBUG:trust_dns_server::authority::authority_object:176:performing name: www.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: SOA class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629047138.657674:DEBUG:trust_dns_server::store::in_memory::authority:971:searching InMemoryAuthority for: name: www.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: SOA class: IN 1629047138.657716:INFO:trust_dns_server::server::response_handler:49:response: 58817 response_code: 0 1629047138.744452:DEBUG:trust_dns_server::server::server_future:76:received udp request from: [2001:67c:2e8:11::c100:13d2]:38224 1629047138.744490:INFO:trust_dns_server::server::server_future:594:request: 20910 type: Query op_code: Query dnssec: false name: WwW.4.1.0.0.6.4.6.4.0.1.A.2.iP6.ArPA. type: SOA class: IN 1629047138.744497:DEBUG:trust_dns_server::authority::catalog:130:query received: 20910 1629047138.744501:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: www.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629047138.744515:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629047138.744529:INFO:trust_dns_server::authority::catalog:407:request: 20910 found authority: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629047138.744538:DEBUG:trust_dns_server::authority::catalog:481:performing name: www.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: SOA class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629047138.744553:DEBUG:trust_dns_server::authority::authority_object:176:performing name: www.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: SOA class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629047138.744566:DEBUG:trust_dns_server::store::in_memory::authority:971:searching InMemoryAuthority for: name: www.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: SOA class: IN 1629047138.744596:INFO:trust_dns_server::server::response_handler:49:response: 20910 response_code: 0 1629047138.760069:DEBUG:trust_dns_server::server::server_future:76:received udp request from: [2001:67c:2e8:11::c100:13d2]:58670 1629047138.760127:INFO:trust_dns_server::server::server_future:594:request: 60179 type: Query op_code: Query dnssec: false name: www.4.1.0.0.6.4.6.4.0.1.A.2.ip6.arpA. type: SOA class: IN 1629047138.760138:DEBUG:trust_dns_server::authority::catalog:130:query received: 60179 1629047138.760145:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: www.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629047138.760169:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629047138.760195:INFO:trust_dns_server::authority::catalog:407:request: 60179 found authority: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629047138.760215:DEBUG:trust_dns_server::authority::catalog:481:performing name: www.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: SOA class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629047138.760241:DEBUG:trust_dns_server::authority::authority_object:176:performing name: www.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: SOA class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629047138.760261:DEBUG:trust_dns_server::store::in_memory::authority:971:searching InMemoryAuthority for: name: www.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: SOA class: IN 1629047138.760305:INFO:trust_dns_server::server::response_handler:49:response: 60179 response_code: 0 1629047138.969454:DEBUG:trust_dns_server::server::server_future:76:received udp request from: [2001:67c:2e8:11::c100:13d2]:43917 1629047138.969536:INFO:trust_dns_server::server::server_future:594:request: 20547 type: Query op_code: Query dnssec: false name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: A class: IN 1629047138.969549:DEBUG:trust_dns_server::authority::catalog:130:query received: 20547 1629047138.969557:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629047138.969581:INFO:trust_dns_server::authority::catalog:407:request: 20547 found authority: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629047138.969597:DEBUG:trust_dns_server::authority::catalog:481:performing name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: A class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629047138.969631:DEBUG:trust_dns_server::authority::authority_object:176:performing name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: A class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629047138.969654:DEBUG:trust_dns_server::store::in_memory::authority:971:searching InMemoryAuthority for: name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: A class: IN 1629047138.969737:INFO:trust_dns_server::server::response_handler:49:response: 20547 response_code: 0 1629047201.865066:DEBUG:trust_dns_server::server::server_future:76:received udp request from: [2001:67c:2e8:11::c100:137c]:34649 1629047201.865141:INFO:trust_dns_server::server::server_future:594:request: 31879 type: Query op_code: Query dnssec: false name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: SOA class: IN 1629047201.865154:DEBUG:trust_dns_server::authority::catalog:130:query received: 31879 1629047201.865161:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629047201.865187:INFO:trust_dns_server::authority::catalog:407:request: 31879 found authority: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629047201.865203:DEBUG:trust_dns_server::authority::catalog:481:performing name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: SOA class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629047201.865226:DEBUG:trust_dns_server::authority::authority_object:176:performing name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: SOA class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629047201.865252:DEBUG:trust_dns_server::store::in_memory::authority:971:searching InMemoryAuthority for: name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: SOA class: IN 1629047201.865303:INFO:trust_dns_server::server::response_handler:49:response: 31879 response_code: 0 1629047201.947339:DEBUG:trust_dns_server::server::server_future:134:accepted request from: [2001:67c:2e8:11::c100:137c]:34758 1629047201.947389:DEBUG:trust_dns_proto::tcp::tcp_stream:357:in ReadTcpState::LenBytes: 0 1629047201.947397:DEBUG:trust_dns_proto::tcp::tcp_stream:366:got length: 50 1629047201.947404:DEBUG:trust_dns_proto::tcp::tcp_stream:370:move ReadTcpState::Bytes: 50 1629047201.947415:DEBUG:trust_dns_proto::tcp::tcp_stream:391:in ReadTcpState::Bytes: 50 1629047201.947422:DEBUG:trust_dns_proto::tcp::tcp_stream:398:reset ReadTcpState::LenBytes: 0 1629047201.947429:DEBUG:trust_dns_proto::tcp::tcp_stream:411:returning bytes 1629047201.947435:DEBUG:trust_dns_proto::tcp::tcp_stream:420:returning buffer 1629047201.947482:INFO:trust_dns_server::server::server_future:594:request: 20726 type: Query op_code: Query dnssec: false name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: SOA class: IN 1629047201.947496:DEBUG:trust_dns_server::authority::catalog:130:query received: 20726 1629047201.947503:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629047201.947526:INFO:trust_dns_server::authority::catalog:407:request: 20726 found authority: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629047201.947540:DEBUG:trust_dns_server::authority::catalog:481:performing name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: SOA class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629047201.947562:DEBUG:trust_dns_server::authority::authority_object:176:performing name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: SOA class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629047201.947584:DEBUG:trust_dns_server::store::in_memory::authority:971:searching InMemoryAuthority for: name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: SOA class: IN 1629047201.947627:INFO:trust_dns_server::server::response_handler:49:response: 20726 response_code: 0 1629047201.947668:DEBUG:trust_dns_proto::tcp::tcp_stream:310:sending message len: 160 to: [2001:67c:2e8:11::c100:137c]:34758 1629047201.970160:DEBUG:trust_dns_proto::tcp::tcp_stream:344:zero bytes read, stream closed? 1629047203.855343:DEBUG:trust_dns_server::server::server_future:76:received udp request from: [2001:67c:2e8:11::c100:137c]:40818 1629047203.855404:INFO:trust_dns_server::server::server_future:594:request: 16168 type: Query op_code: Query dnssec: false name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: NS class: IN 1629047203.855413:DEBUG:trust_dns_server::authority::catalog:130:query received: 16168 1629047203.855418:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629047203.855436:INFO:trust_dns_server::authority::catalog:407:request: 16168 found authority: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629047203.855446:DEBUG:trust_dns_server::authority::catalog:481:performing name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: NS class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629047203.855459:DEBUG:trust_dns_server::authority::authority_object:176:performing name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: NS class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629047203.855473:DEBUG:trust_dns_server::store::in_memory::authority:971:searching InMemoryAuthority for: name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: NS class: IN 1629047203.855515:INFO:trust_dns_server::server::response_handler:49:response: 16168 response_code: 0 1629047204.134133:DEBUG:trust_dns_server::server::server_future:76:received udp request from: [2001:67c:2e8:11::c100:137c]:44248 1629047204.134191:INFO:trust_dns_server::server::server_future:594:request: 54759 type: Query op_code: Query dnssec: false name: xx--domain-cannot-exist.xx--illegal-syntax-tld. type: SOA class: IN 1629047204.134203:DEBUG:trust_dns_server::authority::catalog:130:query received: 54759 1629047204.134210:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: xx--domain-cannot-exist.xx--illegal-syntax-tld. 1629047204.134227:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: xx--illegal-syntax-tld. 1629047204.134238:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: . 1629047204.134248:INFO:trust_dns_server::server::response_handler:49:response: 54759 response_code: 3 1629047204.180881:DEBUG:trust_dns_server::server::server_future:76:received udp request from: [2001:67c:2e8:11::c100:137c]:57308 1629047204.180944:INFO:trust_dns_server::server::server_future:594:request: 41644 type: Query op_code: Query dnssec: false name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: SOA class: IN 1629047204.180957:DEBUG:trust_dns_server::authority::catalog:130:query received: 41644 1629047204.180963:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629047204.180985:INFO:trust_dns_server::authority::catalog:407:request: 41644 found authority: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629047204.181001:DEBUG:trust_dns_server::authority::catalog:481:performing name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: SOA class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629047204.181036:DEBUG:trust_dns_server::authority::authority_object:176:performing name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: SOA class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629047204.181062:DEBUG:trust_dns_server::store::in_memory::authority:971:searching InMemoryAuthority for: name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: SOA class: IN 1629047204.181121:INFO:trust_dns_server::server::response_handler:49:response: 41644 response_code: 0 1629047204.304176:DEBUG:trust_dns_server::server::server_future:134:accepted request from: [2001:67c:2e8:11::c100:137c]:34768 1629047204.304230:DEBUG:trust_dns_proto::tcp::tcp_stream:357:in ReadTcpState::LenBytes: 0 1629047204.304239:DEBUG:trust_dns_proto::tcp::tcp_stream:366:got length: 50 1629047204.304246:DEBUG:trust_dns_proto::tcp::tcp_stream:370:move ReadTcpState::Bytes: 50 1629047204.304256:DEBUG:trust_dns_proto::tcp::tcp_stream:391:in ReadTcpState::Bytes: 50 1629047204.304263:DEBUG:trust_dns_proto::tcp::tcp_stream:398:reset ReadTcpState::LenBytes: 0 1629047204.304270:DEBUG:trust_dns_proto::tcp::tcp_stream:411:returning bytes 1629047204.304276:DEBUG:trust_dns_proto::tcp::tcp_stream:420:returning buffer 1629047204.304313:INFO:trust_dns_server::server::server_future:594:request: 0 type: Query op_code: Query dnssec: false name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: AXFR class: IN 1629047204.304326:DEBUG:trust_dns_server::authority::catalog:130:query received: 0 1629047204.304333:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629047204.304355:INFO:trust_dns_server::authority::catalog:407:request: 0 found authority: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629047204.304369:DEBUG:trust_dns_server::authority::catalog:481:performing name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: AXFR class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629047204.304399:DEBUG:trust_dns_server::authority::authority_object:176:performing name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: AXFR class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629047204.304418:DEBUG:trust_dns_server::store::in_memory::authority:971:searching InMemoryAuthority for: name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: AXFR class: IN 1629047204.304438:INFO:trust_dns_server::server::response_handler:49:response: 0 response_code: 5 1629047204.304456:DEBUG:trust_dns_proto::tcp::tcp_stream:310:sending message len: 50 to: [2001:67c:2e8:11::c100:137c]:34768 1629047204.326897:DEBUG:trust_dns_proto::tcp::tcp_stream:344:zero bytes read, stream closed? 1629047204.367584:DEBUG:trust_dns_server::server::server_future:76:received udp request from: [2001:67c:2e8:11::c100:137c]:58188 1629047204.367639:INFO:trust_dns_server::server::server_future:594:request: 21464 type: Query op_code: Query dnssec: false name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: AAAA class: IN 1629047204.367650:DEBUG:trust_dns_server::authority::catalog:130:query received: 21464 1629047204.367657:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629047204.367679:INFO:trust_dns_server::authority::catalog:407:request: 21464 found authority: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629047204.367694:DEBUG:trust_dns_server::authority::catalog:481:performing name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: AAAA class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629047204.367717:DEBUG:trust_dns_server::authority::authority_object:176:performing name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: AAAA class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629047204.367740:DEBUG:trust_dns_server::store::in_memory::authority:971:searching InMemoryAuthority for: name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: AAAA class: IN 1629047204.367816:INFO:trust_dns_server::server::response_handler:49:response: 21464 response_code: 0 1629047204.421361:DEBUG:trust_dns_server::server::server_future:76:received udp request from: [2001:67c:2e8:11::c100:137c]:52694 1629047204.421406:INFO:trust_dns_server::server::server_future:594:request: 13288 type: Query op_code: Query dnssec: false name: . type: NS class: IN 1629047204.421417:DEBUG:trust_dns_server::authority::catalog:130:query received: 13288 1629047204.421424:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: . 1629047204.421434:INFO:trust_dns_server::server::response_handler:49:response: 13288 response_code: 3 1629047204.465444:DEBUG:trust_dns_server::server::server_future:76:received udp request from: [2001:67c:2e8:11::c100:137c]:34135 1629047204.465501:INFO:trust_dns_server::server::server_future:594:request: 44330 type: Query op_code: Query dnssec: false name: wWw.4.1.0.0.6.4.6.4.0.1.A.2.IP6.arpA. type: SOA class: IN 1629047204.465513:DEBUG:trust_dns_server::authority::catalog:130:query received: 44330 1629047204.465520:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: www.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629047204.465543:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629047204.465565:INFO:trust_dns_server::authority::catalog:407:request: 44330 found authority: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629047204.465580:DEBUG:trust_dns_server::authority::catalog:481:performing name: www.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: SOA class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629047204.465604:DEBUG:trust_dns_server::authority::authority_object:176:performing name: www.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: SOA class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629047204.465625:DEBUG:trust_dns_server::store::in_memory::authority:971:searching InMemoryAuthority for: name: www.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: SOA class: IN 1629047204.465668:INFO:trust_dns_server::server::response_handler:49:response: 44330 response_code: 0 1629047204.540237:DEBUG:trust_dns_server::server::server_future:76:received udp request from: [2001:67c:2e8:11::c100:137c]:55654 1629047204.540292:INFO:trust_dns_server::server::server_future:594:request: 24253 type: Query op_code: Query dnssec: false name: wwW.4.1.0.0.6.4.6.4.0.1.A.2.ip6.aRPA. type: SOA class: IN 1629047204.540304:DEBUG:trust_dns_server::authority::catalog:130:query received: 24253 1629047204.540311:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: www.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629047204.540335:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629047204.540362:INFO:trust_dns_server::authority::catalog:407:request: 24253 found authority: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629047204.540377:DEBUG:trust_dns_server::authority::catalog:481:performing name: www.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: SOA class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629047204.540400:DEBUG:trust_dns_server::authority::authority_object:176:performing name: www.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: SOA class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629047204.540421:DEBUG:trust_dns_server::store::in_memory::authority:971:searching InMemoryAuthority for: name: www.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: SOA class: IN 1629047204.540463:INFO:trust_dns_server::server::response_handler:49:response: 24253 response_code: 0 1629047204.552947:DEBUG:trust_dns_server::server::server_future:76:received udp request from: [2001:67c:2e8:11::c100:137c]:57670 1629047204.553003:INFO:trust_dns_server::server::server_future:594:request: 59945 type: Query op_code: Query dnssec: false name: wwW.4.1.0.0.6.4.6.4.0.1.A.2.Ip6.arpA. type: SOA class: IN 1629047204.553014:DEBUG:trust_dns_server::authority::catalog:130:query received: 59945 1629047204.553023:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: www.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629047204.553056:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629047204.553089:INFO:trust_dns_server::authority::catalog:407:request: 59945 found authority: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629047204.553113:DEBUG:trust_dns_server::authority::catalog:481:performing name: www.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: SOA class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629047204.553147:DEBUG:trust_dns_server::authority::authority_object:176:performing name: www.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: SOA class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629047204.553180:DEBUG:trust_dns_server::store::in_memory::authority:971:searching InMemoryAuthority for: name: www.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: SOA class: IN 1629047204.553226:INFO:trust_dns_server::server::response_handler:49:response: 59945 response_code: 0 1629047204.726122:DEBUG:trust_dns_server::server::server_future:76:received udp request from: [2001:67c:2e8:11::c100:137c]:56688 1629047204.726178:INFO:trust_dns_server::server::server_future:594:request: 9985 type: Query op_code: Query dnssec: false name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: A class: IN 1629047204.726189:DEBUG:trust_dns_server::authority::catalog:130:query received: 9985 1629047204.726197:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629047204.726218:INFO:trust_dns_server::authority::catalog:407:request: 9985 found authority: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629047204.726238:DEBUG:trust_dns_server::authority::catalog:481:performing name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: A class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629047204.726261:DEBUG:trust_dns_server::authority::authority_object:176:performing name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: A class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629047204.726283:DEBUG:trust_dns_server::store::in_memory::authority:971:searching InMemoryAuthority for: name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: A class: IN 1629047204.726357:INFO:trust_dns_server::server::response_handler:49:response: 9985 response_code: 0 1629047333.609279:DEBUG:trust_dns_server::server::server_future:76:received udp request from: [2a01:e0a:8a6:a690:eef3:c309:744b:a840]:54590 1629047333.609495:INFO:trust_dns_server::server::server_future:594:request: 26888 type: Query op_code: Query dnssec: false name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: A class: IN 1629047333.609519:DEBUG:trust_dns_server::authority::catalog:130:query received: 26888 1629047333.609528:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629047333.609551:INFO:trust_dns_server::authority::catalog:407:request: 26888 found authority: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629047333.609568:DEBUG:trust_dns_server::authority::catalog:481:performing name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: A class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629047333.609597:DEBUG:trust_dns_server::authority::authority_object:176:performing name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: A class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629047333.609618:DEBUG:trust_dns_server::store::in_memory::authority:971:searching InMemoryAuthority for: name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: A class: IN 1629047333.609698:INFO:trust_dns_server::server::response_handler:49:response: 26888 response_code: 0 1629047340.645155:DEBUG:trust_dns_server::server::server_future:76:received udp request from: [2a01:e0a:8a6:a690:eef3:c309:744b:a840]:52852 1629047340.645264:INFO:trust_dns_server::server::server_future:594:request: 44931 type: Query op_code: Query dnssec: false name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: A class: IN 1629047340.645280:DEBUG:trust_dns_server::authority::catalog:130:query received: 44931 1629047340.645288:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629047340.645313:INFO:trust_dns_server::authority::catalog:407:request: 44931 found authority: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629047340.645330:DEBUG:trust_dns_server::authority::catalog:481:performing name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: A class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629047340.645351:DEBUG:trust_dns_server::authority::authority_object:176:performing name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: A class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629047340.645371:DEBUG:trust_dns_server::store::in_memory::authority:971:searching InMemoryAuthority for: name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: A class: IN 1629047340.645451:INFO:trust_dns_server::server::response_handler:49:response: 44931 response_code: 0 1629047508.921175:DEBUG:trust_dns_server::server::server_future:76:received udp request from: [2a01:e0a:8a6:a690:eef3:c309:744b:a840]:43061 1629047508.921264:INFO:trust_dns_server::server::server_future:594:request: 11019 type: Query op_code: Query dnssec: false name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: SOA class: IN 1629047508.921279:DEBUG:trust_dns_server::authority::catalog:130:query received: 11019 1629047508.921287:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629047508.921312:INFO:trust_dns_server::authority::catalog:407:request: 11019 found authority: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629047508.921343:DEBUG:trust_dns_server::authority::catalog:481:performing name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: SOA class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629047508.921365:DEBUG:trust_dns_server::authority::authority_object:176:performing name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: SOA class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629047508.921385:DEBUG:trust_dns_server::store::in_memory::authority:971:searching InMemoryAuthority for: name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: SOA class: IN 1629047508.921431:INFO:trust_dns_server::server::response_handler:49:response: 11019 response_code: 0 ``` </p> </details>
Author
Owner

@bluejekyll commented on GitHub (Aug 15, 2021):

Ok, this is interesting, they are trying to do a zone transfer:

1629047138.473331:DEBUG:trust_dns_server::store::in_memory::authority:971:searching InMemoryAuthority for: name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: AXFR class: IN
1629047138.473351:INFO:trust_dns_server::server::response_handler:49:response: 0 response_code: 5

That response code (we should make that the txt so it’s clearer, is refused, ie we’re denying the zone xfer. There are some known issues with zone xfers in trust-dns, but I think you can enable it if you want. allow_axfr on the zone config set to true should do it. (But be warned there are issues)

<!-- gh-comment-id:899096123 --> @bluejekyll commented on GitHub (Aug 15, 2021): Ok, this is interesting, they are trying to do a zone transfer: ``` 1629047138.473331:DEBUG:trust_dns_server::store::in_memory::authority:971:searching InMemoryAuthority for: name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: AXFR class: IN 1629047138.473351:INFO:trust_dns_server::server::response_handler:49:response: 0 response_code: 5 ``` That response code (we should make that the txt so it’s clearer, is refused, ie we’re denying the zone xfer. There are some known issues with zone xfers in trust-dns, but I think you can enable it if you want. `allow_axfr` on the zone config set to `true` should do it. (But be warned there are issues)
Author
Owner

@williamdes commented on GitHub (Aug 15, 2021):

I enabled it but it still did not work, trying bind9 just now

Will try to report back in some minutes

here is the logs

1629055587.777892:INFO:named:369:Trust-DNS 0.21.0-alpha.1 starting
1629055587.777955:INFO:named:374:loading configuration from: "/etc/named.toml"
1629055587.778549:DEBUG:named:138:loading zone with config: ZoneConfig {
    zone: "4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa",
    zone_type: Primary,
    file: Some(
        "ipv6_block.zone",
    ),
    allow_update: None,
    allow_axfr: Some(
        true,
    ),
    enable_dnssec: None,
    keys: [],
    stores: None,
}
1629055587.778625:INFO:trust_dns_server::store::file::authority:191:loading zone file: "/var/named/ipv6_block.zone"
1629055587.779038:INFO:trust_dns_server::store::file::authority:205:zone file loaded: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. with 4 records
1629055587.779077:DEBUG:trust_dns_server::store::file::authority:210:zone: {
    RrKey {
        name: LowerName(
            Name("4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa."),
        ),
        record_type: NS,
    }: RecordSet {
        name: Name("4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa."),
        record_type: NS,
        dns_class: IN,
        ttl: 86400,
        records: [
            Record {
                name_labels: Name("4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa."),
                rr_type: NS,
                dns_class: IN,
                ttl: 86400,
                rdata: NS(
                    Name("ns01.dns.datacenters.network."),
                ),
            },
            Record {
                name_labels: Name("4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa."),
                rr_type: NS,
                dns_class: IN,
                ttl: 86400,
                rdata: NS(
                    Name("ns02.dns.datacenters.network."),
                ),
            },
            Record {
                name_labels: Name("4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa."),
                rr_type: NS,
                dns_class: IN,
                ttl: 86400,
                rdata: NS(
                    Name("ns03.dns.datacenters.network."),
                ),
            },
            Record {
                name_labels: Name("4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa."),
                rr_type: NS,
                dns_class: IN,
                ttl: 86400,
                rdata: NS(
                    Name("ns04.dns.datacenters.network."),
                ),
            },
        ],
        rrsigs: [],
        serial: 0,
    },
    RrKey {
        name: LowerName(
            Name("4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa."),
        ),
        record_type: SOA,
    }: RecordSet {
        name: Name("4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa."),
        record_type: SOA,
        dns_class: IN,
        ttl: 604800,
        records: [
            Record {
                name_labels: Name("4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa."),
                rr_type: SOA,
                dns_class: IN,
                ttl: 604800,
                rdata: SOA(
                    SOA {
                        mname: Name("a.misconfigured.powerdns.server."),
                        rname: Name("hostmaster.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa."),
                        serial: 9,
                        refresh: 28800,
                        retry: 7200,
                        expire: 604800,
                        minimum: 60,
                    },
                ),
            },
        ],
        rrsigs: [],
        serial: 0,
    },
    RrKey {
        name: LowerName(
            Name("1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa."),
        ),
        record_type: PTR,
    }: RecordSet {
        name: Name("1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa."),
        record_type: PTR,
        dns_class: IN,
        ttl: 86400,
        records: [
            Record {
                name_labels: Name("1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa."),
                rr_type: PTR,
                dns_class: IN,
                ttl: 86400,
                rdata: PTR(
                    Name("dc4-dns.servers.datacenters.network."),
                ),
            },
        ],
        rrsigs: [],
        serial: 0,
    },
    RrKey {
        name: LowerName(
            Name("3.5.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa."),
        ),
        record_type: PTR,
    }: RecordSet {
        name: Name("3.5.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa."),
        record_type: PTR,
        dns_class: IN,
        ttl: 86400,
        records: [
            Record {
                name_labels: Name("3.5.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa."),
                rr_type: PTR,
                dns_class: IN,
                ttl: 86400,
                rdata: PTR(
                    Name("dc4-dns.servers.datacenters.network."),
                ),
            },
        ],
        rrsigs: [],
        serial: 0,
    },
}
1629055587.779762:INFO:named:250:zone successfully loaded: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629055587.779797:INFO:named:430:binding UDP to 0.0.0.0:53
1629055587.779853:INFO:named:435:listening for UDP on 0.0.0.0:53
1629055587.779864:DEBUG:trust_dns_server::server::server_future:54:registering udp: PollEvented { io: Some(UdpSocket { addr: 0.0.0.0:53, fd: 6 }) }
1629055587.779888:INFO:named:430:binding UDP to [2a10:4646:14::53]:53
1629055587.779923:INFO:named:435:listening for UDP on [2a10:4646:14::53]:53
1629055587.779940:DEBUG:trust_dns_server::server::server_future:54:registering udp: PollEvented { io: Some(UdpSocket { addr: [2a10:4646:14::53]:53, fd: 7 }) }
1629055587.779956:INFO:named:448:binding TCP to 0.0.0.0:53
1629055587.779994:INFO:named:453:listening for TCP on 0.0.0.0:53
1629055587.780004:DEBUG:trust_dns_server::server::server_future:112:register tcp: PollEvented { io: Some(TcpListener { addr: 0.0.0.0:53, fd: 8 }) }
1629055587.780020:INFO:named:448:binding TCP to [2a10:4646:14::53]:53
1629055587.780052:INFO:named:453:listening for TCP on [2a10:4646:14::53]:53
1629055587.780060:DEBUG:trust_dns_server::server::server_future:112:register tcp: PollEvented { io: Some(TcpListener { addr: [2a10:4646:14::53]:53, fd: 9 }) }
1629055587.780073:INFO:named:633:
1629055587.780079:INFO:named:634:    o                      o            o             
1629055587.780084:INFO:named:635:    |                      |            |             
1629055587.780090:INFO:named:636:  --O--  o-o  o  o  o-o  --O--  o-o   o-O  o-o   o-o  
1629055587.780096:INFO:named:637:    |    |    |  |   \     |         |  |  |  |   \   
1629055587.780101:INFO:named:638:    o    o    o--o  o-o    o          o-o  o  o  o-o  
1629055587.780107:INFO:named:639:
1629055587.780112:INFO:named:496:awaiting connections...
1629055587.780118:INFO:named:501:Server starting up






1629055612.941531:DEBUG:trust_dns_server::server::server_future:76:received udp request from: [2001:67c:2e8:11::c100:137c]:57758
1629055612.941592:INFO:trust_dns_server::server::server_future:594:request: 11109 type: Query op_code: Query dnssec: false name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: SOA class: IN
1629055612.941601:DEBUG:trust_dns_server::authority::catalog:130:query received: 11109
1629055612.941606:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629055612.941623:INFO:trust_dns_server::authority::catalog:407:request: 11109 found authority: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629055612.941632:DEBUG:trust_dns_server::authority::catalog:481:performing name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: SOA class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629055612.941646:DEBUG:trust_dns_server::authority::authority_object:176:performing name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: SOA class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629055612.941658:DEBUG:trust_dns_server::store::in_memory::authority:971:searching InMemoryAuthority for: name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: SOA class: IN
1629055612.941705:INFO:trust_dns_server::server::response_handler:49:response: 11109 response_code: 0
1629055614.064060:DEBUG:trust_dns_server::server::server_future:76:received udp request from: [2001:67c:2e8:11::c100:137c]:34007
1629055614.064137:INFO:trust_dns_server::server::server_future:594:request: 9673 type: Query op_code: Query dnssec: false name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: NS class: IN
1629055614.064151:DEBUG:trust_dns_server::authority::catalog:130:query received: 9673
1629055614.064160:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629055614.064184:INFO:trust_dns_server::authority::catalog:407:request: 9673 found authority: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629055614.064200:DEBUG:trust_dns_server::authority::catalog:481:performing name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: NS class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629055614.064221:DEBUG:trust_dns_server::authority::authority_object:176:performing name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: NS class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629055614.064255:DEBUG:trust_dns_server::store::in_memory::authority:971:searching InMemoryAuthority for: name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: NS class: IN
1629055614.064318:INFO:trust_dns_server::server::response_handler:49:response: 9673 response_code: 0
1629055615.359037:DEBUG:trust_dns_server::server::server_future:76:received udp request from: [2001:67c:2e8:11::c100:137c]:51517
1629055615.359125:INFO:trust_dns_server::server::server_future:594:request: 12462 type: Query op_code: Query dnssec: false name: 3.5.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: PTR class: IN
1629055615.359138:DEBUG:trust_dns_server::authority::catalog:130:query received: 12462
1629055615.359147:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: 3.5.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629055615.359189:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: 5.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629055615.359223:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: 0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629055615.359253:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: 0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629055615.359284:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: 0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629055615.359320:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: 0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629055615.359350:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: 0.0.0.0.0.0.0.0.0.0.0.0.0.0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629055615.359377:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: 0.0.0.0.0.0.0.0.0.0.0.0.0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629055615.359404:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: 0.0.0.0.0.0.0.0.0.0.0.0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629055615.359430:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: 0.0.0.0.0.0.0.0.0.0.0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629055615.359456:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: 0.0.0.0.0.0.0.0.0.0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629055615.359509:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: 0.0.0.0.0.0.0.0.0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629055615.359544:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: 0.0.0.0.0.0.0.0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629055615.359566:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: 0.0.0.0.0.0.0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629055615.359586:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: 0.0.0.0.0.0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629055615.359606:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: 0.0.0.0.0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629055615.359625:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: 0.0.0.0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629055615.359643:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: 0.0.0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629055615.359661:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: 0.0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629055615.359677:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: 0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629055615.359694:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629055615.359717:INFO:trust_dns_server::authority::catalog:407:request: 12462 found authority: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629055615.359730:DEBUG:trust_dns_server::authority::catalog:481:performing name: 3.5.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: PTR class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629055615.359757:DEBUG:trust_dns_server::authority::authority_object:176:performing name: 3.5.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: PTR class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629055615.359783:DEBUG:trust_dns_server::store::in_memory::authority:971:searching InMemoryAuthority for: name: 3.5.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: PTR class: IN
1629055615.359853:INFO:trust_dns_server::server::response_handler:49:response: 12462 response_code: 0
1629055615.468158:DEBUG:trust_dns_server::server::server_future:134:accepted request from: [2001:67c:2e8:11::c100:137c]:35644
1629055615.468203:DEBUG:trust_dns_proto::tcp::tcp_stream:357:in ReadTcpState::LenBytes: 0
1629055615.468212:DEBUG:trust_dns_proto::tcp::tcp_stream:366:got length: 50
1629055615.468218:DEBUG:trust_dns_proto::tcp::tcp_stream:370:move ReadTcpState::Bytes: 50
1629055615.468229:DEBUG:trust_dns_proto::tcp::tcp_stream:391:in ReadTcpState::Bytes: 50
1629055615.468236:DEBUG:trust_dns_proto::tcp::tcp_stream:398:reset ReadTcpState::LenBytes: 0
1629055615.468242:DEBUG:trust_dns_proto::tcp::tcp_stream:411:returning bytes
1629055615.468248:DEBUG:trust_dns_proto::tcp::tcp_stream:420:returning buffer
1629055615.468286:INFO:trust_dns_server::server::server_future:594:request: 22884 type: Query op_code: Query dnssec: false name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: SOA class: IN
1629055615.468320:DEBUG:trust_dns_server::authority::catalog:130:query received: 22884
1629055615.468327:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629055615.468349:INFO:trust_dns_server::authority::catalog:407:request: 22884 found authority: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629055615.468363:DEBUG:trust_dns_server::authority::catalog:481:performing name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: SOA class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629055615.468384:DEBUG:trust_dns_server::authority::authority_object:176:performing name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: SOA class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629055615.468406:DEBUG:trust_dns_server::store::in_memory::authority:971:searching InMemoryAuthority for: name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: SOA class: IN
1629055615.468446:INFO:trust_dns_server::server::response_handler:49:response: 22884 response_code: 0
1629055615.468484:DEBUG:trust_dns_proto::tcp::tcp_stream:310:sending message len: 160 to: [2001:67c:2e8:11::c100:137c]:35644
1629055615.491219:DEBUG:trust_dns_proto::tcp::tcp_stream:344:zero bytes read, stream closed?
1629055617.858789:DEBUG:trust_dns_server::server::server_future:76:received udp request from: [2001:67c:2e8:11::c100:137c]:44818
1629055617.858860:INFO:trust_dns_server::server::server_future:594:request: 367 type: Query op_code: Query dnssec: false name: xx--domain-cannot-exist.xx--illegal-syntax-tld. type: SOA class: IN
1629055617.858874:DEBUG:trust_dns_server::authority::catalog:130:query received: 367
1629055617.858882:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: xx--domain-cannot-exist.xx--illegal-syntax-tld.
1629055617.858901:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: xx--illegal-syntax-tld.
1629055617.858913:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: .
1629055617.858923:INFO:trust_dns_server::server::response_handler:49:response: 367 response_code: 3
1629055617.903098:DEBUG:trust_dns_server::server::server_future:76:received udp request from: [2001:67c:2e8:11::c100:137c]:49434
1629055617.903160:INFO:trust_dns_server::server::server_future:594:request: 21126 type: Query op_code: Query dnssec: false name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: SOA class: IN
1629055617.903173:DEBUG:trust_dns_server::authority::catalog:130:query received: 21126
1629055617.903181:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629055617.903204:INFO:trust_dns_server::authority::catalog:407:request: 21126 found authority: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629055617.903226:DEBUG:trust_dns_server::authority::catalog:481:performing name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: SOA class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629055617.903253:DEBUG:trust_dns_server::authority::authority_object:176:performing name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: SOA class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629055617.903278:DEBUG:trust_dns_server::store::in_memory::authority:971:searching InMemoryAuthority for: name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: SOA class: IN
1629055617.903324:INFO:trust_dns_server::server::response_handler:49:response: 21126 response_code: 0
1629055618.030157:DEBUG:trust_dns_server::server::server_future:134:accepted request from: [2001:67c:2e8:11::c100:137c]:35654
1629055618.030215:DEBUG:trust_dns_proto::tcp::tcp_stream:357:in ReadTcpState::LenBytes: 0
1629055618.030224:DEBUG:trust_dns_proto::tcp::tcp_stream:366:got length: 50
1629055618.030231:DEBUG:trust_dns_proto::tcp::tcp_stream:370:move ReadTcpState::Bytes: 50
1629055618.030242:DEBUG:trust_dns_proto::tcp::tcp_stream:391:in ReadTcpState::Bytes: 50
1629055618.030250:DEBUG:trust_dns_proto::tcp::tcp_stream:398:reset ReadTcpState::LenBytes: 0
1629055618.030257:DEBUG:trust_dns_proto::tcp::tcp_stream:411:returning bytes
1629055618.030263:DEBUG:trust_dns_proto::tcp::tcp_stream:420:returning buffer
1629055618.030308:INFO:trust_dns_server::server::server_future:594:request: 0 type: Query op_code: Query dnssec: false name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: AXFR class: IN
1629055618.030327:DEBUG:trust_dns_server::authority::catalog:130:query received: 0
1629055618.030335:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629055618.030362:INFO:trust_dns_server::authority::catalog:407:request: 0 found authority: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629055618.030377:DEBUG:trust_dns_server::authority::catalog:481:performing name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: AXFR class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629055618.030397:DEBUG:trust_dns_server::authority::authority_object:176:performing name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: AXFR class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629055618.030441:DEBUG:trust_dns_server::store::in_memory::authority:971:searching InMemoryAuthority for: name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: AXFR class: IN
1629055618.030612:INFO:trust_dns_server::server::response_handler:49:response: 0 response_code: 0
1629055618.030709:DEBUG:trust_dns_proto::tcp::tcp_stream:310:sending message len: 383 to: [2001:67c:2e8:11::c100:137c]:35654
1629055618.053195:DEBUG:trust_dns_proto::tcp::tcp_stream:344:zero bytes read, stream closed?
1629055618.089883:DEBUG:trust_dns_server::server::server_future:76:received udp request from: [2001:67c:2e8:11::c100:137c]:48293
1629055618.089929:INFO:trust_dns_server::server::server_future:594:request: 40823 type: Query op_code: Query dnssec: false name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: AAAA class: IN
1629055618.089937:DEBUG:trust_dns_server::authority::catalog:130:query received: 40823
1629055618.089942:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629055618.089958:INFO:trust_dns_server::authority::catalog:407:request: 40823 found authority: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629055618.089967:DEBUG:trust_dns_server::authority::catalog:481:performing name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: AAAA class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629055618.089980:DEBUG:trust_dns_server::authority::authority_object:176:performing name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: AAAA class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629055618.089993:DEBUG:trust_dns_server::store::in_memory::authority:971:searching InMemoryAuthority for: name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: AAAA class: IN
1629055618.090049:INFO:trust_dns_server::server::response_handler:49:response: 40823 response_code: 0
1629055618.140600:DEBUG:trust_dns_server::server::server_future:76:received udp request from: [2001:67c:2e8:11::c100:137c]:57685
1629055618.140637:INFO:trust_dns_server::server::server_future:594:request: 56460 type: Query op_code: Query dnssec: false name: . type: NS class: IN
1629055618.140647:DEBUG:trust_dns_server::authority::catalog:130:query received: 56460
1629055618.140651:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: .
1629055618.140657:INFO:trust_dns_server::server::response_handler:49:response: 56460 response_code: 3
1629055618.183293:DEBUG:trust_dns_server::server::server_future:76:received udp request from: [2001:67c:2e8:11::c100:137c]:53694
1629055618.183330:INFO:trust_dns_server::server::server_future:594:request: 8956 type: Query op_code: Query dnssec: false name: wWw.4.1.0.0.6.4.6.4.0.1.A.2.IP6.arpA. type: SOA class: IN
1629055618.183336:DEBUG:trust_dns_server::authority::catalog:130:query received: 8956
1629055618.183341:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: www.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629055618.183355:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629055618.183366:INFO:trust_dns_server::authority::catalog:407:request: 8956 found authority: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629055618.183379:DEBUG:trust_dns_server::authority::catalog:481:performing name: www.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: SOA class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629055618.183391:DEBUG:trust_dns_server::authority::authority_object:176:performing name: www.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: SOA class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629055618.183417:DEBUG:trust_dns_server::store::in_memory::authority:971:searching InMemoryAuthority for: name: www.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: SOA class: IN
1629055618.183442:INFO:trust_dns_server::server::response_handler:49:response: 8956 response_code: 0
1629055618.256778:DEBUG:trust_dns_server::server::server_future:76:received udp request from: [2001:67c:2e8:11::c100:137c]:44226
1629055618.256851:INFO:trust_dns_server::server::server_future:594:request: 26395 type: Query op_code: Query dnssec: false name: wwW.4.1.0.0.6.4.6.4.0.1.A.2.ip6.aRPA. type: SOA class: IN
1629055618.256863:DEBUG:trust_dns_server::authority::catalog:130:query received: 26395
1629055618.256870:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: www.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629055618.256895:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629055618.256917:INFO:trust_dns_server::authority::catalog:407:request: 26395 found authority: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629055618.256932:DEBUG:trust_dns_server::authority::catalog:481:performing name: www.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: SOA class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629055618.256953:DEBUG:trust_dns_server::authority::authority_object:176:performing name: www.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: SOA class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629055618.256977:DEBUG:trust_dns_server::store::in_memory::authority:971:searching InMemoryAuthority for: name: www.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: SOA class: IN
1629055618.257020:INFO:trust_dns_server::server::response_handler:49:response: 26395 response_code: 0
1629055618.270729:DEBUG:trust_dns_server::server::server_future:76:received udp request from: [2001:67c:2e8:11::c100:137c]:42468
1629055618.270789:INFO:trust_dns_server::server::server_future:594:request: 52362 type: Query op_code: Query dnssec: false name: wwW.4.1.0.0.6.4.6.4.0.1.A.2.Ip6.arpA. type: SOA class: IN
1629055618.270802:DEBUG:trust_dns_server::authority::catalog:130:query received: 52362
1629055618.270809:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: www.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629055618.270833:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629055618.270857:INFO:trust_dns_server::authority::catalog:407:request: 52362 found authority: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629055618.270872:DEBUG:trust_dns_server::authority::catalog:481:performing name: www.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: SOA class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629055618.270901:DEBUG:trust_dns_server::authority::authority_object:176:performing name: www.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: SOA class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629055618.270921:DEBUG:trust_dns_server::store::in_memory::authority:971:searching InMemoryAuthority for: name: www.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: SOA class: IN
1629055618.270962:INFO:trust_dns_server::server::response_handler:49:response: 52362 response_code: 0
1629055618.464003:DEBUG:trust_dns_server::server::server_future:76:received udp request from: [2001:67c:2e8:11::c100:137c]:49905
1629055618.464073:INFO:trust_dns_server::server::server_future:594:request: 48677 type: Query op_code: Query dnssec: false name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: A class: IN
1629055618.464086:DEBUG:trust_dns_server::authority::catalog:130:query received: 48677
1629055618.464094:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629055618.464117:INFO:trust_dns_server::authority::catalog:407:request: 48677 found authority: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629055618.464135:DEBUG:trust_dns_server::authority::catalog:481:performing name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: A class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629055618.464158:DEBUG:trust_dns_server::authority::authority_object:176:performing name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: A class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629055618.464179:DEBUG:trust_dns_server::store::in_memory::authority:971:searching InMemoryAuthority for: name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: A class: IN
1629055618.464259:INFO:trust_dns_server::server::response_handler:49:response: 48677 response_code: 0

<!-- gh-comment-id:899099159 --> @williamdes commented on GitHub (Aug 15, 2021): I enabled it but it still did not work, trying bind9 just now Will try to report back in some minutes <details><summary>here is the logs</summary> <p> ``` 1629055587.777892:INFO:named:369:Trust-DNS 0.21.0-alpha.1 starting 1629055587.777955:INFO:named:374:loading configuration from: "/etc/named.toml" 1629055587.778549:DEBUG:named:138:loading zone with config: ZoneConfig { zone: "4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa", zone_type: Primary, file: Some( "ipv6_block.zone", ), allow_update: None, allow_axfr: Some( true, ), enable_dnssec: None, keys: [], stores: None, } 1629055587.778625:INFO:trust_dns_server::store::file::authority:191:loading zone file: "/var/named/ipv6_block.zone" 1629055587.779038:INFO:trust_dns_server::store::file::authority:205:zone file loaded: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. with 4 records 1629055587.779077:DEBUG:trust_dns_server::store::file::authority:210:zone: { RrKey { name: LowerName( Name("4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa."), ), record_type: NS, }: RecordSet { name: Name("4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa."), record_type: NS, dns_class: IN, ttl: 86400, records: [ Record { name_labels: Name("4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa."), rr_type: NS, dns_class: IN, ttl: 86400, rdata: NS( Name("ns01.dns.datacenters.network."), ), }, Record { name_labels: Name("4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa."), rr_type: NS, dns_class: IN, ttl: 86400, rdata: NS( Name("ns02.dns.datacenters.network."), ), }, Record { name_labels: Name("4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa."), rr_type: NS, dns_class: IN, ttl: 86400, rdata: NS( Name("ns03.dns.datacenters.network."), ), }, Record { name_labels: Name("4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa."), rr_type: NS, dns_class: IN, ttl: 86400, rdata: NS( Name("ns04.dns.datacenters.network."), ), }, ], rrsigs: [], serial: 0, }, RrKey { name: LowerName( Name("4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa."), ), record_type: SOA, }: RecordSet { name: Name("4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa."), record_type: SOA, dns_class: IN, ttl: 604800, records: [ Record { name_labels: Name("4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa."), rr_type: SOA, dns_class: IN, ttl: 604800, rdata: SOA( SOA { mname: Name("a.misconfigured.powerdns.server."), rname: Name("hostmaster.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa."), serial: 9, refresh: 28800, retry: 7200, expire: 604800, minimum: 60, }, ), }, ], rrsigs: [], serial: 0, }, RrKey { name: LowerName( Name("1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa."), ), record_type: PTR, }: RecordSet { name: Name("1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa."), record_type: PTR, dns_class: IN, ttl: 86400, records: [ Record { name_labels: Name("1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa."), rr_type: PTR, dns_class: IN, ttl: 86400, rdata: PTR( Name("dc4-dns.servers.datacenters.network."), ), }, ], rrsigs: [], serial: 0, }, RrKey { name: LowerName( Name("3.5.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa."), ), record_type: PTR, }: RecordSet { name: Name("3.5.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa."), record_type: PTR, dns_class: IN, ttl: 86400, records: [ Record { name_labels: Name("3.5.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa."), rr_type: PTR, dns_class: IN, ttl: 86400, rdata: PTR( Name("dc4-dns.servers.datacenters.network."), ), }, ], rrsigs: [], serial: 0, }, } 1629055587.779762:INFO:named:250:zone successfully loaded: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629055587.779797:INFO:named:430:binding UDP to 0.0.0.0:53 1629055587.779853:INFO:named:435:listening for UDP on 0.0.0.0:53 1629055587.779864:DEBUG:trust_dns_server::server::server_future:54:registering udp: PollEvented { io: Some(UdpSocket { addr: 0.0.0.0:53, fd: 6 }) } 1629055587.779888:INFO:named:430:binding UDP to [2a10:4646:14::53]:53 1629055587.779923:INFO:named:435:listening for UDP on [2a10:4646:14::53]:53 1629055587.779940:DEBUG:trust_dns_server::server::server_future:54:registering udp: PollEvented { io: Some(UdpSocket { addr: [2a10:4646:14::53]:53, fd: 7 }) } 1629055587.779956:INFO:named:448:binding TCP to 0.0.0.0:53 1629055587.779994:INFO:named:453:listening for TCP on 0.0.0.0:53 1629055587.780004:DEBUG:trust_dns_server::server::server_future:112:register tcp: PollEvented { io: Some(TcpListener { addr: 0.0.0.0:53, fd: 8 }) } 1629055587.780020:INFO:named:448:binding TCP to [2a10:4646:14::53]:53 1629055587.780052:INFO:named:453:listening for TCP on [2a10:4646:14::53]:53 1629055587.780060:DEBUG:trust_dns_server::server::server_future:112:register tcp: PollEvented { io: Some(TcpListener { addr: [2a10:4646:14::53]:53, fd: 9 }) } 1629055587.780073:INFO:named:633: 1629055587.780079:INFO:named:634: o o o 1629055587.780084:INFO:named:635: | | | 1629055587.780090:INFO:named:636: --O-- o-o o o o-o --O-- o-o o-O o-o o-o 1629055587.780096:INFO:named:637: | | | | \ | | | | | \ 1629055587.780101:INFO:named:638: o o o--o o-o o o-o o o o-o 1629055587.780107:INFO:named:639: 1629055587.780112:INFO:named:496:awaiting connections... 1629055587.780118:INFO:named:501:Server starting up 1629055612.941531:DEBUG:trust_dns_server::server::server_future:76:received udp request from: [2001:67c:2e8:11::c100:137c]:57758 1629055612.941592:INFO:trust_dns_server::server::server_future:594:request: 11109 type: Query op_code: Query dnssec: false name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: SOA class: IN 1629055612.941601:DEBUG:trust_dns_server::authority::catalog:130:query received: 11109 1629055612.941606:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629055612.941623:INFO:trust_dns_server::authority::catalog:407:request: 11109 found authority: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629055612.941632:DEBUG:trust_dns_server::authority::catalog:481:performing name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: SOA class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629055612.941646:DEBUG:trust_dns_server::authority::authority_object:176:performing name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: SOA class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629055612.941658:DEBUG:trust_dns_server::store::in_memory::authority:971:searching InMemoryAuthority for: name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: SOA class: IN 1629055612.941705:INFO:trust_dns_server::server::response_handler:49:response: 11109 response_code: 0 1629055614.064060:DEBUG:trust_dns_server::server::server_future:76:received udp request from: [2001:67c:2e8:11::c100:137c]:34007 1629055614.064137:INFO:trust_dns_server::server::server_future:594:request: 9673 type: Query op_code: Query dnssec: false name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: NS class: IN 1629055614.064151:DEBUG:trust_dns_server::authority::catalog:130:query received: 9673 1629055614.064160:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629055614.064184:INFO:trust_dns_server::authority::catalog:407:request: 9673 found authority: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629055614.064200:DEBUG:trust_dns_server::authority::catalog:481:performing name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: NS class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629055614.064221:DEBUG:trust_dns_server::authority::authority_object:176:performing name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: NS class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629055614.064255:DEBUG:trust_dns_server::store::in_memory::authority:971:searching InMemoryAuthority for: name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: NS class: IN 1629055614.064318:INFO:trust_dns_server::server::response_handler:49:response: 9673 response_code: 0 1629055615.359037:DEBUG:trust_dns_server::server::server_future:76:received udp request from: [2001:67c:2e8:11::c100:137c]:51517 1629055615.359125:INFO:trust_dns_server::server::server_future:594:request: 12462 type: Query op_code: Query dnssec: false name: 3.5.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: PTR class: IN 1629055615.359138:DEBUG:trust_dns_server::authority::catalog:130:query received: 12462 1629055615.359147:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: 3.5.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629055615.359189:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: 5.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629055615.359223:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: 0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629055615.359253:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: 0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629055615.359284:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: 0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629055615.359320:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: 0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629055615.359350:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: 0.0.0.0.0.0.0.0.0.0.0.0.0.0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629055615.359377:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: 0.0.0.0.0.0.0.0.0.0.0.0.0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629055615.359404:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: 0.0.0.0.0.0.0.0.0.0.0.0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629055615.359430:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: 0.0.0.0.0.0.0.0.0.0.0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629055615.359456:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: 0.0.0.0.0.0.0.0.0.0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629055615.359509:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: 0.0.0.0.0.0.0.0.0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629055615.359544:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: 0.0.0.0.0.0.0.0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629055615.359566:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: 0.0.0.0.0.0.0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629055615.359586:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: 0.0.0.0.0.0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629055615.359606:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: 0.0.0.0.0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629055615.359625:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: 0.0.0.0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629055615.359643:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: 0.0.0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629055615.359661:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: 0.0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629055615.359677:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: 0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629055615.359694:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629055615.359717:INFO:trust_dns_server::authority::catalog:407:request: 12462 found authority: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629055615.359730:DEBUG:trust_dns_server::authority::catalog:481:performing name: 3.5.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: PTR class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629055615.359757:DEBUG:trust_dns_server::authority::authority_object:176:performing name: 3.5.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: PTR class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629055615.359783:DEBUG:trust_dns_server::store::in_memory::authority:971:searching InMemoryAuthority for: name: 3.5.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: PTR class: IN 1629055615.359853:INFO:trust_dns_server::server::response_handler:49:response: 12462 response_code: 0 1629055615.468158:DEBUG:trust_dns_server::server::server_future:134:accepted request from: [2001:67c:2e8:11::c100:137c]:35644 1629055615.468203:DEBUG:trust_dns_proto::tcp::tcp_stream:357:in ReadTcpState::LenBytes: 0 1629055615.468212:DEBUG:trust_dns_proto::tcp::tcp_stream:366:got length: 50 1629055615.468218:DEBUG:trust_dns_proto::tcp::tcp_stream:370:move ReadTcpState::Bytes: 50 1629055615.468229:DEBUG:trust_dns_proto::tcp::tcp_stream:391:in ReadTcpState::Bytes: 50 1629055615.468236:DEBUG:trust_dns_proto::tcp::tcp_stream:398:reset ReadTcpState::LenBytes: 0 1629055615.468242:DEBUG:trust_dns_proto::tcp::tcp_stream:411:returning bytes 1629055615.468248:DEBUG:trust_dns_proto::tcp::tcp_stream:420:returning buffer 1629055615.468286:INFO:trust_dns_server::server::server_future:594:request: 22884 type: Query op_code: Query dnssec: false name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: SOA class: IN 1629055615.468320:DEBUG:trust_dns_server::authority::catalog:130:query received: 22884 1629055615.468327:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629055615.468349:INFO:trust_dns_server::authority::catalog:407:request: 22884 found authority: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629055615.468363:DEBUG:trust_dns_server::authority::catalog:481:performing name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: SOA class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629055615.468384:DEBUG:trust_dns_server::authority::authority_object:176:performing name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: SOA class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629055615.468406:DEBUG:trust_dns_server::store::in_memory::authority:971:searching InMemoryAuthority for: name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: SOA class: IN 1629055615.468446:INFO:trust_dns_server::server::response_handler:49:response: 22884 response_code: 0 1629055615.468484:DEBUG:trust_dns_proto::tcp::tcp_stream:310:sending message len: 160 to: [2001:67c:2e8:11::c100:137c]:35644 1629055615.491219:DEBUG:trust_dns_proto::tcp::tcp_stream:344:zero bytes read, stream closed? 1629055617.858789:DEBUG:trust_dns_server::server::server_future:76:received udp request from: [2001:67c:2e8:11::c100:137c]:44818 1629055617.858860:INFO:trust_dns_server::server::server_future:594:request: 367 type: Query op_code: Query dnssec: false name: xx--domain-cannot-exist.xx--illegal-syntax-tld. type: SOA class: IN 1629055617.858874:DEBUG:trust_dns_server::authority::catalog:130:query received: 367 1629055617.858882:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: xx--domain-cannot-exist.xx--illegal-syntax-tld. 1629055617.858901:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: xx--illegal-syntax-tld. 1629055617.858913:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: . 1629055617.858923:INFO:trust_dns_server::server::response_handler:49:response: 367 response_code: 3 1629055617.903098:DEBUG:trust_dns_server::server::server_future:76:received udp request from: [2001:67c:2e8:11::c100:137c]:49434 1629055617.903160:INFO:trust_dns_server::server::server_future:594:request: 21126 type: Query op_code: Query dnssec: false name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: SOA class: IN 1629055617.903173:DEBUG:trust_dns_server::authority::catalog:130:query received: 21126 1629055617.903181:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629055617.903204:INFO:trust_dns_server::authority::catalog:407:request: 21126 found authority: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629055617.903226:DEBUG:trust_dns_server::authority::catalog:481:performing name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: SOA class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629055617.903253:DEBUG:trust_dns_server::authority::authority_object:176:performing name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: SOA class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629055617.903278:DEBUG:trust_dns_server::store::in_memory::authority:971:searching InMemoryAuthority for: name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: SOA class: IN 1629055617.903324:INFO:trust_dns_server::server::response_handler:49:response: 21126 response_code: 0 1629055618.030157:DEBUG:trust_dns_server::server::server_future:134:accepted request from: [2001:67c:2e8:11::c100:137c]:35654 1629055618.030215:DEBUG:trust_dns_proto::tcp::tcp_stream:357:in ReadTcpState::LenBytes: 0 1629055618.030224:DEBUG:trust_dns_proto::tcp::tcp_stream:366:got length: 50 1629055618.030231:DEBUG:trust_dns_proto::tcp::tcp_stream:370:move ReadTcpState::Bytes: 50 1629055618.030242:DEBUG:trust_dns_proto::tcp::tcp_stream:391:in ReadTcpState::Bytes: 50 1629055618.030250:DEBUG:trust_dns_proto::tcp::tcp_stream:398:reset ReadTcpState::LenBytes: 0 1629055618.030257:DEBUG:trust_dns_proto::tcp::tcp_stream:411:returning bytes 1629055618.030263:DEBUG:trust_dns_proto::tcp::tcp_stream:420:returning buffer 1629055618.030308:INFO:trust_dns_server::server::server_future:594:request: 0 type: Query op_code: Query dnssec: false name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: AXFR class: IN 1629055618.030327:DEBUG:trust_dns_server::authority::catalog:130:query received: 0 1629055618.030335:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629055618.030362:INFO:trust_dns_server::authority::catalog:407:request: 0 found authority: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629055618.030377:DEBUG:trust_dns_server::authority::catalog:481:performing name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: AXFR class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629055618.030397:DEBUG:trust_dns_server::authority::authority_object:176:performing name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: AXFR class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629055618.030441:DEBUG:trust_dns_server::store::in_memory::authority:971:searching InMemoryAuthority for: name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: AXFR class: IN 1629055618.030612:INFO:trust_dns_server::server::response_handler:49:response: 0 response_code: 0 1629055618.030709:DEBUG:trust_dns_proto::tcp::tcp_stream:310:sending message len: 383 to: [2001:67c:2e8:11::c100:137c]:35654 1629055618.053195:DEBUG:trust_dns_proto::tcp::tcp_stream:344:zero bytes read, stream closed? 1629055618.089883:DEBUG:trust_dns_server::server::server_future:76:received udp request from: [2001:67c:2e8:11::c100:137c]:48293 1629055618.089929:INFO:trust_dns_server::server::server_future:594:request: 40823 type: Query op_code: Query dnssec: false name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: AAAA class: IN 1629055618.089937:DEBUG:trust_dns_server::authority::catalog:130:query received: 40823 1629055618.089942:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629055618.089958:INFO:trust_dns_server::authority::catalog:407:request: 40823 found authority: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629055618.089967:DEBUG:trust_dns_server::authority::catalog:481:performing name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: AAAA class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629055618.089980:DEBUG:trust_dns_server::authority::authority_object:176:performing name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: AAAA class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629055618.089993:DEBUG:trust_dns_server::store::in_memory::authority:971:searching InMemoryAuthority for: name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: AAAA class: IN 1629055618.090049:INFO:trust_dns_server::server::response_handler:49:response: 40823 response_code: 0 1629055618.140600:DEBUG:trust_dns_server::server::server_future:76:received udp request from: [2001:67c:2e8:11::c100:137c]:57685 1629055618.140637:INFO:trust_dns_server::server::server_future:594:request: 56460 type: Query op_code: Query dnssec: false name: . type: NS class: IN 1629055618.140647:DEBUG:trust_dns_server::authority::catalog:130:query received: 56460 1629055618.140651:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: . 1629055618.140657:INFO:trust_dns_server::server::response_handler:49:response: 56460 response_code: 3 1629055618.183293:DEBUG:trust_dns_server::server::server_future:76:received udp request from: [2001:67c:2e8:11::c100:137c]:53694 1629055618.183330:INFO:trust_dns_server::server::server_future:594:request: 8956 type: Query op_code: Query dnssec: false name: wWw.4.1.0.0.6.4.6.4.0.1.A.2.IP6.arpA. type: SOA class: IN 1629055618.183336:DEBUG:trust_dns_server::authority::catalog:130:query received: 8956 1629055618.183341:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: www.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629055618.183355:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629055618.183366:INFO:trust_dns_server::authority::catalog:407:request: 8956 found authority: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629055618.183379:DEBUG:trust_dns_server::authority::catalog:481:performing name: www.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: SOA class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629055618.183391:DEBUG:trust_dns_server::authority::authority_object:176:performing name: www.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: SOA class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629055618.183417:DEBUG:trust_dns_server::store::in_memory::authority:971:searching InMemoryAuthority for: name: www.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: SOA class: IN 1629055618.183442:INFO:trust_dns_server::server::response_handler:49:response: 8956 response_code: 0 1629055618.256778:DEBUG:trust_dns_server::server::server_future:76:received udp request from: [2001:67c:2e8:11::c100:137c]:44226 1629055618.256851:INFO:trust_dns_server::server::server_future:594:request: 26395 type: Query op_code: Query dnssec: false name: wwW.4.1.0.0.6.4.6.4.0.1.A.2.ip6.aRPA. type: SOA class: IN 1629055618.256863:DEBUG:trust_dns_server::authority::catalog:130:query received: 26395 1629055618.256870:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: www.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629055618.256895:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629055618.256917:INFO:trust_dns_server::authority::catalog:407:request: 26395 found authority: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629055618.256932:DEBUG:trust_dns_server::authority::catalog:481:performing name: www.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: SOA class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629055618.256953:DEBUG:trust_dns_server::authority::authority_object:176:performing name: www.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: SOA class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629055618.256977:DEBUG:trust_dns_server::store::in_memory::authority:971:searching InMemoryAuthority for: name: www.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: SOA class: IN 1629055618.257020:INFO:trust_dns_server::server::response_handler:49:response: 26395 response_code: 0 1629055618.270729:DEBUG:trust_dns_server::server::server_future:76:received udp request from: [2001:67c:2e8:11::c100:137c]:42468 1629055618.270789:INFO:trust_dns_server::server::server_future:594:request: 52362 type: Query op_code: Query dnssec: false name: wwW.4.1.0.0.6.4.6.4.0.1.A.2.Ip6.arpA. type: SOA class: IN 1629055618.270802:DEBUG:trust_dns_server::authority::catalog:130:query received: 52362 1629055618.270809:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: www.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629055618.270833:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629055618.270857:INFO:trust_dns_server::authority::catalog:407:request: 52362 found authority: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629055618.270872:DEBUG:trust_dns_server::authority::catalog:481:performing name: www.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: SOA class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629055618.270901:DEBUG:trust_dns_server::authority::authority_object:176:performing name: www.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: SOA class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629055618.270921:DEBUG:trust_dns_server::store::in_memory::authority:971:searching InMemoryAuthority for: name: www.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: SOA class: IN 1629055618.270962:INFO:trust_dns_server::server::response_handler:49:response: 52362 response_code: 0 1629055618.464003:DEBUG:trust_dns_server::server::server_future:76:received udp request from: [2001:67c:2e8:11::c100:137c]:49905 1629055618.464073:INFO:trust_dns_server::server::server_future:594:request: 48677 type: Query op_code: Query dnssec: false name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: A class: IN 1629055618.464086:DEBUG:trust_dns_server::authority::catalog:130:query received: 48677 1629055618.464094:DEBUG:trust_dns_server::authority::catalog:381:searching authorities for: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629055618.464117:INFO:trust_dns_server::authority::catalog:407:request: 48677 found authority: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629055618.464135:DEBUG:trust_dns_server::authority::catalog:481:performing name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: A class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629055618.464158:DEBUG:trust_dns_server::authority::authority_object:176:performing name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: A class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629055618.464179:DEBUG:trust_dns_server::store::in_memory::authority:971:searching InMemoryAuthority for: name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: A class: IN 1629055618.464259:INFO:trust_dns_server::server::response_handler:49:response: 48677 response_code: 0 ``` </p> </details>
Author
Owner

@williamdes commented on GitHub (Aug 15, 2021):

This is what they queried when I asked for my domain object to be updated as I was trying since the start.

And, it works .. 🤔
Yay, but this is not a win for Rust, I would really like to use trust-dns

Let me know what to do, for now I switched the trust-dns port to 5353

You can have fun with the two servers: dig 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa @2a10:4646:14::53 -p 5353 and port 53

15-Aug-2021 20:04:33.849 client @0x7f6bb8007420 10.10.12.1#53126 (4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa): query: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa IN SOA - (10.10.12.53)
15-Aug-2021 20:04:34.837 client @0x7f6bd40025b0 10.10.12.1#57503 (4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa): query: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa IN NS - (10.10.12.53)
15-Aug-2021 20:04:36.149 client @0x7f6bc8002640 10.10.12.1#57434 (3.5.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa): query: 3.5.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa IN PTR - (10.10.12.53)
15-Aug-2021 20:04:36.253 client @0x7f6bc800d170 10.10.12.1#39164 (4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa): query: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa IN SOA -T (10.10.12.53)
15-Aug-2021 20:04:38.641 client @0x7f6bc8002640 10.10.12.1#36652 (xx--domain-cannot-exist.xx--illegal-syntax-tld): query: xx--domain-cannot-exist.xx--illegal-syntax-tld IN SOA + (10.10.12.53)
15-Aug-2021 20:04:38.641 client @0x7f6bc8002640 10.10.12.1#36652 (xx--domain-cannot-exist.xx--illegal-syntax-tld): query (cache) 'xx--domain-cannot-exist.xx--illegal-syntax-tld/SOA/IN' denied
15-Aug-2021 20:04:38.641 client @0x7f6bc8002640 10.10.12.1#36652 (xx--domain-cannot-exist.xx--illegal-syntax-tld): query failed (REFUSED) for xx--domain-cannot-exist.xx--illegal-syntax-tld/IN/SOA at query.c:5564
15-Aug-2021 20:04:38.689 client @0x7f6bfc002a20 10.10.12.1#35273 (4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa): query: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa IN SOA -E(0) (10.10.12.53)
15-Aug-2021 20:04:38.773 client @0x7f6bdc008860 10.10.12.1#39194 (4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa): query: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa IN AXFR -T (10.10.12.53)
15-Aug-2021 20:04:38.773 client @0x7f6bdc008860 10.10.12.1#39194 (4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa): zone transfer '4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa/AXFR/IN' denied
15-Aug-2021 20:04:38.877 client @0x7f6bfc002a20 10.10.12.1#36440 (4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa): query: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa IN AAAA - (10.10.12.53)
15-Aug-2021 20:04:38.933 client @0x7f6ba0000cd0 10.10.12.1#34537 (.): query: . IN NS - (10.10.12.53)
15-Aug-2021 20:04:38.933 client @0x7f6ba0000cd0 10.10.12.1#34537 (.): query (cache) './NS/IN' denied
15-Aug-2021 20:04:38.933 client @0x7f6ba0000cd0 10.10.12.1#34537 (.): query failed (REFUSED) for ./IN/NS at query.c:5564
15-Aug-2021 20:04:38.977 client @0x7f6bdc00b560 10.10.12.1#37687 (wWw.4.1.0.0.6.4.6.4.0.1.A.2.IP6.arpA): query: wWw.4.1.0.0.6.4.6.4.0.1.A.2.IP6.arpA IN SOA - (10.10.12.53)
15-Aug-2021 20:04:39.049 client @0x7f6bb8007420 10.10.12.1#51997 (wwW.4.1.0.0.6.4.6.4.0.1.A.2.ip6.aRPA): query: wwW.4.1.0.0.6.4.6.4.0.1.A.2.ip6.aRPA IN SOA - (10.10.12.53)
15-Aug-2021 20:04:39.065 client @0x7f6ba0000cd0 10.10.12.1#42263 (wwW.4.1.0.0.6.4.6.4.0.1.A.2.Ip6.arpA): query: wwW.4.1.0.0.6.4.6.4.0.1.A.2.Ip6.arpA IN SOA - (10.10.12.53)
15-Aug-2021 20:04:39.257 client @0x7f6bf4014c40 10.10.12.1#48775 (4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa): query: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa IN A - (10.10.12.53)
<!-- gh-comment-id:899103839 --> @williamdes commented on GitHub (Aug 15, 2021): This is what they queried when I asked for my domain object to be updated as I was trying since the start. And, it works .. 🤔 Yay, but this is not a win for Rust, I would really like to use trust-dns Let me know what to do, for now I switched the trust-dns port to 5353 You can have fun with the two servers: `dig 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa @2a10:4646:14::53 -p 5353` and port 53 ``` 15-Aug-2021 20:04:33.849 client @0x7f6bb8007420 10.10.12.1#53126 (4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa): query: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa IN SOA - (10.10.12.53) 15-Aug-2021 20:04:34.837 client @0x7f6bd40025b0 10.10.12.1#57503 (4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa): query: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa IN NS - (10.10.12.53) 15-Aug-2021 20:04:36.149 client @0x7f6bc8002640 10.10.12.1#57434 (3.5.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa): query: 3.5.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa IN PTR - (10.10.12.53) 15-Aug-2021 20:04:36.253 client @0x7f6bc800d170 10.10.12.1#39164 (4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa): query: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa IN SOA -T (10.10.12.53) 15-Aug-2021 20:04:38.641 client @0x7f6bc8002640 10.10.12.1#36652 (xx--domain-cannot-exist.xx--illegal-syntax-tld): query: xx--domain-cannot-exist.xx--illegal-syntax-tld IN SOA + (10.10.12.53) 15-Aug-2021 20:04:38.641 client @0x7f6bc8002640 10.10.12.1#36652 (xx--domain-cannot-exist.xx--illegal-syntax-tld): query (cache) 'xx--domain-cannot-exist.xx--illegal-syntax-tld/SOA/IN' denied 15-Aug-2021 20:04:38.641 client @0x7f6bc8002640 10.10.12.1#36652 (xx--domain-cannot-exist.xx--illegal-syntax-tld): query failed (REFUSED) for xx--domain-cannot-exist.xx--illegal-syntax-tld/IN/SOA at query.c:5564 15-Aug-2021 20:04:38.689 client @0x7f6bfc002a20 10.10.12.1#35273 (4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa): query: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa IN SOA -E(0) (10.10.12.53) 15-Aug-2021 20:04:38.773 client @0x7f6bdc008860 10.10.12.1#39194 (4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa): query: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa IN AXFR -T (10.10.12.53) 15-Aug-2021 20:04:38.773 client @0x7f6bdc008860 10.10.12.1#39194 (4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa): zone transfer '4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa/AXFR/IN' denied 15-Aug-2021 20:04:38.877 client @0x7f6bfc002a20 10.10.12.1#36440 (4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa): query: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa IN AAAA - (10.10.12.53) 15-Aug-2021 20:04:38.933 client @0x7f6ba0000cd0 10.10.12.1#34537 (.): query: . IN NS - (10.10.12.53) 15-Aug-2021 20:04:38.933 client @0x7f6ba0000cd0 10.10.12.1#34537 (.): query (cache) './NS/IN' denied 15-Aug-2021 20:04:38.933 client @0x7f6ba0000cd0 10.10.12.1#34537 (.): query failed (REFUSED) for ./IN/NS at query.c:5564 15-Aug-2021 20:04:38.977 client @0x7f6bdc00b560 10.10.12.1#37687 (wWw.4.1.0.0.6.4.6.4.0.1.A.2.IP6.arpA): query: wWw.4.1.0.0.6.4.6.4.0.1.A.2.IP6.arpA IN SOA - (10.10.12.53) 15-Aug-2021 20:04:39.049 client @0x7f6bb8007420 10.10.12.1#51997 (wwW.4.1.0.0.6.4.6.4.0.1.A.2.ip6.aRPA): query: wwW.4.1.0.0.6.4.6.4.0.1.A.2.ip6.aRPA IN SOA - (10.10.12.53) 15-Aug-2021 20:04:39.065 client @0x7f6ba0000cd0 10.10.12.1#42263 (wwW.4.1.0.0.6.4.6.4.0.1.A.2.Ip6.arpA): query: wwW.4.1.0.0.6.4.6.4.0.1.A.2.Ip6.arpA IN SOA - (10.10.12.53) 15-Aug-2021 20:04:39.257 client @0x7f6bf4014c40 10.10.12.1#48775 (4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa): query: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa IN A - (10.10.12.53) ```
Author
Owner

@bluejekyll commented on GitHub (Aug 15, 2021):

I see that your bind config is also denying AXFR: zone transfer '4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa/AXFR/IN' denied which implies that's not related to the issue. Without their test telling us exactly why they are rejecting the reverse domain host, there's not much for us to go on in regards to fixing this.

this is not a win for Rust, I would really like to use trust-dns

Don't hold one random project against Rust as a whole. I think this is the first time I'm aware of that someone is trying to host reverse zones with trust-dns.

@Darkspirit have you ever tried to host reverse zones with trust-dns?

<!-- gh-comment-id:899121635 --> @bluejekyll commented on GitHub (Aug 15, 2021): I see that your bind config is also denying AXFR: `zone transfer '4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa/AXFR/IN' denied` which implies that's not related to the issue. Without their test telling us exactly why they are rejecting the reverse domain host, there's not much for us to go on in regards to fixing this. > this is not a win for Rust, I would really like to use trust-dns Don't hold one random project against Rust as a whole. I think this is the first time I'm aware of that someone is trying to host reverse zones with trust-dns. @Darkspirit have you ever tried to host reverse zones with trust-dns?
Author
Owner

@bluejekyll commented on GitHub (Aug 15, 2021):

On some of these tests, it looks like we're returning 3 (NXDOMAIN), where as bind is returning 5 (REFUSED) see the queries for . and xx--domain-cannot-exist.xx--illegal-syntax-tld. as examples in the logs you posted before. I suppose this could be an issue? We've had trouble in the past with the wrong error codes causing resolver issues.


I've just pushed a new change that sets REFUSED instead on the response for authorities which are not registered with trust-dns.

<!-- gh-comment-id:899125808 --> @bluejekyll commented on GitHub (Aug 15, 2021): On some of these tests, it looks like we're returning 3 (NXDOMAIN), where as bind is returning 5 (REFUSED) see the queries for `.` and `xx--domain-cannot-exist.xx--illegal-syntax-tld.` as examples in the logs you posted before. I suppose this could be an issue? We've had trouble in the past with the wrong error codes causing resolver issues. ---- I've just pushed a new change that sets REFUSED instead on the response for authorities which are not registered with trust-dns.
Author
Owner

@williamdes commented on GitHub (Aug 16, 2021):

Thank you for the fixes, I will try them after some sleep

And for zone transfers maye I did not understand what they are but I do not expect any zone transfer, just reply a fixed zone file

I agree for the holding on but my point is that if nobody reports bugs tools do not get better and there is only one tool that everybody uses because it just works. Leaving less space for innovations, new languages and ecosystems to build. Anyway this is only my opinion and maybe it is not everyone's truth 😆

<!-- gh-comment-id:899132144 --> @williamdes commented on GitHub (Aug 16, 2021): Thank you for the fixes, I will try them after some sleep And for zone transfers maye I did not understand what they are but I do not expect any zone transfer, just reply a fixed zone file I agree for the holding on but my point is that if nobody reports bugs tools do not get better and there is only one tool that everybody uses because it just works. Leaving less space for innovations, new languages and ecosystems to build. Anyway this is only my opinion and maybe it is not everyone's truth 😆
Author
Owner

@williamdes commented on GitHub (Aug 17, 2021):

IT WORKSSSSS !! 🎉
I am so happy !

(the first query was made by me, all the other ones where done by the detector)

logs

1629199379.492343:INFO:named:369:Trust-DNS 0.21.0-alpha.1 starting
1629199379.492456:INFO:named:374:loading configuration from: "/etc/named.toml"
1629199379.494213:DEBUG:named:138:loading zone with config: ZoneConfig {
    zone: "4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa",
    zone_type: Primary,
    file: Some(
        "ipv6_block.zone",
    ),
    allow_update: None,
    allow_axfr: None,
    enable_dnssec: None,
    keys: [],
    stores: None,
}
1629199379.494298:INFO:trust_dns_server::store::file::authority:191:loading zone file: "/var/named/ipv6_block.zone"
1629199379.494781:INFO:trust_dns_server::store::file::authority:205:zone file loaded: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. with 4 records
1629199379.494807:DEBUG:trust_dns_server::store::file::authority:210:zone: {
    RrKey {
        name: LowerName(
            Name("4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa."),
        ),
        record_type: NS,
    }: RecordSet {
        name: Name("4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa."),
        record_type: NS,
        dns_class: IN,
        ttl: 86400,
        records: [
            Record {
                name_labels: Name("4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa."),
                rr_type: NS,
                dns_class: IN,
                ttl: 86400,
                rdata: NS(
                    Name("ns01.dns.datacenters.network."),
                ),
            },
            Record {
                name_labels: Name("4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa."),
                rr_type: NS,
                dns_class: IN,
                ttl: 86400,
                rdata: NS(
                    Name("ns02.dns.datacenters.network."),
                ),
            },
            Record {
                name_labels: Name("4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa."),
                rr_type: NS,
                dns_class: IN,
                ttl: 86400,
                rdata: NS(
                    Name("ns03.dns.datacenters.network."),
                ),
            },
            Record {
                name_labels: Name("4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa."),
                rr_type: NS,
                dns_class: IN,
                ttl: 86400,
                rdata: NS(
                    Name("ns04.dns.datacenters.network."),
                ),
            },
        ],
        rrsigs: [],
        serial: 0,
    },
    RrKey {
        name: LowerName(
            Name("4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa."),
        ),
        record_type: SOA,
    }: RecordSet {
        name: Name("4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa."),
        record_type: SOA,
        dns_class: IN,
        ttl: 604800,
        records: [
            Record {
                name_labels: Name("4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa."),
                rr_type: SOA,
                dns_class: IN,
                ttl: 604800,
                rdata: SOA(
                    SOA {
                        mname: Name("a.misconfigured.powerdns.server."),
                        rname: Name("hostmaster.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa."),
                        serial: 9,
                        refresh: 28800,
                        retry: 7200,
                        expire: 604800,
                        minimum: 60,
                    },
                ),
            },
        ],
        rrsigs: [],
        serial: 0,
    },
    RrKey {
        name: LowerName(
            Name("1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa."),
        ),
        record_type: PTR,
    }: RecordSet {
        name: Name("1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa."),
        record_type: PTR,
        dns_class: IN,
        ttl: 86400,
        records: [
            Record {
                name_labels: Name("1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa."),
                rr_type: PTR,
                dns_class: IN,
                ttl: 86400,
                rdata: PTR(
                    Name("dc4-dns.servers.datacenters.network."),
                ),
            },
        ],
        rrsigs: [],
        serial: 0,
    },
    RrKey {
        name: LowerName(
            Name("3.5.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa."),
        ),
        record_type: PTR,
    }: RecordSet {
        name: Name("3.5.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa."),
        record_type: PTR,
        dns_class: IN,
        ttl: 86400,
        records: [
            Record {
                name_labels: Name("3.5.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa."),
                rr_type: PTR,
                dns_class: IN,
                ttl: 86400,
                rdata: PTR(
                    Name("dc4-dns.servers.datacenters.network."),
                ),
            },
        ],
        rrsigs: [],
        serial: 0,
    },
}
1629199379.495379:INFO:named:250:zone successfully loaded: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629199379.495475:INFO:named:430:binding UDP to 10.10.10.8:53
1629199379.495586:INFO:named:435:listening for UDP on 10.10.10.8:53
1629199379.495592:DEBUG:trust_dns_server::server::server_future:54:registering udp: PollEvented { io: Some(UdpSocket { addr: 10.10.10.8:53, fd: 6 }) }
1629199379.495640:INFO:named:430:binding UDP to [2a10:4646:14::53]:53
1629199379.495662:INFO:named:435:listening for UDP on [2a10:4646:14::53]:53
1629199379.495666:DEBUG:trust_dns_server::server::server_future:54:registering udp: PollEvented { io: Some(UdpSocket { addr: [2a10:4646:14::53]:53, fd: 7 }) }
1629199379.495674:INFO:named:448:binding TCP to 10.10.10.8:53
1629199379.495712:INFO:named:453:listening for TCP on 10.10.10.8:53
1629199379.495717:DEBUG:trust_dns_server::server::server_future:112:register tcp: PollEvented { io: Some(TcpListener { addr: 10.10.10.8:53, fd: 8 }) }
1629199379.495732:INFO:named:448:binding TCP to [2a10:4646:14::53]:53
1629199379.495750:INFO:named:453:listening for TCP on [2a10:4646:14::53]:53
1629199379.495754:DEBUG:trust_dns_server::server::server_future:112:register tcp: PollEvented { io: Some(TcpListener { addr: [2a10:4646:14::53]:53, fd: 9 }) }
1629199379.495761:INFO:named:633:
1629199379.495764:INFO:named:634:    o                      o            o             
1629199379.495767:INFO:named:635:    |                      |            |             
1629199379.495770:INFO:named:636:  --O--  o-o  o  o  o-o  --O--  o-o   o-O  o-o   o-o  
1629199379.495773:INFO:named:637:    |    |    |  |   \     |         |  |  |  |   \   
1629199379.495775:INFO:named:638:    o    o    o--o  o-o    o          o-o  o  o  o-o  
1629199379.495778:INFO:named:639:
1629199379.495781:INFO:named:496:awaiting connections...
1629199379.495784:INFO:named:501:Server starting up
1629199420.512171:DEBUG:trust_dns_server::server::server_future:76:received udp request from: [2a01:e0a:8a6:a690:e505:dcdd:a887:3c93]:60036
1629199420.512503:INFO:trust_dns_server::server::server_future:594:request: 52023 type: Query op_code: Query dnssec: false name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: A class: IN
1629199420.512552:DEBUG:trust_dns_server::authority::catalog:130:query received: 52023
1629199420.512562:DEBUG:trust_dns_server::authority::catalog:377:searching authorities for: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629199420.512628:INFO:trust_dns_server::authority::catalog:403:request: 52023 found authority: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629199420.512662:DEBUG:trust_dns_server::authority::catalog:477:performing name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: A class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629199420.512683:DEBUG:trust_dns_server::authority::authority_object:176:performing name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: A class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629199420.512717:DEBUG:trust_dns_server::store::in_memory::authority:971:searching InMemoryAuthority for: name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: A class: IN
1629199420.513006:INFO:trust_dns_server::server::response_handler:49:response: 52023 response_code: No Error
1629199462.322329:DEBUG:trust_dns_server::server::server_future:76:received udp request from: [2001:67c:2e8:11::c100:137c]:56721
1629199462.322392:INFO:trust_dns_server::server::server_future:594:request: 45379 type: Query op_code: Query dnssec: false name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: SOA class: IN
1629199462.322401:DEBUG:trust_dns_server::authority::catalog:130:query received: 45379
1629199462.322406:DEBUG:trust_dns_server::authority::catalog:377:searching authorities for: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629199462.322422:INFO:trust_dns_server::authority::catalog:403:request: 45379 found authority: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629199462.322431:DEBUG:trust_dns_server::authority::catalog:477:performing name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: SOA class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629199462.322463:DEBUG:trust_dns_server::authority::authority_object:176:performing name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: SOA class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629199462.322477:DEBUG:trust_dns_server::store::in_memory::authority:971:searching InMemoryAuthority for: name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: SOA class: IN
1629199462.322507:INFO:trust_dns_server::server::response_handler:49:response: 45379 response_code: No Error
1629199463.331221:DEBUG:trust_dns_server::server::server_future:76:received udp request from: [2001:67c:2e8:11::c100:137c]:44454
1629199463.331298:INFO:trust_dns_server::server::server_future:594:request: 61420 type: Query op_code: Query dnssec: false name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: NS class: IN
1629199463.331314:DEBUG:trust_dns_server::authority::catalog:130:query received: 61420
1629199463.331322:DEBUG:trust_dns_server::authority::catalog:377:searching authorities for: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629199463.331346:INFO:trust_dns_server::authority::catalog:403:request: 61420 found authority: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629199463.331364:DEBUG:trust_dns_server::authority::catalog:477:performing name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: NS class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629199463.331390:DEBUG:trust_dns_server::authority::authority_object:176:performing name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: NS class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629199463.331413:DEBUG:trust_dns_server::store::in_memory::authority:971:searching InMemoryAuthority for: name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: NS class: IN
1629199463.331527:INFO:trust_dns_server::server::response_handler:49:response: 61420 response_code: No Error
1629199464.750616:DEBUG:trust_dns_server::server::server_future:76:received udp request from: [2001:67c:2e8:11::c100:137c]:53463
1629199464.750701:INFO:trust_dns_server::server::server_future:594:request: 14361 type: Query op_code: Query dnssec: false name: 3.5.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: PTR class: IN
1629199464.750714:DEBUG:trust_dns_server::authority::catalog:130:query received: 14361
1629199464.750722:DEBUG:trust_dns_server::authority::catalog:377:searching authorities for: 3.5.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629199464.750827:DEBUG:trust_dns_server::authority::catalog:377:searching authorities for: 5.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629199464.750869:DEBUG:trust_dns_server::authority::catalog:377:searching authorities for: 0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629199464.750901:DEBUG:trust_dns_server::authority::catalog:377:searching authorities for: 0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629199464.750934:DEBUG:trust_dns_server::authority::catalog:377:searching authorities for: 0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629199464.750963:DEBUG:trust_dns_server::authority::catalog:377:searching authorities for: 0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629199464.750991:DEBUG:trust_dns_server::authority::catalog:377:searching authorities for: 0.0.0.0.0.0.0.0.0.0.0.0.0.0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629199464.751019:DEBUG:trust_dns_server::authority::catalog:377:searching authorities for: 0.0.0.0.0.0.0.0.0.0.0.0.0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629199464.751047:DEBUG:trust_dns_server::authority::catalog:377:searching authorities for: 0.0.0.0.0.0.0.0.0.0.0.0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629199464.751073:DEBUG:trust_dns_server::authority::catalog:377:searching authorities for: 0.0.0.0.0.0.0.0.0.0.0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629199464.751098:DEBUG:trust_dns_server::authority::catalog:377:searching authorities for: 0.0.0.0.0.0.0.0.0.0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629199464.751133:DEBUG:trust_dns_server::authority::catalog:377:searching authorities for: 0.0.0.0.0.0.0.0.0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629199464.751159:DEBUG:trust_dns_server::authority::catalog:377:searching authorities for: 0.0.0.0.0.0.0.0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629199464.751184:DEBUG:trust_dns_server::authority::catalog:377:searching authorities for: 0.0.0.0.0.0.0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629199464.751207:DEBUG:trust_dns_server::authority::catalog:377:searching authorities for: 0.0.0.0.0.0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629199464.751229:DEBUG:trust_dns_server::authority::catalog:377:searching authorities for: 0.0.0.0.0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629199464.751250:DEBUG:trust_dns_server::authority::catalog:377:searching authorities for: 0.0.0.0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629199464.751271:DEBUG:trust_dns_server::authority::catalog:377:searching authorities for: 0.0.0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629199464.751290:DEBUG:trust_dns_server::authority::catalog:377:searching authorities for: 0.0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629199464.751309:DEBUG:trust_dns_server::authority::catalog:377:searching authorities for: 0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629199464.751327:DEBUG:trust_dns_server::authority::catalog:377:searching authorities for: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629199464.751353:INFO:trust_dns_server::authority::catalog:403:request: 14361 found authority: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629199464.751367:DEBUG:trust_dns_server::authority::catalog:477:performing name: 3.5.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: PTR class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629199464.751396:DEBUG:trust_dns_server::authority::authority_object:176:performing name: 3.5.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: PTR class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629199464.751423:DEBUG:trust_dns_server::store::in_memory::authority:971:searching InMemoryAuthority for: name: 3.5.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: PTR class: IN
1629199464.751498:INFO:trust_dns_server::server::response_handler:49:response: 14361 response_code: No Error
1629199464.847374:DEBUG:trust_dns_server::server::server_future:134:accepted request from: [2001:67c:2e8:11::c100:137c]:42810
1629199464.847416:DEBUG:trust_dns_proto::tcp::tcp_stream:357:in ReadTcpState::LenBytes: 0
1629199464.847425:DEBUG:trust_dns_proto::tcp::tcp_stream:366:got length: 50
1629199464.847472:DEBUG:trust_dns_proto::tcp::tcp_stream:370:move ReadTcpState::Bytes: 50
1629199464.847488:DEBUG:trust_dns_proto::tcp::tcp_stream:391:in ReadTcpState::Bytes: 50
1629199464.847494:DEBUG:trust_dns_proto::tcp::tcp_stream:398:reset ReadTcpState::LenBytes: 0
1629199464.847501:DEBUG:trust_dns_proto::tcp::tcp_stream:411:returning bytes
1629199464.847509:DEBUG:trust_dns_proto::tcp::tcp_stream:420:returning buffer
1629199464.847573:INFO:trust_dns_server::server::server_future:594:request: 49047 type: Query op_code: Query dnssec: false name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: SOA class: IN
1629199464.847595:DEBUG:trust_dns_server::authority::catalog:130:query received: 49047
1629199464.847602:DEBUG:trust_dns_server::authority::catalog:377:searching authorities for: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629199464.847624:INFO:trust_dns_server::authority::catalog:403:request: 49047 found authority: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629199464.847639:DEBUG:trust_dns_server::authority::catalog:477:performing name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: SOA class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629199464.847660:DEBUG:trust_dns_server::authority::authority_object:176:performing name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: SOA class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629199464.847682:DEBUG:trust_dns_server::store::in_memory::authority:971:searching InMemoryAuthority for: name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: SOA class: IN
1629199464.847722:INFO:trust_dns_server::server::response_handler:49:response: 49047 response_code: No Error
1629199464.847761:DEBUG:trust_dns_proto::tcp::tcp_stream:310:sending message len: 160 to: [2001:67c:2e8:11::c100:137c]:42810
1629199464.870346:DEBUG:trust_dns_proto::tcp::tcp_stream:344:zero bytes read, stream closed?
1629199467.126086:DEBUG:trust_dns_server::server::server_future:76:received udp request from: [2001:67c:2e8:11::c100:137c]:59535
1629199467.126175:INFO:trust_dns_server::server::server_future:594:request: 52135 type: Query op_code: Query dnssec: false name: xx--domain-cannot-exist.xx--illegal-syntax-tld. type: SOA class: IN
1629199467.126188:DEBUG:trust_dns_server::authority::catalog:130:query received: 52135
1629199467.126196:DEBUG:trust_dns_server::authority::catalog:377:searching authorities for: xx--domain-cannot-exist.xx--illegal-syntax-tld.
1629199467.126214:DEBUG:trust_dns_server::authority::catalog:377:searching authorities for: xx--illegal-syntax-tld.
1629199467.126225:DEBUG:trust_dns_server::authority::catalog:377:searching authorities for: .
1629199467.126235:INFO:trust_dns_server::server::response_handler:49:response: 52135 response_code: Query Refused
1629199467.169161:DEBUG:trust_dns_server::server::server_future:76:received udp request from: [2001:67c:2e8:11::c100:137c]:60784
1629199467.169230:INFO:trust_dns_server::server::server_future:594:request: 4579 type: Query op_code: Query dnssec: false name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: SOA class: IN
1629199467.169244:DEBUG:trust_dns_server::authority::catalog:130:query received: 4579
1629199467.169252:DEBUG:trust_dns_server::authority::catalog:377:searching authorities for: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629199467.169276:INFO:trust_dns_server::authority::catalog:403:request: 4579 found authority: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629199467.169297:DEBUG:trust_dns_server::authority::catalog:477:performing name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: SOA class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629199467.169320:DEBUG:trust_dns_server::authority::authority_object:176:performing name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: SOA class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629199467.169342:DEBUG:trust_dns_server::store::in_memory::authority:971:searching InMemoryAuthority for: name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: SOA class: IN
1629199467.169387:INFO:trust_dns_server::server::response_handler:49:response: 4579 response_code: No Error
1629199467.250936:DEBUG:trust_dns_server::server::server_future:134:accepted request from: [2001:67c:2e8:11::c100:137c]:42818
1629199467.250986:DEBUG:trust_dns_proto::tcp::tcp_stream:357:in ReadTcpState::LenBytes: 0
1629199467.250995:DEBUG:trust_dns_proto::tcp::tcp_stream:366:got length: 50
1629199467.251001:DEBUG:trust_dns_proto::tcp::tcp_stream:370:move ReadTcpState::Bytes: 50
1629199467.251012:DEBUG:trust_dns_proto::tcp::tcp_stream:391:in ReadTcpState::Bytes: 50
1629199467.251018:DEBUG:trust_dns_proto::tcp::tcp_stream:398:reset ReadTcpState::LenBytes: 0
1629199467.251025:DEBUG:trust_dns_proto::tcp::tcp_stream:411:returning bytes
1629199467.251032:DEBUG:trust_dns_proto::tcp::tcp_stream:420:returning buffer
1629199467.251070:INFO:trust_dns_server::server::server_future:594:request: 0 type: Query op_code: Query dnssec: false name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: AXFR class: IN
1629199467.251091:DEBUG:trust_dns_server::authority::catalog:130:query received: 0
1629199467.251099:DEBUG:trust_dns_server::authority::catalog:377:searching authorities for: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629199467.251131:INFO:trust_dns_server::authority::catalog:403:request: 0 found authority: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629199467.251146:DEBUG:trust_dns_server::authority::catalog:477:performing name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: AXFR class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629199467.251166:DEBUG:trust_dns_server::authority::authority_object:176:performing name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: AXFR class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629199467.251185:DEBUG:trust_dns_server::store::in_memory::authority:971:searching InMemoryAuthority for: name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: AXFR class: IN
1629199467.251206:INFO:trust_dns_server::server::response_handler:49:response: 0 response_code: Query Refused
1629199467.251228:DEBUG:trust_dns_proto::tcp::tcp_stream:310:sending message len: 50 to: [2001:67c:2e8:11::c100:137c]:42818
1629199467.273485:DEBUG:trust_dns_proto::tcp::tcp_stream:344:zero bytes read, stream closed?
1629199467.359320:DEBUG:trust_dns_server::server::server_future:76:received udp request from: [2001:67c:2e8:11::c100:137c]:35907
1629199467.359361:INFO:trust_dns_server::server::server_future:594:request: 32897 type: Query op_code: Query dnssec: false name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: AAAA class: IN
1629199467.359368:DEBUG:trust_dns_server::authority::catalog:130:query received: 32897
1629199467.359373:DEBUG:trust_dns_server::authority::catalog:377:searching authorities for: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629199467.359387:INFO:trust_dns_server::authority::catalog:403:request: 32897 found authority: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629199467.359396:DEBUG:trust_dns_server::authority::catalog:477:performing name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: AAAA class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629199467.359409:DEBUG:trust_dns_server::authority::authority_object:176:performing name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: AAAA class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629199467.359421:DEBUG:trust_dns_server::store::in_memory::authority:971:searching InMemoryAuthority for: name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: AAAA class: IN
1629199467.359473:INFO:trust_dns_server::server::response_handler:49:response: 32897 response_code: No Error
1629199467.406724:DEBUG:trust_dns_server::server::server_future:76:received udp request from: [2001:67c:2e8:11::c100:137c]:34136
1629199467.406776:INFO:trust_dns_server::server::server_future:594:request: 61791 type: Query op_code: Query dnssec: false name: . type: NS class: IN
1629199467.406787:DEBUG:trust_dns_server::authority::catalog:130:query received: 61791
1629199467.406794:DEBUG:trust_dns_server::authority::catalog:377:searching authorities for: .
1629199467.406804:INFO:trust_dns_server::server::response_handler:49:response: 61791 response_code: Query Refused
1629199467.456610:DEBUG:trust_dns_server::server::server_future:76:received udp request from: [2001:67c:2e8:11::c100:137c]:40894
1629199467.456668:INFO:trust_dns_server::server::server_future:594:request: 34141 type: Query op_code: Query dnssec: false name: wWw.4.1.0.0.6.4.6.4.0.1.A.2.IP6.arpA. type: SOA class: IN
1629199467.456680:DEBUG:trust_dns_server::authority::catalog:130:query received: 34141
1629199467.456687:DEBUG:trust_dns_server::authority::catalog:377:searching authorities for: www.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629199467.456712:DEBUG:trust_dns_server::authority::catalog:377:searching authorities for: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629199467.456740:INFO:trust_dns_server::authority::catalog:403:request: 34141 found authority: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629199467.456757:DEBUG:trust_dns_server::authority::catalog:477:performing name: www.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: SOA class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629199467.456778:DEBUG:trust_dns_server::authority::authority_object:176:performing name: www.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: SOA class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629199467.456798:DEBUG:trust_dns_server::store::in_memory::authority:971:searching InMemoryAuthority for: name: www.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: SOA class: IN
1629199467.456842:INFO:trust_dns_server::server::response_handler:49:response: 34141 response_code: No Error
1629199467.531448:DEBUG:trust_dns_server::server::server_future:76:received udp request from: [2001:67c:2e8:11::c100:137c]:37118
1629199467.531505:INFO:trust_dns_server::server::server_future:594:request: 38630 type: Query op_code: Query dnssec: false name: wwW.4.1.0.0.6.4.6.4.0.1.A.2.ip6.aRPA. type: SOA class: IN
1629199467.531517:DEBUG:trust_dns_server::authority::catalog:130:query received: 38630
1629199467.531524:DEBUG:trust_dns_server::authority::catalog:377:searching authorities for: www.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629199467.531547:DEBUG:trust_dns_server::authority::catalog:377:searching authorities for: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629199467.531568:INFO:trust_dns_server::authority::catalog:403:request: 38630 found authority: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629199467.531585:DEBUG:trust_dns_server::authority::catalog:477:performing name: www.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: SOA class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629199467.531607:DEBUG:trust_dns_server::authority::authority_object:176:performing name: www.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: SOA class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629199467.531629:DEBUG:trust_dns_server::store::in_memory::authority:971:searching InMemoryAuthority for: name: www.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: SOA class: IN
1629199467.531670:INFO:trust_dns_server::server::response_handler:49:response: 38630 response_code: No Error
1629199467.544850:DEBUG:trust_dns_server::server::server_future:76:received udp request from: [2001:67c:2e8:11::c100:137c]:37452
1629199467.544909:INFO:trust_dns_server::server::server_future:594:request: 8959 type: Query op_code: Query dnssec: false name: wwW.4.1.0.0.6.4.6.4.0.1.A.2.Ip6.arpA. type: SOA class: IN
1629199467.544921:DEBUG:trust_dns_server::authority::catalog:130:query received: 8959
1629199467.544928:DEBUG:trust_dns_server::authority::catalog:377:searching authorities for: www.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629199467.544950:DEBUG:trust_dns_server::authority::catalog:377:searching authorities for: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629199467.544972:INFO:trust_dns_server::authority::catalog:403:request: 8959 found authority: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629199467.544987:DEBUG:trust_dns_server::authority::catalog:477:performing name: www.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: SOA class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629199467.545015:DEBUG:trust_dns_server::authority::authority_object:176:performing name: www.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: SOA class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629199467.545036:DEBUG:trust_dns_server::store::in_memory::authority:971:searching InMemoryAuthority for: name: www.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: SOA class: IN
1629199467.545080:INFO:trust_dns_server::server::response_handler:49:response: 8959 response_code: No Error
1629199467.725405:DEBUG:trust_dns_server::server::server_future:76:received udp request from: [2001:67c:2e8:11::c100:137c]:37611
1629199467.725476:INFO:trust_dns_server::server::server_future:594:request: 64720 type: Query op_code: Query dnssec: false name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: A class: IN
1629199467.725488:DEBUG:trust_dns_server::authority::catalog:130:query received: 64720
1629199467.725495:DEBUG:trust_dns_server::authority::catalog:377:searching authorities for: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629199467.725518:INFO:trust_dns_server::authority::catalog:403:request: 64720 found authority: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629199467.725534:DEBUG:trust_dns_server::authority::catalog:477:performing name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: A class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629199467.725555:DEBUG:trust_dns_server::authority::authority_object:176:performing name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: A class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa.
1629199467.725578:DEBUG:trust_dns_server::store::in_memory::authority:971:searching InMemoryAuthority for: name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: A class: IN
1629199467.725684:INFO:trust_dns_server::server::response_handler:49:response: 64720 response_code: No Error

<!-- gh-comment-id:900214795 --> @williamdes commented on GitHub (Aug 17, 2021): IT WORKSSSSS !! 🎉 I am so happy ! (the first query was made by me, all the other ones where done by the detector) <details><summary>logs</summary> <p> ```rust 1629199379.492343:INFO:named:369:Trust-DNS 0.21.0-alpha.1 starting 1629199379.492456:INFO:named:374:loading configuration from: "/etc/named.toml" 1629199379.494213:DEBUG:named:138:loading zone with config: ZoneConfig { zone: "4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa", zone_type: Primary, file: Some( "ipv6_block.zone", ), allow_update: None, allow_axfr: None, enable_dnssec: None, keys: [], stores: None, } 1629199379.494298:INFO:trust_dns_server::store::file::authority:191:loading zone file: "/var/named/ipv6_block.zone" 1629199379.494781:INFO:trust_dns_server::store::file::authority:205:zone file loaded: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. with 4 records 1629199379.494807:DEBUG:trust_dns_server::store::file::authority:210:zone: { RrKey { name: LowerName( Name("4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa."), ), record_type: NS, }: RecordSet { name: Name("4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa."), record_type: NS, dns_class: IN, ttl: 86400, records: [ Record { name_labels: Name("4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa."), rr_type: NS, dns_class: IN, ttl: 86400, rdata: NS( Name("ns01.dns.datacenters.network."), ), }, Record { name_labels: Name("4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa."), rr_type: NS, dns_class: IN, ttl: 86400, rdata: NS( Name("ns02.dns.datacenters.network."), ), }, Record { name_labels: Name("4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa."), rr_type: NS, dns_class: IN, ttl: 86400, rdata: NS( Name("ns03.dns.datacenters.network."), ), }, Record { name_labels: Name("4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa."), rr_type: NS, dns_class: IN, ttl: 86400, rdata: NS( Name("ns04.dns.datacenters.network."), ), }, ], rrsigs: [], serial: 0, }, RrKey { name: LowerName( Name("4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa."), ), record_type: SOA, }: RecordSet { name: Name("4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa."), record_type: SOA, dns_class: IN, ttl: 604800, records: [ Record { name_labels: Name("4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa."), rr_type: SOA, dns_class: IN, ttl: 604800, rdata: SOA( SOA { mname: Name("a.misconfigured.powerdns.server."), rname: Name("hostmaster.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa."), serial: 9, refresh: 28800, retry: 7200, expire: 604800, minimum: 60, }, ), }, ], rrsigs: [], serial: 0, }, RrKey { name: LowerName( Name("1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa."), ), record_type: PTR, }: RecordSet { name: Name("1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa."), record_type: PTR, dns_class: IN, ttl: 86400, records: [ Record { name_labels: Name("1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa."), rr_type: PTR, dns_class: IN, ttl: 86400, rdata: PTR( Name("dc4-dns.servers.datacenters.network."), ), }, ], rrsigs: [], serial: 0, }, RrKey { name: LowerName( Name("3.5.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa."), ), record_type: PTR, }: RecordSet { name: Name("3.5.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa."), record_type: PTR, dns_class: IN, ttl: 86400, records: [ Record { name_labels: Name("3.5.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa."), rr_type: PTR, dns_class: IN, ttl: 86400, rdata: PTR( Name("dc4-dns.servers.datacenters.network."), ), }, ], rrsigs: [], serial: 0, }, } 1629199379.495379:INFO:named:250:zone successfully loaded: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629199379.495475:INFO:named:430:binding UDP to 10.10.10.8:53 1629199379.495586:INFO:named:435:listening for UDP on 10.10.10.8:53 1629199379.495592:DEBUG:trust_dns_server::server::server_future:54:registering udp: PollEvented { io: Some(UdpSocket { addr: 10.10.10.8:53, fd: 6 }) } 1629199379.495640:INFO:named:430:binding UDP to [2a10:4646:14::53]:53 1629199379.495662:INFO:named:435:listening for UDP on [2a10:4646:14::53]:53 1629199379.495666:DEBUG:trust_dns_server::server::server_future:54:registering udp: PollEvented { io: Some(UdpSocket { addr: [2a10:4646:14::53]:53, fd: 7 }) } 1629199379.495674:INFO:named:448:binding TCP to 10.10.10.8:53 1629199379.495712:INFO:named:453:listening for TCP on 10.10.10.8:53 1629199379.495717:DEBUG:trust_dns_server::server::server_future:112:register tcp: PollEvented { io: Some(TcpListener { addr: 10.10.10.8:53, fd: 8 }) } 1629199379.495732:INFO:named:448:binding TCP to [2a10:4646:14::53]:53 1629199379.495750:INFO:named:453:listening for TCP on [2a10:4646:14::53]:53 1629199379.495754:DEBUG:trust_dns_server::server::server_future:112:register tcp: PollEvented { io: Some(TcpListener { addr: [2a10:4646:14::53]:53, fd: 9 }) } 1629199379.495761:INFO:named:633: 1629199379.495764:INFO:named:634: o o o 1629199379.495767:INFO:named:635: | | | 1629199379.495770:INFO:named:636: --O-- o-o o o o-o --O-- o-o o-O o-o o-o 1629199379.495773:INFO:named:637: | | | | \ | | | | | \ 1629199379.495775:INFO:named:638: o o o--o o-o o o-o o o o-o 1629199379.495778:INFO:named:639: 1629199379.495781:INFO:named:496:awaiting connections... 1629199379.495784:INFO:named:501:Server starting up 1629199420.512171:DEBUG:trust_dns_server::server::server_future:76:received udp request from: [2a01:e0a:8a6:a690:e505:dcdd:a887:3c93]:60036 1629199420.512503:INFO:trust_dns_server::server::server_future:594:request: 52023 type: Query op_code: Query dnssec: false name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: A class: IN 1629199420.512552:DEBUG:trust_dns_server::authority::catalog:130:query received: 52023 1629199420.512562:DEBUG:trust_dns_server::authority::catalog:377:searching authorities for: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629199420.512628:INFO:trust_dns_server::authority::catalog:403:request: 52023 found authority: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629199420.512662:DEBUG:trust_dns_server::authority::catalog:477:performing name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: A class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629199420.512683:DEBUG:trust_dns_server::authority::authority_object:176:performing name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: A class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629199420.512717:DEBUG:trust_dns_server::store::in_memory::authority:971:searching InMemoryAuthority for: name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: A class: IN 1629199420.513006:INFO:trust_dns_server::server::response_handler:49:response: 52023 response_code: No Error 1629199462.322329:DEBUG:trust_dns_server::server::server_future:76:received udp request from: [2001:67c:2e8:11::c100:137c]:56721 1629199462.322392:INFO:trust_dns_server::server::server_future:594:request: 45379 type: Query op_code: Query dnssec: false name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: SOA class: IN 1629199462.322401:DEBUG:trust_dns_server::authority::catalog:130:query received: 45379 1629199462.322406:DEBUG:trust_dns_server::authority::catalog:377:searching authorities for: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629199462.322422:INFO:trust_dns_server::authority::catalog:403:request: 45379 found authority: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629199462.322431:DEBUG:trust_dns_server::authority::catalog:477:performing name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: SOA class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629199462.322463:DEBUG:trust_dns_server::authority::authority_object:176:performing name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: SOA class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629199462.322477:DEBUG:trust_dns_server::store::in_memory::authority:971:searching InMemoryAuthority for: name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: SOA class: IN 1629199462.322507:INFO:trust_dns_server::server::response_handler:49:response: 45379 response_code: No Error 1629199463.331221:DEBUG:trust_dns_server::server::server_future:76:received udp request from: [2001:67c:2e8:11::c100:137c]:44454 1629199463.331298:INFO:trust_dns_server::server::server_future:594:request: 61420 type: Query op_code: Query dnssec: false name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: NS class: IN 1629199463.331314:DEBUG:trust_dns_server::authority::catalog:130:query received: 61420 1629199463.331322:DEBUG:trust_dns_server::authority::catalog:377:searching authorities for: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629199463.331346:INFO:trust_dns_server::authority::catalog:403:request: 61420 found authority: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629199463.331364:DEBUG:trust_dns_server::authority::catalog:477:performing name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: NS class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629199463.331390:DEBUG:trust_dns_server::authority::authority_object:176:performing name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: NS class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629199463.331413:DEBUG:trust_dns_server::store::in_memory::authority:971:searching InMemoryAuthority for: name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: NS class: IN 1629199463.331527:INFO:trust_dns_server::server::response_handler:49:response: 61420 response_code: No Error 1629199464.750616:DEBUG:trust_dns_server::server::server_future:76:received udp request from: [2001:67c:2e8:11::c100:137c]:53463 1629199464.750701:INFO:trust_dns_server::server::server_future:594:request: 14361 type: Query op_code: Query dnssec: false name: 3.5.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: PTR class: IN 1629199464.750714:DEBUG:trust_dns_server::authority::catalog:130:query received: 14361 1629199464.750722:DEBUG:trust_dns_server::authority::catalog:377:searching authorities for: 3.5.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629199464.750827:DEBUG:trust_dns_server::authority::catalog:377:searching authorities for: 5.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629199464.750869:DEBUG:trust_dns_server::authority::catalog:377:searching authorities for: 0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629199464.750901:DEBUG:trust_dns_server::authority::catalog:377:searching authorities for: 0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629199464.750934:DEBUG:trust_dns_server::authority::catalog:377:searching authorities for: 0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629199464.750963:DEBUG:trust_dns_server::authority::catalog:377:searching authorities for: 0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629199464.750991:DEBUG:trust_dns_server::authority::catalog:377:searching authorities for: 0.0.0.0.0.0.0.0.0.0.0.0.0.0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629199464.751019:DEBUG:trust_dns_server::authority::catalog:377:searching authorities for: 0.0.0.0.0.0.0.0.0.0.0.0.0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629199464.751047:DEBUG:trust_dns_server::authority::catalog:377:searching authorities for: 0.0.0.0.0.0.0.0.0.0.0.0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629199464.751073:DEBUG:trust_dns_server::authority::catalog:377:searching authorities for: 0.0.0.0.0.0.0.0.0.0.0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629199464.751098:DEBUG:trust_dns_server::authority::catalog:377:searching authorities for: 0.0.0.0.0.0.0.0.0.0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629199464.751133:DEBUG:trust_dns_server::authority::catalog:377:searching authorities for: 0.0.0.0.0.0.0.0.0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629199464.751159:DEBUG:trust_dns_server::authority::catalog:377:searching authorities for: 0.0.0.0.0.0.0.0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629199464.751184:DEBUG:trust_dns_server::authority::catalog:377:searching authorities for: 0.0.0.0.0.0.0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629199464.751207:DEBUG:trust_dns_server::authority::catalog:377:searching authorities for: 0.0.0.0.0.0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629199464.751229:DEBUG:trust_dns_server::authority::catalog:377:searching authorities for: 0.0.0.0.0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629199464.751250:DEBUG:trust_dns_server::authority::catalog:377:searching authorities for: 0.0.0.0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629199464.751271:DEBUG:trust_dns_server::authority::catalog:377:searching authorities for: 0.0.0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629199464.751290:DEBUG:trust_dns_server::authority::catalog:377:searching authorities for: 0.0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629199464.751309:DEBUG:trust_dns_server::authority::catalog:377:searching authorities for: 0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629199464.751327:DEBUG:trust_dns_server::authority::catalog:377:searching authorities for: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629199464.751353:INFO:trust_dns_server::authority::catalog:403:request: 14361 found authority: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629199464.751367:DEBUG:trust_dns_server::authority::catalog:477:performing name: 3.5.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: PTR class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629199464.751396:DEBUG:trust_dns_server::authority::authority_object:176:performing name: 3.5.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: PTR class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629199464.751423:DEBUG:trust_dns_server::store::in_memory::authority:971:searching InMemoryAuthority for: name: 3.5.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: PTR class: IN 1629199464.751498:INFO:trust_dns_server::server::response_handler:49:response: 14361 response_code: No Error 1629199464.847374:DEBUG:trust_dns_server::server::server_future:134:accepted request from: [2001:67c:2e8:11::c100:137c]:42810 1629199464.847416:DEBUG:trust_dns_proto::tcp::tcp_stream:357:in ReadTcpState::LenBytes: 0 1629199464.847425:DEBUG:trust_dns_proto::tcp::tcp_stream:366:got length: 50 1629199464.847472:DEBUG:trust_dns_proto::tcp::tcp_stream:370:move ReadTcpState::Bytes: 50 1629199464.847488:DEBUG:trust_dns_proto::tcp::tcp_stream:391:in ReadTcpState::Bytes: 50 1629199464.847494:DEBUG:trust_dns_proto::tcp::tcp_stream:398:reset ReadTcpState::LenBytes: 0 1629199464.847501:DEBUG:trust_dns_proto::tcp::tcp_stream:411:returning bytes 1629199464.847509:DEBUG:trust_dns_proto::tcp::tcp_stream:420:returning buffer 1629199464.847573:INFO:trust_dns_server::server::server_future:594:request: 49047 type: Query op_code: Query dnssec: false name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: SOA class: IN 1629199464.847595:DEBUG:trust_dns_server::authority::catalog:130:query received: 49047 1629199464.847602:DEBUG:trust_dns_server::authority::catalog:377:searching authorities for: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629199464.847624:INFO:trust_dns_server::authority::catalog:403:request: 49047 found authority: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629199464.847639:DEBUG:trust_dns_server::authority::catalog:477:performing name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: SOA class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629199464.847660:DEBUG:trust_dns_server::authority::authority_object:176:performing name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: SOA class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629199464.847682:DEBUG:trust_dns_server::store::in_memory::authority:971:searching InMemoryAuthority for: name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: SOA class: IN 1629199464.847722:INFO:trust_dns_server::server::response_handler:49:response: 49047 response_code: No Error 1629199464.847761:DEBUG:trust_dns_proto::tcp::tcp_stream:310:sending message len: 160 to: [2001:67c:2e8:11::c100:137c]:42810 1629199464.870346:DEBUG:trust_dns_proto::tcp::tcp_stream:344:zero bytes read, stream closed? 1629199467.126086:DEBUG:trust_dns_server::server::server_future:76:received udp request from: [2001:67c:2e8:11::c100:137c]:59535 1629199467.126175:INFO:trust_dns_server::server::server_future:594:request: 52135 type: Query op_code: Query dnssec: false name: xx--domain-cannot-exist.xx--illegal-syntax-tld. type: SOA class: IN 1629199467.126188:DEBUG:trust_dns_server::authority::catalog:130:query received: 52135 1629199467.126196:DEBUG:trust_dns_server::authority::catalog:377:searching authorities for: xx--domain-cannot-exist.xx--illegal-syntax-tld. 1629199467.126214:DEBUG:trust_dns_server::authority::catalog:377:searching authorities for: xx--illegal-syntax-tld. 1629199467.126225:DEBUG:trust_dns_server::authority::catalog:377:searching authorities for: . 1629199467.126235:INFO:trust_dns_server::server::response_handler:49:response: 52135 response_code: Query Refused 1629199467.169161:DEBUG:trust_dns_server::server::server_future:76:received udp request from: [2001:67c:2e8:11::c100:137c]:60784 1629199467.169230:INFO:trust_dns_server::server::server_future:594:request: 4579 type: Query op_code: Query dnssec: false name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: SOA class: IN 1629199467.169244:DEBUG:trust_dns_server::authority::catalog:130:query received: 4579 1629199467.169252:DEBUG:trust_dns_server::authority::catalog:377:searching authorities for: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629199467.169276:INFO:trust_dns_server::authority::catalog:403:request: 4579 found authority: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629199467.169297:DEBUG:trust_dns_server::authority::catalog:477:performing name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: SOA class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629199467.169320:DEBUG:trust_dns_server::authority::authority_object:176:performing name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: SOA class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629199467.169342:DEBUG:trust_dns_server::store::in_memory::authority:971:searching InMemoryAuthority for: name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: SOA class: IN 1629199467.169387:INFO:trust_dns_server::server::response_handler:49:response: 4579 response_code: No Error 1629199467.250936:DEBUG:trust_dns_server::server::server_future:134:accepted request from: [2001:67c:2e8:11::c100:137c]:42818 1629199467.250986:DEBUG:trust_dns_proto::tcp::tcp_stream:357:in ReadTcpState::LenBytes: 0 1629199467.250995:DEBUG:trust_dns_proto::tcp::tcp_stream:366:got length: 50 1629199467.251001:DEBUG:trust_dns_proto::tcp::tcp_stream:370:move ReadTcpState::Bytes: 50 1629199467.251012:DEBUG:trust_dns_proto::tcp::tcp_stream:391:in ReadTcpState::Bytes: 50 1629199467.251018:DEBUG:trust_dns_proto::tcp::tcp_stream:398:reset ReadTcpState::LenBytes: 0 1629199467.251025:DEBUG:trust_dns_proto::tcp::tcp_stream:411:returning bytes 1629199467.251032:DEBUG:trust_dns_proto::tcp::tcp_stream:420:returning buffer 1629199467.251070:INFO:trust_dns_server::server::server_future:594:request: 0 type: Query op_code: Query dnssec: false name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: AXFR class: IN 1629199467.251091:DEBUG:trust_dns_server::authority::catalog:130:query received: 0 1629199467.251099:DEBUG:trust_dns_server::authority::catalog:377:searching authorities for: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629199467.251131:INFO:trust_dns_server::authority::catalog:403:request: 0 found authority: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629199467.251146:DEBUG:trust_dns_server::authority::catalog:477:performing name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: AXFR class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629199467.251166:DEBUG:trust_dns_server::authority::authority_object:176:performing name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: AXFR class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629199467.251185:DEBUG:trust_dns_server::store::in_memory::authority:971:searching InMemoryAuthority for: name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: AXFR class: IN 1629199467.251206:INFO:trust_dns_server::server::response_handler:49:response: 0 response_code: Query Refused 1629199467.251228:DEBUG:trust_dns_proto::tcp::tcp_stream:310:sending message len: 50 to: [2001:67c:2e8:11::c100:137c]:42818 1629199467.273485:DEBUG:trust_dns_proto::tcp::tcp_stream:344:zero bytes read, stream closed? 1629199467.359320:DEBUG:trust_dns_server::server::server_future:76:received udp request from: [2001:67c:2e8:11::c100:137c]:35907 1629199467.359361:INFO:trust_dns_server::server::server_future:594:request: 32897 type: Query op_code: Query dnssec: false name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: AAAA class: IN 1629199467.359368:DEBUG:trust_dns_server::authority::catalog:130:query received: 32897 1629199467.359373:DEBUG:trust_dns_server::authority::catalog:377:searching authorities for: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629199467.359387:INFO:trust_dns_server::authority::catalog:403:request: 32897 found authority: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629199467.359396:DEBUG:trust_dns_server::authority::catalog:477:performing name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: AAAA class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629199467.359409:DEBUG:trust_dns_server::authority::authority_object:176:performing name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: AAAA class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629199467.359421:DEBUG:trust_dns_server::store::in_memory::authority:971:searching InMemoryAuthority for: name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: AAAA class: IN 1629199467.359473:INFO:trust_dns_server::server::response_handler:49:response: 32897 response_code: No Error 1629199467.406724:DEBUG:trust_dns_server::server::server_future:76:received udp request from: [2001:67c:2e8:11::c100:137c]:34136 1629199467.406776:INFO:trust_dns_server::server::server_future:594:request: 61791 type: Query op_code: Query dnssec: false name: . type: NS class: IN 1629199467.406787:DEBUG:trust_dns_server::authority::catalog:130:query received: 61791 1629199467.406794:DEBUG:trust_dns_server::authority::catalog:377:searching authorities for: . 1629199467.406804:INFO:trust_dns_server::server::response_handler:49:response: 61791 response_code: Query Refused 1629199467.456610:DEBUG:trust_dns_server::server::server_future:76:received udp request from: [2001:67c:2e8:11::c100:137c]:40894 1629199467.456668:INFO:trust_dns_server::server::server_future:594:request: 34141 type: Query op_code: Query dnssec: false name: wWw.4.1.0.0.6.4.6.4.0.1.A.2.IP6.arpA. type: SOA class: IN 1629199467.456680:DEBUG:trust_dns_server::authority::catalog:130:query received: 34141 1629199467.456687:DEBUG:trust_dns_server::authority::catalog:377:searching authorities for: www.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629199467.456712:DEBUG:trust_dns_server::authority::catalog:377:searching authorities for: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629199467.456740:INFO:trust_dns_server::authority::catalog:403:request: 34141 found authority: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629199467.456757:DEBUG:trust_dns_server::authority::catalog:477:performing name: www.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: SOA class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629199467.456778:DEBUG:trust_dns_server::authority::authority_object:176:performing name: www.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: SOA class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629199467.456798:DEBUG:trust_dns_server::store::in_memory::authority:971:searching InMemoryAuthority for: name: www.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: SOA class: IN 1629199467.456842:INFO:trust_dns_server::server::response_handler:49:response: 34141 response_code: No Error 1629199467.531448:DEBUG:trust_dns_server::server::server_future:76:received udp request from: [2001:67c:2e8:11::c100:137c]:37118 1629199467.531505:INFO:trust_dns_server::server::server_future:594:request: 38630 type: Query op_code: Query dnssec: false name: wwW.4.1.0.0.6.4.6.4.0.1.A.2.ip6.aRPA. type: SOA class: IN 1629199467.531517:DEBUG:trust_dns_server::authority::catalog:130:query received: 38630 1629199467.531524:DEBUG:trust_dns_server::authority::catalog:377:searching authorities for: www.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629199467.531547:DEBUG:trust_dns_server::authority::catalog:377:searching authorities for: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629199467.531568:INFO:trust_dns_server::authority::catalog:403:request: 38630 found authority: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629199467.531585:DEBUG:trust_dns_server::authority::catalog:477:performing name: www.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: SOA class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629199467.531607:DEBUG:trust_dns_server::authority::authority_object:176:performing name: www.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: SOA class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629199467.531629:DEBUG:trust_dns_server::store::in_memory::authority:971:searching InMemoryAuthority for: name: www.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: SOA class: IN 1629199467.531670:INFO:trust_dns_server::server::response_handler:49:response: 38630 response_code: No Error 1629199467.544850:DEBUG:trust_dns_server::server::server_future:76:received udp request from: [2001:67c:2e8:11::c100:137c]:37452 1629199467.544909:INFO:trust_dns_server::server::server_future:594:request: 8959 type: Query op_code: Query dnssec: false name: wwW.4.1.0.0.6.4.6.4.0.1.A.2.Ip6.arpA. type: SOA class: IN 1629199467.544921:DEBUG:trust_dns_server::authority::catalog:130:query received: 8959 1629199467.544928:DEBUG:trust_dns_server::authority::catalog:377:searching authorities for: www.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629199467.544950:DEBUG:trust_dns_server::authority::catalog:377:searching authorities for: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629199467.544972:INFO:trust_dns_server::authority::catalog:403:request: 8959 found authority: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629199467.544987:DEBUG:trust_dns_server::authority::catalog:477:performing name: www.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: SOA class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629199467.545015:DEBUG:trust_dns_server::authority::authority_object:176:performing name: www.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: SOA class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629199467.545036:DEBUG:trust_dns_server::store::in_memory::authority:971:searching InMemoryAuthority for: name: www.4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: SOA class: IN 1629199467.545080:INFO:trust_dns_server::server::response_handler:49:response: 8959 response_code: No Error 1629199467.725405:DEBUG:trust_dns_server::server::server_future:76:received udp request from: [2001:67c:2e8:11::c100:137c]:37611 1629199467.725476:INFO:trust_dns_server::server::server_future:594:request: 64720 type: Query op_code: Query dnssec: false name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: A class: IN 1629199467.725488:DEBUG:trust_dns_server::authority::catalog:130:query received: 64720 1629199467.725495:DEBUG:trust_dns_server::authority::catalog:377:searching authorities for: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629199467.725518:INFO:trust_dns_server::authority::catalog:403:request: 64720 found authority: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629199467.725534:DEBUG:trust_dns_server::authority::catalog:477:performing name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: A class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629199467.725555:DEBUG:trust_dns_server::authority::authority_object:176:performing name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: A class: IN on 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. 1629199467.725578:DEBUG:trust_dns_server::store::in_memory::authority:971:searching InMemoryAuthority for: name: 4.1.0.0.6.4.6.4.0.1.a.2.ip6.arpa. type: A class: IN 1629199467.725684:INFO:trust_dns_server::server::response_handler:49:response: 64720 response_code: No Error ``` </p> </details>
Author
Owner

@bluejekyll commented on GitHub (Aug 17, 2021):

That’s great news! I’ll work on a patch to get the changes to get here in.

<!-- gh-comment-id:900298747 --> @bluejekyll commented on GitHub (Aug 17, 2021): That’s great news! I’ll work on a patch to get the changes to get here in.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hickory-dns#693
No description provided.