diff options
author | Christian Hesse <mail@eworm.de> | 2022-01-02 22:21:20 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2022-01-03 10:00:16 +0100 |
commit | 57c80dc2a42280c1a8d1f2c7de8d73a3e03190bc (patch) | |
tree | 6839ea54fc0ea0f2fe869cee77575d430a0eb1fd /doc/netwatch-notify.md | |
parent | cd3fde59d767e9948cbaad6fea08deb6b9b7a181 (diff) |
introduce netwatch-dnschange-72
Diffstat (limited to 'doc/netwatch-notify.md')
-rw-r--r-- | doc/netwatch-notify.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/netwatch-notify.md b/doc/netwatch-notify.md index ef6f37e..78a0eed 100644 --- a/doc/netwatch-notify.md +++ b/doc/netwatch-notify.md @@ -116,6 +116,18 @@ link failure this address is not available, so use something reliable but non-essential. In this example the address `1.0.0.1` is used, the same service (Cloudflare DNS) is available at `1.1.1.1`. +### Use in combination with DNS and DoH management + +Netwatch entries can be created to work with both - this script and +[netwatch-dns](netwatch-dns.md). Just give options for both: + + / tool netwatch add comment="doh, notify, hostname=cloudflare-dns" host=1.1.1.1; + +See also +-------- + +* [Manage DNS and DoH servers from netwatch](netwatch-dns.md) + --- [◀ Go back to main README](../README.md) [▲ Go back to top](#top) |