diff options
author | Christian Hesse <mail@eworm.de> | 2024-03-01 12:09:29 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2024-03-01 12:30:18 +0100 |
commit | 50a69149072be4f66cbd05362fef9ec68f293323 (patch) | |
tree | bba311b18ba0db5eb54b5f60ad2136c1c81bbc7c /doc | |
parent | 20d1ad17d75497250c0ec155b354b9180457ad44 (diff) |
netwatch-notify: (mis-)use firewall address-list for lookup...
... and drop the racy code querying dns cache. 😁
Diffstat (limited to 'doc')
-rw-r--r-- | doc/netwatch-notify.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/netwatch-notify.md b/doc/netwatch-notify.md index a7cc2d6..e252d39 100644 --- a/doc/netwatch-notify.md +++ b/doc/netwatch-notify.md @@ -84,8 +84,8 @@ with a resolvable name: /tool/netwatch/add comment="notify, name=example.com, resolve=example.com"; 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)! +to those. An update happens only if no more record with the configured host +address is found. ### No notification on host down |