mirror of
https://github.com/yswery/PHP-DNS-SERVER.git
synced 2026-04-26 01:35:57 +03:00
[PR #67] [MERGED] YamlResolver #82
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#82
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/67
Author: @ivanstan
Created: 9/15/2018
Status: ✅ Merged
Merged: 9/15/2018
Merged by: @samuelwilliams
Base:
version-1← Head:feature/yaml-resolver📝 Commits (2)
079893c* Updated documentation: dig has EDNS enabled by default so running our previous examples would result in request timeout on client and error: Record type "OPT" is not a supported type in server logs. Added +noedns flag to dig query in examples to make them work until we add support for OPT queries.e2f7883adds YamlResolver, and its tests📊 Changes
7 files changed (+99 additions, -8 deletions)
View changed files
📝
CHANGELOG-1.x.md(+3 -1)📝
README.md(+3 -3)📝
docs/events.md(+1 -1)📝
src/Resolver/JsonResolver.php(+3 -3)➕
src/Resolver/YamlResolver.php(+32 -0)➕
src/Tests/Resources/records.yaml(+31 -0)➕
src/Tests/YamlResolverTest.php(+26 -0)📄 Description
Adds support to store dns records in Yaml files
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.