mirror of
https://github.com/yswery/PHP-DNS-SERVER.git
synced 2026-04-26 01:35:57 +03:00
[PR #42] [CLOSED] Added symfony command bin/phpdns, resolver that forwards queries to dns.google.com #66
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#66
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/42
Author: @ivanstan
Created: 4/13/2018
Status: ❌ Closed
Base:
master← Head:master📝 Commits (10+)
a677c63Added class GoogleDNSForwarder which acts like a provider without actualab3cbd5Created yaml configuration3ba88c8added command bin/phpdns6013d8cimplemented console error with verbose loggingb85261cTests under namespaceca359e3tests moved739c6cdrenamed storage provider to resolvere21e7c3moved resolvers under Resolver namespacee6303e6changed array definition47c5b33changes in example files📊 Changes
40 files changed (+1282 additions, -562 deletions)
View changed files
📝
.coveralls.yml(+2 -2)📝
.gitignore(+3 -1)📝
README.md(+22 -2)➕
bin/phpdns(+15 -0)📝
bin/phpunit(+0 -0)📝
composer.json(+10 -4)➕
etc/config.yml(+8 -0)📝
etc/dns.example.json(+0 -0)➕
etc/dns.example.yml(+26 -0)➖
example.php(+0 -18)➕
example/example.php(+27 -0)➕
example/google_forwarder.php(+16 -0)📝
phpunit.xml(+2 -2)➖
src/AbstractStorageProvider.php(+0 -12)➕
src/Command/ServerCommand.php(+119 -0)➕
src/Event/ConsoleEventSubscriber.php(+64 -0)➕
src/Event/EventSubscriberInterface.php(+28 -0)➕
src/Event/LogEventSubscriber.php(+49 -0)➖
src/JsonStorageProvider.php(+0 -120)📝
src/RecordTypeEnum.php(+14 -6)...and 20 more files
📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.