TechnitiumSoftware / DnsServer

Technitium DNS Server
https://technitium.com/dns/
GNU General Public License v3.0
3.83k stars 399 forks source link

Upgrade to 12.0 breaks wildcard A records #845

Closed Dakazan closed 4 months ago

Dakazan commented 4 months ago

On my setup I have multiple zones like this: subdomain.example.com

Inside that zone I have A records with names *.lab.test, with the full domain being *.lab.test.subdomain.example.com

This works fine and resolves on 11.5.3, but not on version 12

Environment:

Here's an example of what I use on 11.5.3

bash> dig test.lab.test.subdomain.example.com

; <<>> DiG 9.16.23-RH <<>> test.lab.test.subdomain.example.com
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 58575
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 1232
;; QUESTION SECTION:
;test.lab.test.subdomain.example.com. IN A

;; ANSWER SECTION:
test.lab.test.subdomain.example.com. 60 IN A <redacted>

;; Query time: 110 msec
;; SERVER: <redacted>#53(<redacted>)
;; WHEN: Tue Feb 06 23:43:25 MST 2024
;; MSG SIZE  rcvd: 95
ShreyasZare commented 4 months ago

Thanks for reporting this. Will get this fixed soon.

ShreyasZare commented 4 months ago

Technitium DNS Server v12.0.1 is now available that fixes this issue. Do update and let me know your feedback.

Dakazan commented 4 months ago

Works great, thanks!

ShreyasZare commented 4 months ago

Thanks for the feedback!