Config: handle dns_canonicalize_hostname=fallback setting #523
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hello,
This PR adds support for the
dns_canonicalize_hostname=fallback
setting, but it’s a breaking change. I saw that there already is acandidateV9
branch, but it doesn’t seem to be up to date with the latest v8 changes. I find it difficult to maintain several major versions using subdirectories instead of branches. I understand that it was a way to maintain backward compatibility for people not using Go modules, however it seems that Go modules have done their way and it may not be relevant anymore. That’s why I started this new branch where I put the v8 at the root of the repository and then cherry-picked your v9 changes on top of it before adding my commit. What do you think?