mirror of
https://github.com/yswery/PHP-DNS-SERVER.git
synced 2026-04-26 01:35:57 +03:00
[PR #8] [MERGED] Feature/recursive provider #45
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#45
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/8
Author: @yswery
Created: 11/23/2014
Status: ✅ Merged
Merged: 11/23/2014
Merged by: @yswery
Base:
master← Head:feature/recursive-provider📝 Commits (2)
e538d95Adding recursive provider, untested, unfinishede8818c0As 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)
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.