aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Polden <mpolden@mpolden.no>2020-01-12 00:08:30 +0100
committerMartin Polden <mpolden@mpolden.no>2020-01-12 00:08:51 +0100
commit1b49f50c10f7424428a0dd2643823eaee798578c (patch)
treedb98a631180dda59a09e4de946240ee7a66f403a
parent8f942b848ee4ed8cc06bdfe7107b3358cee0e39b (diff)
Update readme
-rw-r--r--README.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/README.md b/README.md
index 49e025c..8874e5c 100644
--- a/README.md
+++ b/README.md
@@ -16,6 +16,7 @@ configure.
[Pi-hole](https://github.com/pi-hole/pi-hole).
* **Fast**: Efficient filtering and caching of DNS requests. With pre-fetching
enabled, cached requests will never block waiting for the upstream resolver.
+ Asynchronous persistent caching is also supported.
* **Reliable**: Built with Go and [miekg/dns](https://github.com/miekg/dns) - a
mature DNS library.
* **Secure**: Protect your DNS requests from snooping and tampering using [DNS
@@ -23,8 +24,8 @@ configure.
HTTPS](https://en.wikipedia.org/wiki/DNS_over_HTTPS) for upstream resolvers.
* **Self-contained**: Zero run-time dependencies makes _zdns_ easy to deploy and
maintain.
-* **Observable**: _zdns_ supports DNS logging which makes it easy to observe what's
- going on your network.
+* **Observable**: _zdns_ features DNS logging and metrics which makes it easy to
+ observe what's going on your network.
* **Portable**: Run it on your VPS, container, laptop, Raspberry Pi or home
router. Runs on all platforms supported by Go.
@@ -117,7 +118,7 @@ Clear the cache:
```shell
$ curl -s -XDELETE 'http://127.0.0.1:8053/cache/v1/' | jq .
{
- "message": "Cleared cache"
+ "message": "Cleared cache."
}
```