yswery / PHP-DNS-SERVER

An Authoritative DNS Server written purely in PHP
MIT License
287 stars 72 forks source link

CNAME NOT WORK #89

Closed samukca closed 4 years ago

samukca commented 5 years ago

In the request www.host.domain the server searches for record type A instead of CNAME

Ex. info: Answer: www.googleapis.com. A IN 000.000.000.000

xaoseric commented 5 years ago

will look into this, and see if it can be patched for the next release

samuelwilliams commented 5 years ago

Hi @samukca Thanks for the issue. Can you please detail configuration and zones that you used that produced the error, this will help with identifying the issue. Thanks!