[flagday2020] Add instructions for CoreDNS - #148
Open
chantra wants to merge 2 commits into
Open
Conversation
CoreDNS has a [bufsize plugin](https://coredns.io/plugins/bufsize/) that can be used to force the bufsize used. This PR adds instruction to set it to 1232 in CoreDNS config.
Contributor
Author
|
Happy to add to each individual localized index files if @miekg could confirm this is indeed the correct way to set it. |
|
yep that's correct |
Contributor
Author
|
Great. I will update the rest of the files whenever I get close to a computer. |
Each index file was duplicating the same config stanzas, this is prone to getting out of sync. As I was adding the `CoreDNS` stanza to dnsflagday, I updated each index file to use 1 source of truth instead of just adding the CoreDNS specific config. * Move server configs for 2020 flagday in `_includes/2020_server_configs.md` * update all index files to include this file instead of duplicating configs in each files.
Contributor
Author
|
ok, I think this is good for review. Instead of copy/pasting the same config in all index files, I moved the configs into a separate |
|
/lgtm |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
CoreDNS has a bufsize plugin that can be used to force the bufsize used. This PR adds instruction to set it to 1232 in CoreDNS config.