[PR #8] [MERGED] Feature/recursive provider #45

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

📋 Pull Request Information

Original PR: https://github.com/yswery/PHP-DNS-SERVER/pull/8
Author: @yswery
Created: 11/23/2014
Status: Merged
Merged: 11/23/2014
Merged by: @yswery

Base: masterHead: feature/recursive-provider


📝 Commits (2)

📊 Changes

3 files changed (+85 additions, -38 deletions)

View changed files

📝 example.php (+7 -2)
📝 src/RecursiveProvider.php (+51 -36)
src/StackableResolver.php (+27 -0)

📄 Description

Added a recursive provider with almost all the DNS types supported. and no tests :(
Also took the gist from https://gist.github.com/codenamegary/88d86fc01b048f539601


🔄 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/8 **Author:** [@yswery](https://github.com/yswery) **Created:** 11/23/2014 **Status:** ✅ Merged **Merged:** 11/23/2014 **Merged by:** [@yswery](https://github.com/yswery) **Base:** `master` ← **Head:** `feature/recursive-provider` --- ### 📝 Commits (2) - [`e538d95`](https://github.com/yswery/PHP-DNS-SERVER/commit/e538d95c90365804d1e8972ec8dfdf626a2ab254) Adding recursive provider, untested, unfinished - [`e8818c0`](https://github.com/yswery/PHP-DNS-SERVER/commit/e8818c0e26a967c05bdc5847d3fcc47508aa3ef3) As per gist https://gist.github.com/codenamegary/88d86fc01b048f539601 just threw up a simple stackable provider with fall backs ### 📊 Changes **3 files changed** (+85 additions, -38 deletions) <details> <summary>View changed files</summary> 📝 `example.php` (+7 -2) 📝 `src/RecursiveProvider.php` (+51 -36) ➕ `src/StackableResolver.php` (+27 -0) </details> ### 📄 Description Added a recursive provider with almost all the DNS types supported. and no tests :( Also took the gist from https://gist.github.com/codenamegary/88d86fc01b048f539601 --- <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:02 +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#45
No description provided.