mirror of
https://github.com/yswery/PHP-DNS-SERVER.git
synced 2026-04-25 17:25:53 +03:00
[PR #30] [MERGED] Sets aa flag if domain in db #59
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#59
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/30
Author: @nkakouros
Created: 8/6/2017
Status: ✅ Merged
Merged: 10/2/2017
Merged by: @yswery
Base:
master← Head:aa_flag_other📝 Commits (1)
1862830Sets aa flag if domain in db📊 Changes
6 files changed (+40 additions, -0 deletions)
View changed files
📝
.travis.yml(+1 -0)📝
src/AbstractStorageProvider.php(+2 -0)📝
src/JsonStorageProvider.php(+11 -0)📝
src/RecursiveProvider.php(+10 -0)📝
src/Server.php(+1 -0)📝
src/StackableResolver.php(+15 -0)📄 Description
Much simpler than #27 . If the dns server holds info about a domain, the flag is set.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.