[PR #29] [MERGED] Adds support for setting the ra flag #58

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/29
Author: @nkakouros
Created: 8/6/2017
Status: Merged
Merged: 10/2/2017
Merged by: @yswery

Base: masterHead: ra_flag_other


📝 Commits (3)

  • e3048e6 Checks if the resolver allows recursion
  • 1c40e10 Updates travis ubuntu
  • cc1782b Merge 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.

## 📋 Pull Request Information **Original PR:** https://github.com/yswery/PHP-DNS-SERVER/pull/29 **Author:** [@nkakouros](https://github.com/nkakouros) **Created:** 8/6/2017 **Status:** ✅ Merged **Merged:** 10/2/2017 **Merged by:** [@yswery](https://github.com/yswery) **Base:** `master` ← **Head:** `ra_flag_other` --- ### 📝 Commits (3) - [`e3048e6`](https://github.com/yswery/PHP-DNS-SERVER/commit/e3048e6832355d390c42061ec087fda37a8404b2) Checks if the resolver allows recursion - [`1c40e10`](https://github.com/yswery/PHP-DNS-SERVER/commit/1c40e10bc7c8da77061dd3998bc51e13a39423f4) Updates travis ubuntu - [`cc1782b`](https://github.com/yswery/PHP-DNS-SERVER/commit/cc1782b517a4b6ed32dd71033201cdd36ab7beea) Merge branch 'master' into ra_flag_other ### 📊 Changes **5 files changed** (+48 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description Replaces the ugly #26 . It sets the ra flag whenever there is a resolver that supports recursion. --- <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#58
No description provided.