mirror of
https://github.com/nymurbd/MikroTik-scripts.git
synced 2025-08-04 18:25:11 +02:00
netwatch-notify: handle CNAME to multiple records
This commit is contained in:
parent
6f29c640e4
commit
a924de274c
2 changed files with 12 additions and 3 deletions
|
@ -83,9 +83,9 @@ 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, but be
|
||||
warned: A CNAME to multiple records will cause a high rate of configuration
|
||||
changes (and flash writes)!
|
||||
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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue