TechnitiumSoftware / DnsServer

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

* is taken as litteral in zone #766

Closed michelsup closed 8 months ago

michelsup commented 8 months ago

If I add a * as the subdomain like

New record was added to authoritative zone 'example.org' successfully {record: *.example.org. 3600 IN A xx.xx.xx.xx}

the server is answering with an NX with ie. test.example.org, but gives an answer with .example.org as the question, like the is taken as a literal character.

What I'm doing wrong ?

ShreyasZare commented 8 months ago

Thanks for the post. I tried this on my test setup with v11.5.1 and the wildcard record is working as expected.

Please test it again and post more details i.e. output from DNS client tab for the queries, screenshot of the zone records, etc. You can share the details on email too if you do not wish to post them here.

michelsup commented 8 months ago

I somewhat messed up between Authoritative and Conditional Forwarder Zone setups. 20 years of DNS'ing is still not enough for me. Sorry to disturb and thank you for your time and quick reply @ShreyasZare. (and obviously your software)

ShreyasZare commented 8 months ago

I somewhat messed up between Authoritative and Conditional Forwarder Zone setups. 20 years of DNS'ing is still not enough for me. Sorry to disturb and thank you for your time and quick reply @ShreyasZare. (and obviously your software)

Ya, that happens some times with everyone. Good to know its working well.