diff options
author | 2016-04-15 14:26:27 +0100 | |
---|---|---|
committer | 2016-04-15 14:26:27 +0100 | |
commit | c9d8a57ed66f8debe72856ec9d12c25f97248f0e (patch) | |
tree | 479358a120b6d4450e324c1f564f712e1b29f02d /middleware/file/README.md | |
parent | 29ad957a9da184e6d15c4d61de38f391ec25bdb1 (diff) | |
download | coredns-c9d8a57ed66f8debe72856ec9d12c25f97248f0e.tar.gz coredns-c9d8a57ed66f8debe72856ec9d12c25f97248f0e.tar.zst coredns-c9d8a57ed66f8debe72856ec9d12c25f97248f0e.zip |
Reload zone when a write is detected (#122)
Zone reloading
Diffstat (limited to 'middleware/file/README.md')
-rw-r--r-- | middleware/file/README.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/middleware/file/README.md b/middleware/file/README.md index f0bf58101..dc053dd7c 100644 --- a/middleware/file/README.md +++ b/middleware/file/README.md @@ -24,13 +24,15 @@ TSIG key information, something like `transfer out [address...] key [name] [base file dbfile [zones... ] { transfer from [address...] transfer to [address...] - + no_reload } ~~~ * `transfer` enables zone transfers. It may be specified multiples times. *To* or *from* signals the direction. Addresses must be denoted in CIDR notation (127.0.0.1/32 etc.) or just as plain address. The special wildcard "*" means: the entire internet (only valid for 'transfer to'). +* `no_reload` by default CoreDNS will reload a zone from disk whenever it detects a change to the + file. This option disables that behavior. ## Examples |