mirror of
https://github.com/yswery/PHP-DNS-SERVER.git
synced 2026-04-26 01:35:57 +03:00
[PR #27] [CLOSED] Adds support for AA flag #55
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#55
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/27
Author: @nkakouros
Created: 8/4/2017
Status: ❌ Closed
Base:
master← Head:aa_flag📝 Commits (9)
6c1e5faAdds support for setting the authoritative flag07c17f0Bug fixad61d98Uses trusty for travis3597b6aAdapts testsacd6b59Stops when the first resolver finds a result366a150Fixes test727db5fFixes test again6595364Fixes JsonStorageProvider when record not in json fileecae307Fixes stopping after a provider has returned results📊 Changes
6 files changed (+68 additions, -25 deletions)
View changed files
📝
.travis.yml(+1 -0)📝
src/JsonStorageProvider.php(+18 -10)📝
src/RecursiveProvider.php(+15 -3)📝
src/Server.php(+9 -1)📝
src/StackableResolver.php(+14 -4)📝
tests/JsonStorageProviderTest.php(+11 -7)📄 Description
Adds support for setting the AA flag (Authoritative Answer). This is done when the answer is returned from the json flag.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.