blob: 42170015c2a9c137c7f563da61b917886cf28587 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
|
@node Introduction, Knot DNS Resource Requirements, Top, Top
@chapter Introduction
The reader of this document is assumed to know the principles of
Domain Name System.
@menu
* What is Knot DNS::
* Knot DNS features::
* Scope of this document::
@end menu
@node What is Knot DNS
@section What is Knot DNS
Knot DNS is a high-performance open source DNS server. It
implements only authoritative domain name service. Knot DNS
is best suited for use on TLD domains but can reliably serve
any other zones as well.
Knot DNS benefits from its multi-threaded and mostly lock-free
implementation which allows it to scale well on SMP systems and
operate non-stop even when adding or removing zones.
@node Knot DNS features
@section Knot DNS features
Knot DNS supports the following DNS features:
@itemize
@item TCP/UDP protocols
@item AXFR - master, slave
@item IXFR - master (primary master experimental), slave
@item TSIG
@item ENDS0
@item DNSSEC, including NSEC3
@item NSID
@item Unknown RR types
@end itemize
@*
Server features:
@itemize
@item Adding/removing zones on-the-fly
@item Reconfiguring server instance on-the-fly
@item IPv4 / IPv6 support
@item Semantic checks of zones
@end itemize
@*
For more info and downloads see
@url{http://www.knot-dns.cz, www.knot-dns.cz}.
Git repository:
@url{git://git.nic.cz/knot-dns.git, git://git.nic.cz/knot-dns.git}
Knot DNS issue tracker:
@url{https://git.nic.cz/redmine/projects/knot-dns,
git.nic.cz/redmine/projects/knot-dns}
Knot DNS users mailing list:
@url{mailto:knot-dns-users@@lists.nic.cz, knot-dns-users@@lists.nic.cz}
@node Scope of this document
@section Scope of this document
This document covers the basic information on installing,
configuring and troubleshooting the Knot DNS server.
|