diff options
author | 2019-06-12 04:11:42 +0800 | |
---|---|---|
committer | 2019-06-11 16:11:42 -0400 | |
commit | 27ca097df49b6d056e30340fc6ef6e61897f64f9 (patch) | |
tree | 0fa9cf39de0a10fd851ec390aa278b0e8ceb024e /plugin | |
parent | f13482f4d19b6eeff52c98d217a5472729ae4d8d (diff) | |
download | coredns-27ca097df49b6d056e30340fc6ef6e61897f64f9.tar.gz coredns-27ca097df49b6d056e30340fc6ef6e61897f64f9.tar.zst coredns-27ca097df49b6d056e30340fc6ef6e61897f64f9.zip |
Fix a typo in the document of plugin file (#2882)
Diffstat (limited to 'plugin')
-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 e39ed6902..397637713 100644 --- a/plugin/file/README.md +++ b/plugin/file/README.md @@ -35,7 +35,7 @@ file DBFILE [ZONES... ] { * `transfer` enables zone transfers. It may be specified multiples times. `To` or `from` signals the direction. **ADDRESS** must be denoted in CIDR notation (e.g., 127.0.0.1/32) or just as plain addresses. The special wildcard `*` means: the entire internet (only valid for 'transfer to'). - When an address is specified a notify message will be send whenever the zone is reloaded. + When an address is specified a notify message will be sent whenever the zone is reloaded. * `reload` interval to perform a reload of the zone if the SOA version changes. Default is one minute. Value of `0` means to not scan for changes and reload. For example, `30s` checks the zonefile every 30 seconds and reloads the zone when serial changes. |