aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Miek Gieben <miek@miek.nl> 2021-01-10 11:06:28 +0100
committerGravatar GitHub <noreply@github.com> 2021-01-10 18:06:28 +0800
commit02a205ae91d8d30a8f281d05c91a27ce99f53306 (patch)
tree8d5bc8ab5ea46722dd4ae9257e2cfa34bc1626f6
parent296222d613ee2dd52b0916ccb515cc44efc4b37e (diff)
downloadcoredns-02a205ae91d8d30a8f281d05c91a27ce99f53306.tar.gz
coredns-02a205ae91d8d30a8f281d05c91a27ce99f53306.tar.zst
coredns-02a205ae91d8d30a8f281d05c91a27ce99f53306.zip
plugin/secondary: small fixes in the readme (#4375)
Fix a typo and make clear that multiple addresses are allowed. Signed-off-by: Miek Gieben <miek@miek.nl>
-rw-r--r--plugin/secondary/README.md14
1 files changed, 7 insertions, 7 deletions
diff --git a/plugin/secondary/README.md b/plugin/secondary/README.md
index edb0a9a76..f65b66d95 100644
--- a/plugin/secondary/README.md
+++ b/plugin/secondary/README.md
@@ -23,17 +23,17 @@ A working syntax would be:
~~~
secondary [zones...] {
- transfer from ADDRESS
+ transfer from ADDRESS [ADDRESS...]
}
~~~
-* `transfer from` specifies from which address to fetch the zone. It can be specified multiple times;
- if one does not work, another will be tried. Transfering this zone outwards again can be done by
- enableing the *transfer* plugin.
+* `transfer from` specifies from which **ADDRESS** to fetch the zone. It can be specified multiple
+ times; if one does not work, another will be tried. Transfering this zone outwards again can be
+ done by enabling the *transfer* plugin.
-When a zone is due to be refreshed (Refresh timer fires) a random jitter of 5 seconds is
-applied, before fetching. In the case of retry this will be 2 seconds. If there are any errors
-during the transfer in, the transfer fails; this will be logged.
+When a zone is due to be refreshed (refresh timer fires) a random jitter of 5 seconds is applied,
+before fetching. In the case of retry this will be 2 seconds. If there are any errors during the
+transfer in, the transfer fails; this will be logged.
## Examples