[PR #26] [CLOSED] Adds support for setting the ra flag #56

Closed
opened 2026-03-04 23:24:05 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/yswery/PHP-DNS-SERVER/pull/26
Author: @nkakouros
Created: 8/4/2017
Status: Closed

Base: masterHead: ra_flag


📝 Commits (2)

  • 921605b Adds support for setting the ra flag
  • 5af29ed Updates 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.

## 📋 Pull Request Information **Original PR:** https://github.com/yswery/PHP-DNS-SERVER/pull/26 **Author:** [@nkakouros](https://github.com/nkakouros) **Created:** 8/4/2017 **Status:** ❌ Closed **Base:** `master` ← **Head:** `ra_flag` --- ### 📝 Commits (2) - [`921605b`](https://github.com/yswery/PHP-DNS-SERVER/commit/921605bf8f0936d1efcfcdcd07e99dde9f17a788) Adds support for setting the ra flag - [`5af29ed`](https://github.com/yswery/PHP-DNS-SERVER/commit/5af29edd7537885d1c568158f9c3ed3ab1e18d1b) Updates ubuntu distro for travis ### 📊 Changes **3 files changed** (+20 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `.travis.yml` (+1 -0) 📝 `src/Server.php` (+11 -1) 📝 `src/StackableResolver.php` (+8 -0) </details> ### 📄 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-04 23:24:05 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/PHP-DNS-SERVER#56
No description provided.