diff options
author | 2020-05-04 10:02:58 -0400 | |
---|---|---|
committer | 2020-05-04 07:02:58 -0700 | |
commit | 9f9509b6c0b947e44e7ea0240fd1251935b58836 (patch) | |
tree | dd9cb3ab3f892e3719246006dd3bd1e1e2ea38a8 /plugin | |
parent | 19c123c0d860fcf6d68426c5a83e9c892094ef43 (diff) | |
download | coredns-9f9509b6c0b947e44e7ea0240fd1251935b58836.tar.gz coredns-9f9509b6c0b947e44e7ea0240fd1251935b58836.tar.zst coredns-9f9509b6c0b947e44e7ea0240fd1251935b58836.zip |
fix description of bufsize plugin (#3873)
Signed-off-by: Eli Lindsey <eli@siliconsprawl.com>
Diffstat (limited to 'plugin')
-rw-r--r-- | plugin/bufsize/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/bufsize/README.md b/plugin/bufsize/README.md index 65c73ab6e..6353307a9 100644 --- a/plugin/bufsize/README.md +++ b/plugin/bufsize/README.md @@ -4,7 +4,7 @@ ## Description *bufsize* limits a requester's UDP payload size. -It prevents IP fragmentation so that to deal with DNS vulnerability. +It prevents IP fragmentation, mitigating certain DNS vulnerabilities. ## Syntax ```txt |