introduce netwatch-dns

This commit is contained in:
Christian Hesse 2022-01-02 22:21:20 +01:00
parent cd3fde59d7
commit 57c80dc2a4
8 changed files with 166 additions and 3 deletions

View file

@ -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)