From 1d211013e6e16a90cf9fe6a10255d687a83b5273 Mon Sep 17 00:00:00 2001 From: Jim Hague Date: Tue, 23 Jan 2018 17:55:15 +0000 Subject: [PATCH] Update top level README to include getdns_server_mon in its outline of tools. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index aacfc289..a01b8236 100644 --- a/README.md +++ b/README.md @@ -87,10 +87,11 @@ If you are building from git, you need to do the following before building: # autoreconf -fi -As well as building the getdns library two other tools may be installed: +As well as building the getdns library three other tools may be installed: * getdns_query: a command line test script wrapper for getdns * stubby: an experimental DNS Privacy enabled client +* getdns_server_mon: test DNS server function and capabilities Note: If you only want to build stubby, then use the `--with-stubby` option when running 'configure'.