[PR #99] [MERGED] Bind resolver #103

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

📋 Pull Request Information

Original PR: https://github.com/yswery/PHP-DNS-SERVER/pull/99
Author: @samuelwilliams
Created: 3/7/2020
Status: Merged
Merged: 3/7/2020
Merged by: @samuelwilliams

Base: masterHead: bind-resolver


📝 Commits (3)

📊 Changes

10 files changed (+365 additions, -51 deletions)

View changed files

📝 composer.json (+3 -1)
example/example.com.db (+38 -0)
📝 src/RdataEncoder.php (+6 -0)
src/Resolver/ArrayRdata.php (+69 -0)
src/Resolver/BindResolver.php (+66 -0)
📝 tests/Resolver/AbstractResolverTest.php (+53 -50)
tests/Resolver/BindResolverTest.php (+64 -0)
tests/Resources/example.com-2.db (+38 -0)
tests/Resources/example.com.db (+21 -0)
tests/Resources/test2.com.db (+7 -0)

📄 Description

Adds the functionality to use zone files that are stored in bind/named format.


🔄 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/99 **Author:** [@samuelwilliams](https://github.com/samuelwilliams) **Created:** 3/7/2020 **Status:** ✅ Merged **Merged:** 3/7/2020 **Merged by:** [@samuelwilliams](https://github.com/samuelwilliams) **Base:** `master` ← **Head:** `bind-resolver` --- ### 📝 Commits (3) - [`73c750c`](https://github.com/yswery/PHP-DNS-SERVER/commit/73c750ce3f8b312c64bcdf00b8214f075fd626f9) Bind resolver feature. - [`7fd0904`](https://github.com/yswery/PHP-DNS-SERVER/commit/7fd09045b6f5bef5c1b8efcad4c8382e7aea4bb7) CS fix. - [`6bd1688`](https://github.com/yswery/PHP-DNS-SERVER/commit/6bd16888acf8d186242bbeef010a9a78589e9032) Merge branch 'master' of https://github.com/yswery/PHP-DNS-SERVER into bind-resolver ### 📊 Changes **10 files changed** (+365 additions, -51 deletions) <details> <summary>View changed files</summary> 📝 `composer.json` (+3 -1) ➕ `example/example.com.db` (+38 -0) 📝 `src/RdataEncoder.php` (+6 -0) ➕ `src/Resolver/ArrayRdata.php` (+69 -0) ➕ `src/Resolver/BindResolver.php` (+66 -0) 📝 `tests/Resolver/AbstractResolverTest.php` (+53 -50) ➕ `tests/Resolver/BindResolverTest.php` (+64 -0) ➕ `tests/Resources/example.com-2.db` (+38 -0) ➕ `tests/Resources/example.com.db` (+21 -0) ➕ `tests/Resources/test2.com.db` (+7 -0) </details> ### 📄 Description Adds the functionality to use zone files that are stored in bind/named format. --- <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:19 +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#103
No description provided.