mirror of
https://github.com/yswery/PHP-DNS-SERVER.git
synced 2026-04-26 01:35:57 +03:00
[PR #99] [MERGED] Bind resolver #103
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#103
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/99
Author: @samuelwilliams
Created: 3/7/2020
Status: ✅ Merged
Merged: 3/7/2020
Merged by: @samuelwilliams
Base:
master← Head:bind-resolver📝 Commits (3)
73c750cBind resolver feature.7fd0904CS fix.6bd1688Merge branch 'master' of https://github.com/yswery/PHP-DNS-SERVER into bind-resolver📊 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.