Skip to content
This repository has been archived by the owner on Jun 7, 2024. It is now read-only.

refactor Implementation branching into its own module #29

Closed
wants to merge 25 commits into from

Conversation

japaric
Copy link
Collaborator

@japaric japaric commented Feb 29, 2024

⚠️ NOTE: this PR depends on #28 so it's base branch has been set to that PR's branch. switch the base to main before merging this

the `start` constructor's parameter list was getting long and we want to
add even more configuration options, like EDE, in the future.

using the builder pattern lets us introduce new settings without
breaking changes
note that because Hickory does not support pre-signed zone files all the
DNSSEC tests fail with it
to ensure that hickory-dns is correctly configured to work in NameServer
mode
Base automatically changed from ja-bind-name-server to main March 28, 2024 21:41
japaric and others added 11 commits March 28, 2024 21:42
the `start` constructor's parameter list was getting long and we want to
add even more configuration options, like EDE, in the future.

using the builder pattern lets us introduce new settings without
breaking changes
the `start` constructor's parameter list was getting long and we want to
add even more configuration options, like EDE, in the future.

using the builder pattern lets us introduce new settings without
breaking changes
@japaric
Copy link
Collaborator Author

japaric commented Apr 22, 2024

PRs #33 #34 and #41 were merged into this branch instead of being merged into main. re-doing this as PR #48

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants