[PR #67] [MERGED] YamlResolver #82

Closed
opened 2026-03-04 23:24:13 +03:00 by kerem · 0 comments
Owner

📋 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-1Head: 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.
  • e2f7883 adds 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.

## 📋 Pull Request Information **Original PR:** https://github.com/yswery/PHP-DNS-SERVER/pull/67 **Author:** [@ivanstan](https://github.com/ivanstan) **Created:** 9/15/2018 **Status:** ✅ Merged **Merged:** 9/15/2018 **Merged by:** [@samuelwilliams](https://github.com/samuelwilliams) **Base:** `version-1` ← **Head:** `feature/yaml-resolver` --- ### 📝 Commits (2) - [`079893c`](https://github.com/yswery/PHP-DNS-SERVER/commit/079893cf26617ed0f745156259ff08ea42d1a3d0) * 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. - [`e2f7883`](https://github.com/yswery/PHP-DNS-SERVER/commit/e2f7883dbba30197b407776033140a89db5ee29f) adds YamlResolver, and its tests ### 📊 Changes **7 files changed** (+99 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description Adds support to store dns records in Yaml files --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-04 23:24:13 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/PHP-DNS-SERVER#82
No description provided.