mirror of
https://github.com/yswery/PHP-DNS-SERVER.git
synced 2026-04-25 17:25:53 +03:00
[PR #85] Google DNS over HTTPS resolver #93
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#93
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/85
Author: @ivanstan
Created: 1/28/2019
Status: 🔄 Open
Base:
master← Head:master📝 Commits (2)
764b98cadds GoogleDnsResolver, an ability to resolve dns requests via Google's0c16b71adds GoogleDnsResolver, an ability to resolve dns requests via Google's📊 Changes
8 files changed (+296 additions, -6 deletions)
View changed files
📝
composer.json(+6 -5)➕
docs/Google-DNS.md(+12 -0)➕
example/google-dns-example.php(+14 -0)➕
src/Resolver/GoogleDnsResolver.php(+130 -0)📝
src/Server.php(+1 -1)➕
src/Tests/Resolver/GoogleDnsResolveTest.php(+79 -0)➕
src/Tests/Resources/google-dns-query-failure.json(+16 -0)➕
src/Tests/Resources/google-dns-query-success.json(+38 -0)📄 Description
This branch adds a new resolver that uses Google's HTTPS service to resolve DNS records user requested. Another example file is provided which shows proof of concept.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.