Skip to content
Snippets Groups Projects
Verified Commit 2439f374 authored by Tomas Krizek's avatar Tomas Krizek
Browse files

doc: update readthedocs http links

parent db915f1e
Branches
Tags
1 merge request!900more user-focused docs
......@@ -59,7 +59,7 @@ See the documentation at [knot-resolver.readthedocs.io][doc] for more options.
[depends]: https://knot-resolver.readthedocs.io/en/stable/build.html
[doc]: https://knot-resolver.readthedocs.io/en/stable/index.html
[scaling]: https://knot-resolver.readthedocs.io/en/stable/daemon.html#scaling-out
[scaling]: https://knot-resolver.readthedocs.io/en/stable/systemd-multiinst.html
[deckard]: https://gitlab.labs.nic.cz/knot/deckard
[luajit]: https://luajit.org/
[libuv]: http://libuv.org
......
-- Refer to manual: https://knot-resolver.readthedocs.io/en/latest/daemon.html#configuration
-- Refer to manual: https://knot-resolver.readthedocs.io/en/stable/
-- Listen on localhost and external interface
net.listen('127.0.0.1', 5353)
net.listen('127.0.0.1', 8853, { tls = true })
......
......@@ -3,7 +3,7 @@
-- In this case cache should be made as large as possible, and prefetching turned off
-- as the resolver is busy most of the time.
-- Alternative is using `etcd` as a configuration backend.
-- Refer to manual: https://knot-resolver.readthedocs.io/en/stable/daemon.html#configuration
-- Refer to manual: https://knot-resolver.readthedocs.io/en/stable/
@config_defaults@
-- For DNS-over-HTTPS and web management when using http module
......
-- vim:syntax=lua:set ts=4 sw=4:
-- Refer to manual: https://knot-resolver.readthedocs.io/en/stable/daemon.html#configuration
-- Refer to manual: https://knot-resolver.readthedocs.io/en/stable/
-- Listen on all interfaces (localhost would not work in Docker)
net.listen('0.0.0.0')
......
-- vim:syntax=lua:set ts=4 sw=4:
-- Config file example usable for multi-user ISP resolver
-- Refer to manual: https://knot-resolver.readthedocs.io/en/stable/startguide.html#internal-resolver
-- Refer to manual: https://knot-resolver.readthedocs.io/en/stable/
@config_defaults@
-- define list of internal-only domains
......
-- vim:syntax=lua:set ts=4 sw=4:
-- Config file example usable for ISP resolver
-- Refer to manual: https://knot-resolver.readthedocs.io/en/stable/startguide.html#isp-resolver
-- Refer to manual: https://knot-resolver.readthedocs.io/en/stable/
@config_defaults@
-- Large cache size, so we don't need to flush often
......
-- vim:syntax=lua:set ts=4 sw=4:
-- Refer to manual: http://knot-resolver.readthedocs.org/en/stable/daemon.html#configuration
-- Refer to manual: https://knot-resolver.readthedocs.org/en/stable/
@config_defaults@
-- For DNS-over-HTTPS and web management when using http module
......
-- vim:syntax=lua:set ts=4 sw=4:
-- Config file example usable for privacy-preserving resolver
-- Refer to manual: https://knot-resolver.readthedocs.io/en/stable/startguide.html#personal-privacy-preserving-resolver
-- Refer to manual: https://knot-resolver.readthedocs.io/en/stable/
@config_defaults@
-- TLS server configuration
......
-- vim:syntax=lua:set ts=4 sw=4:
-- Config file with split-view for internal zone
-- Refer to manual: https://knot-resolver.readthedocs.io/en/stable/daemon.html#configuration
-- Refer to manual: https://knot-resolver.readthedocs.io/en/stable/
@config_defaults@
-- For DNS-over-HTTPS and web management when using http module
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment