commit 9410bfbff531ed91e0d1938e1ed0412a72d7ba4d parent 8c52fd25e6bb5e98e444c485aabe0da73e0a38da Author: Frederic Cambus <fred@statdns.com> Date: Mon, 25 Mar 2019 12:33:01 +0100 Update README to mention tested platforms, and reflect reality. Diffstat:
M | README.md | | | 5 | +++-- |
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md @@ -17,6 +17,9 @@ StatZone uses the CMake build system and requires uthash header files. cmake .. make +StatZone has been sucessfully built and tested on OpenBSD and Linux with +both Clang and GCC. + ## Usage statzone [-hv] file @@ -43,8 +46,6 @@ Currently implemented features: - Counting IDNs domains - Counting domains -- Outputting name servers list + number of zones served for each name server - ## License StatZone is released under the BSD 2-Clause license. See `LICENSE` file for