summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorPetr Špaček <petr.spacek@nic.cz>2018-08-14 13:21:44 +0200
committerPetr Špaček <petr.spacek@nic.cz>2018-08-14 13:21:44 +0200
commit42123aad3d3a8526fd742b5e5bcba37db75ab2b4 (patch)
tree3f2e189627d2aae3c1db224f04c4e6f463d4beef /README.md
parentMerge branch 'knot-2.7' into 'master' (diff)
downloadknot-resolver-42123aad3d3a8526fd742b5e5bcba37db75ab2b4.tar.xz
knot-resolver-42123aad3d3a8526fd742b5e5bcba37db75ab2b4.zip
rebrand to "Knot Resolver"
Previously we were using names "Knot DNS Resolver" and "Knot Resolver" interchangibly and the prefix "Knot DNS" was somehow confusing users. Let's see if this rebranding actually helps or not.
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index b8f03c12..525cc81f 100644
--- a/README.md
+++ b/README.md
@@ -1,11 +1,11 @@
-# Knot DNS Resolver
+# Knot Resolver
[![Build Status](https://gitlab.labs.nic.cz/knot/knot-resolver/badges/master/pipeline.svg?x)](https://gitlab.labs.nic.cz/knot/knot-resolver/commits/master)
[![Coverage Status](https://gitlab.labs.nic.cz/knot/knot-resolver/badges/master/coverage.svg?x)](https://knot.pages.labs.nic.cz/knot-resolver/)
[![Coverity](https://img.shields.io/coverity/scan/3912.svg)](https://scan.coverity.com/projects/3912)
[![Documentation Status](https://readthedocs.org/projects/knot-resolver/badge/?version=latest)](https://readthedocs.org/projects/knot-resolver/?badge=latest)
-Knot DNS Resolver is a caching full resolver implementation written in C and [LuaJIT][luajit], both a resolver library and a daemon. The core architecture is tiny and efficient, and provides a foundation and
+Knot Resolver is a caching full resolver implementation written in C and [LuaJIT][luajit], both a resolver library and a daemon. The core architecture is tiny and efficient, and provides a foundation and
a state-machine like API for extensions. There are three modules built-in - *iterator*, *validator*, *cache*, and a few more are loaded by default. Most of the [rich features](https://knot-resolver.readthedocs.io/en/latest/modules.html) are written in Lua(JIT) and C. Batteries are included, but optional.
The LuaJIT modules, support DNS privacy and DNSSEC, and persistent cache with low memory footprint make it a great personal DNS resolver or a research tool to tap into DNS data. TL;DR it's the [OpenResty][openresty] of DNS.
@@ -35,7 +35,7 @@ Knot Resolver is also available from the following distributions' repositories.
### Building from sources
-Knot DNS Resolver mainly [depends][depends] on Knot DNS libraries, [LuaJIT][luajit] and [libuv][libuv].
+Knot Resolver mainly [depends][depends] on Knot DNS libraries, [LuaJIT][luajit] and [libuv][libuv].
See the [Building project][depends] documentation page for more information.
### Docker image