mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-06-21 09:25:42 +02:00
doc/netwatch-notify: give an extra example for resolving AAAA records
This commit is contained in:
parent
82e3e7a9fc
commit
f7f50a9d45
1 changed files with 6 additions and 1 deletions
|
@ -90,10 +90,15 @@ with a resolvable name:
|
|||
|
||||
/tool/netwatch/add comment="notify, name=example.com, resolve=example.com" host=0.0;
|
||||
|
||||
This supports multiple A or AAAA records for a name just fine, even a CNAME
|
||||
This supports multiple A records for a name just fine, even a CNAME
|
||||
to those. An update happens only if no more record with the configured host
|
||||
address is found.
|
||||
|
||||
The address family is preserved, so if you want AAAA records (for IPv6)
|
||||
use this:
|
||||
|
||||
/tool/netwatch/add comment="notify, name=example.com, resolve=example.com" host=::;
|
||||
|
||||
### No notification on host down
|
||||
|
||||
Also suppressing the notification on host down is possible with parameter
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue