mirror of
https://github.com/yswery/PHP-DNS-SERVER.git
synced 2026-04-26 01:35:57 +03:00
[PR #29] [MERGED] Adds support for setting the ra flag #58
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#58
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/29
Author: @nkakouros
Created: 8/6/2017
Status: ✅ Merged
Merged: 10/2/2017
Merged by: @yswery
Base:
master← Head:ra_flag_other📝 Commits (3)
e3048e6Checks if the resolver allows recursion1c40e10Updates travis ubuntucc1782bMerge branch 'master' into ra_flag_other📊 Changes
5 files changed (+48 additions, -1 deletions)
View changed files
📝
src/AbstractStorageProvider.php(+2 -0)📝
src/JsonStorageProvider.php(+16 -0)📝
src/RecursiveProvider.php(+17 -0)📝
src/Server.php(+1 -1)📝
src/StackableResolver.php(+12 -0)📄 Description
Replaces the ugly #26 . It sets the ra flag whenever there is a resolver that supports recursion.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.