[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 })
-- 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