mirror of
https://github.com/yswery/PHP-DNS-SERVER.git
synced 2026-04-26 01:35:57 +03:00
[PR #26] [CLOSED] Adds support for setting the ra flag #56
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#56
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/26
Author: @nkakouros
Created: 8/4/2017
Status: ❌ Closed
Base:
master← Head:ra_flag📝 Commits (2)
921605bAdds support for setting the ra flag5af29edUpdates ubuntu distro for travis📊 Changes
3 files changed (+20 additions, -1 deletions)
View changed files
📝
.travis.yml(+1 -0)📝
src/Server.php(+11 -1)📝
src/StackableResolver.php(+8 -0)📄 Description
Sets the RA (RecursionAvailable) flag when the RecursiveProvider is used (either directly or through the StackableResolver). Without setting this flag, the nslookup tool simply skips this dns server.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.