diff options
author | Christian Hesse <mail@eworm.de> | 2024-02-29 14:21:46 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2024-02-29 14:21:46 +0100 |
commit | b9e0ffac1d5bed0d8243e9ee1467336517f8957a (patch) | |
tree | 6aa3ae44b4a5a3fa575446e5ff04eeefa90d9056 /doc | |
parent | 872abbea7d147a8c6291270ba9389731e998b1e0 (diff) | |
parent | a924de274c482b79777d9c1ca9d2e1d1919155cb (diff) |
Merge branch 'netwatch-notify' into next
Diffstat (limited to 'doc')
-rw-r--r-- | doc/netwatch-notify.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/netwatch-notify.md b/doc/netwatch-notify.md index b673af8..a7cc2d6 100644 --- a/doc/netwatch-notify.md +++ b/doc/netwatch-notify.md @@ -83,9 +83,9 @@ with a resolvable name: /tool/netwatch/add comment="notify, name=example.com, resolve=example.com"; -But be warned: Dynamic updates will probably cause issues if the name has -more than one record in dns - a high rate of configuration changes (and flash -writes) at least. +This supports multiple A or AAAA records for a name just fine, even a CNAME +to those. But be warned: CNAME chains to multiple records will cause a high +rate of configuration changes (and flash writes)! ### No notification on host down |