mirror of
https://github.com/yswery/PHP-DNS-SERVER.git
synced 2026-04-26 01:35:57 +03:00
[PR #73] [MERGED] Adds more dns record types #88
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#88
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?
📋 Pull Request Information
Original PR: https://github.com/yswery/PHP-DNS-SERVER/pull/73
Author: @nkakouros
Created: 10/25/2018
Status: ✅ Merged
Merged: 10/26/2018
Merged by: @samuelwilliams
Base:
master← Head:records📝 Commits (1)
195e01cAdds more dns record types📊 Changes
1 file changed (+9 additions, -2 deletions)
View changed files
📝
src/RecursiveResolver.php(+9 -2)📄 Description
I encountered a crash in the following situation.
I have php-dns running on one server. On another server that resolves via the first, I run
apt-get update. On the first server,php-dnscrashed with the error:I added to the dns answers all the records that are mentioned in the (PHP documentation)[https://secure.php.net/manual/en/function.dns-get-record.php] but were missing from php-dns.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.