mirror of
https://github.com/yswery/PHP-DNS-SERVER.git
synced 2026-04-26 17:55:48 +03:00
[GH-ISSUE #89] CNAME NOT WORK #31
Labels
No labels
bug
enhancement
enhancement
hacktoberfest
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/PHP-DNS-SERVER#31
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @samukca on GitHub (Jul 18, 2019).
Original GitHub issue: https://github.com/yswery/PHP-DNS-SERVER/issues/89
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 on GitHub (Sep 24, 2019):
will look into this, and see if it can be patched for the next release
@samuelwilliams commented on GitHub (Sep 25, 2019):
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!