diff options
author | 2019-08-22 00:15:11 +0800 | |
---|---|---|
committer | 2019-08-21 12:15:11 -0400 | |
commit | 6881d6d5854a718cd5c754f496a53f9931d6e34e (patch) | |
tree | e7288ee8ca9cf6d25f117245cbffb40a0304bae9 /notes | |
parent | 1b3fb834daec02aedbb7624622edc34c1420c850 (diff) | |
download | coredns-6881d6d5854a718cd5c754f496a53f9931d6e34e.tar.gz coredns-6881d6d5854a718cd5c754f496a53f9931d6e34e.tar.zst coredns-6881d6d5854a718cd5c754f496a53f9931d6e34e.zip |
fix typo in coredns-006.md (#3168)
Signed-off-by: Sakura <longfei.shang@daocloud.io>
Diffstat (limited to 'notes')
-rw-r--r-- | notes/coredns-006.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/notes/coredns-006.md b/notes/coredns-006.md index be0b1289c..981949f0f 100644 --- a/notes/coredns-006.md +++ b/notes/coredns-006.md @@ -29,7 +29,7 @@ Fixed: ### New -* *reverse* plugin: allows CoreDNS to respond dynamicly to an PTR request and the related +* *reverse* plugin: allows CoreDNS to respond dynamically to an PTR request and the related A/AAAA request. ### Improvements/changes |