diff options
author | 2019-02-01 19:22:43 +0800 | |
---|---|---|
committer | 2019-02-01 19:22:43 +0800 | |
commit | b455f86824a1c2108b305589190e964b5528fed3 (patch) | |
tree | 97463029b64245d30e98417dd5f93727c3cfb935 /plugin.md | |
parent | 2b651129fbe1601377362f7cdf01c3573fb7a52e (diff) | |
download | coredns-b455f86824a1c2108b305589190e964b5528fed3.tar.gz coredns-b455f86824a1c2108b305589190e964b5528fed3.tar.zst coredns-b455f86824a1c2108b305589190e964b5528fed3.zip |
Fix some typos in comment (#2520)
Signed-off-by: zhoulin xie <zhoulin.xie@daocloud.io>
Diffstat (limited to 'plugin.md')
-rw-r--r-- | plugin.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -106,7 +106,7 @@ entire domain and all sub domains. In this example the *file* plugin is handling all names below (and including) `example.org`. If a query comes in that is not a subdomain (or equal to) `example.org` the next plugin is called. -Now, the world isn't perfect, and there are good reasons to "fallthrough" to the next middlware, +Now, the world isn't perfect, and there are good reasons to "fallthrough" to the next middleware, meaning a plugin is only responsible for a *subset* of names within the zone. The first of these to appear was the *reverse* plugin that synthesis PTR and A/AAAA responses (useful with IPv6). |