aboutsummaryrefslogtreecommitdiff
path: root/plugin/file/README.md
diff options
context:
space:
mode:
authorGravatar Miek Gieben <miek@miek.nl> 2019-10-08 10:20:48 +0100
committerGravatar GitHub <noreply@github.com> 2019-10-08 10:20:48 +0100
commit65458b2de24bd748e2983e34c779f5b04d38f20c (patch)
tree1a79107784baf6ef94e9775274b84538d6a7e05b /plugin/file/README.md
parentffe6225ff6b1c55b4d9a89a016c4f1aed98dc026 (diff)
downloadcoredns-65458b2de24bd748e2983e34c779f5b04d38f20c.tar.gz
coredns-65458b2de24bd748e2983e34c779f5b04d38f20c.tar.zst
coredns-65458b2de24bd748e2983e34c779f5b04d38f20c.zip
Directive -> plugin (#3363)
Caught my eye, we name things directive still, esp when talking about the prometheus *plugin*. Rename everything that needs to be plugin to 'plugin'. Also make sure Metrics is a H2 section (not H1). Signed-off-by: Miek Gieben <miek@miek.nl>
Diffstat (limited to 'plugin/file/README.md')
-rw-r--r--plugin/file/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugin/file/README.md b/plugin/file/README.md
index 58cfe9586..e80b6b0dc 100644
--- a/plugin/file/README.md
+++ b/plugin/file/README.md
@@ -18,9 +18,9 @@ file DBFILE [ZONES...]
~~~
* **DBFILE** the database file to read and parse. If the path is relative, the path from the *root*
- directive will be prepended to it.
+ plugin will be prepended to it.
* **ZONES** zones it should be authoritative for. If empty, the zones from the configuration block
- are used.
+ are used.
If you want to round-robin A and AAAA responses look at the *loadbalance* plugin.