PR: 232284 Submitted by: Leo Vandewoestijne <freebsd@dns.company> (maintainer) Relnotes: https://www.knot-dns.cz/2018-08-13-version-269.html https://www.knot-dns.cz/2018-08-14-version-271.html https://www.knot-dns.cz/2018-08-29-version-272.html https://www.knot-dns.cz/2018-10-11-version-273.html
20 lines
628 B
Text
20 lines
628 B
Text
################################################################################
|
|
|
|
To start using Knot DNS, you should complete the following tasks:
|
|
|
|
cp %%ETCDIR%%/knot.conf.sample %%ETCDIR%%/knot.conf
|
|
$EDITOR %%ETCDIR%%/knot.conf
|
|
|
|
sysrc knot_enable=YES
|
|
sysrc knot_config=%%ETCDIR%%/knot.conf
|
|
service knot start
|
|
|
|
Please consult the documentation:
|
|
- man knotd
|
|
- https://www.knot-dns.cz/documentation/
|
|
|
|
When upgrading from 2.4.x read:
|
|
- https://www.knot-dns.cz/docs/2.5/html/migration.html#upgrade-2-4-x-to-2-5-x
|
|
|
|
################################################################################
|
|
|