mirror of
https://github.com/yswery/PHP-DNS-SERVER.git
synced 2026-04-25 17:25:53 +03:00
[PR #15] [CLOSED] add alternative dns servers. #46
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#46
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/15
Author: @henzeb
Created: 2/25/2016
Status: ❌ Closed
Base:
master← Head:master📝 Commits (3)
372e9d3added some support for alternative dns servers other than defined in the dns server. requires execute rights for the dig command. also a callable can be used to pick a server (something like unblockus.com does)1fc6f17added $_SERVER variables client_ip and client_port, so that they are available in the providers if needed for your scripta2b8165fixed a bug where CNAME was not handled correctly in the RecursiveProvider when using dig.📊 Changes
2 files changed (+73 additions, -12 deletions)
View changed files
📝
src/RecursiveProvider.php(+71 -12)📝
src/Server.php(+2 -0)📄 Description
added some support for alternative dns servers other than defined in the dns server. requires execute rights for the dig command. also a callable can be used to pick a server (similar to what unblockus.com does).
If not supplied, the provider still works the same as it used before.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.