diff options
author | 2019-06-17 15:46:02 -0400 | |
---|---|---|
committer | 2019-06-17 20:46:02 +0100 | |
commit | b94c85a0db67851d9acb8e005e2e6f24037accd2 (patch) | |
tree | 63c83f86045f053e32681497e341fe7aea435b5c | |
parent | 1cb44f0bfd76af219f523010ef1cbe6cb879b1a1 (diff) | |
download | coredns-b94c85a0db67851d9acb8e005e2e6f24037accd2.tar.gz coredns-b94c85a0db67851d9acb8e005e2e6f24037accd2.tar.zst coredns-b94c85a0db67851d9acb8e005e2e6f24037accd2.zip |
Update README.md (#2896)
-rw-r--r-- | plugin/file/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/file/README.md b/plugin/file/README.md index 7855cdf64..068548a8d 100644 --- a/plugin/file/README.md +++ b/plugin/file/README.md @@ -80,7 +80,7 @@ not being correctly recognized: We omit the origin for the file `db.example.org`, so this references the zone in the server block, which, in this case, is the root zone. Any contents of `db.example.org` will then read with that origin set; this may or may not do what you want. -It's better to be explicit here and specify the correct origin. This can be done in two ways:" +It's better to be explicit here and specify the correct origin. This can be done in two ways: ~~~ . { |