In this article, we will see you can deploy DNS recursive resolver using Thunder CFW. Setup This is what we want to achieve: By default, the Thunder device should resolve queries starting from the root servers. However, for the domain names ending in a10networks.com, it should use the response from a DNS service-group that…
DNS over HTTPS (DoH) is a protocol for securing DNS communication by sending DNS queries and getting DNS responses over HTTPS. For details, refer to RFC 8484 (https://tools.ietf.org/html/rfc8484). This article shows you can deploy DNS over HTTPS (DoH) with automatic certificate enrollment and renewal from Let's Encrypt CA…
I am doing things like this: set rr1 [DNS::rr $name 0 IN TXT "some text here"] DNS::answer insert $rr1 Now I need to return a CAA record and can't find a way to format the entry to do this. A CAA record looks like this in a zone file. mydomain.com. IN CAA 0 issue "letsencrypt.org" mydomain.com. IN CAA 0 issuewild ";"…
DNS over HTTPS (DoH) is a protocol for securing DNS communication by sending DNS queries and getting DNS responses over HTTPS. In DoH, each DNS query-response pair is mapped into an HTTP exchange. For details, refer to RFC 8484 (https://tools.ietf.org/html/rfc8484). Thunder CFW enables you to provide DoH service to…
Hi all, I'm trying to configure the AX so that he will be the primary DNS for a DOMAIN, the Domain is configured and functional for single UDP type queries (single sub-domain query) but For some reason AXFR queries are being dropped. when capture the request on the 'Debug gslb' i get an error stating "wrong query type" Is…