diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2016-07-16 16:05:46 +0200 |
---|---|---|
committer | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2016-07-16 16:06:06 +0200 |
commit | b11d4d006854c1f6797ed503768ea0af209703e3 (patch) | |
tree | acb56fba5fa1371f219519b9808a8fd1c2ba20af /README.md | |
parent | www.gnu.org prefers https (diff) | |
download | knot-resolver-b11d4d006854c1f6797ed503768ea0af209703e3.tar.xz knot-resolver-b11d4d006854c1f6797ed503768ea0af209703e3.zip |
move URLs from http to https where supported
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -7,7 +7,7 @@ The 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 -a state-machine like API for extensions. There are three of those built-in - *iterator*, *cache*, *validator*, and most of the [rich features](http://knot-resolver.readthedocs.org/en/latest/modules.html) are written in LuaJIT, Go and C. Batteries are included, but optional. +a state-machine like API for extensions. There are three of those built-in - *iterator*, *cache*, *validator*, and most of the [rich features](https://knot-resolver.readthedocs.io/en/latest/modules.html) are written in LuaJIT, Go and C. Batteries are included, but optional. The LuaJIT modules, support for 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. @@ -45,11 +45,11 @@ The project builds a resolver library in the `lib` directory, and a daemon in th $ kresd ``` -See the documentation at [knot-resolver.readthedocs.org][doc] for more options. +See the documentation at [knot-resolver.readthedocs.io][doc] for more options. -[depends]: http://knot-resolver.readthedocs.org/en/latest/build.html -[doc]: http://knot-resolver.readthedocs.org/en/latest/index.html -[scaling]: http://knot-resolver.readthedocs.org/en/latest/daemon.html#scaling-out +[depends]: https://knot-resolver.readthedocs.io/en/latest/build.html +[doc]: https://knot-resolver.readthedocs.io/en/latest/index.html +[scaling]: https://knot-resolver.readthedocs.io/en/latest/daemon.html#scaling-out [deckard]: https://gitlab.labs.nic.cz/knot/deckard [luajit]: http://luajit.org/ [libuv]: https://github.com/libuv/libuv |