Knot DNS is a high-performance authoritative DNS server
1M+
config - Server configuration file locationstorage - Zone data, KASP storage, and server configuration database locationrundir - Server control socket, PID file, and D-Bus socket locationdocker run --rm cznic/knot kdig @1.1.1.1 knot-dns.cz
docker run --rm cznic/knot kdig @dns.adguard.com AAAA knot-dns.cz +dnssec +quic
docker run --rm -v /tmp/storage:/storage cznic/knot knotc conf-init
docker run --rm -v /tmp/storage:/storage -v /tmp/rundir:/rundir --network host --name knot -d cznic/knot knotd
docker run -it --rm -v /tmp/rundir:/rundir cznic/knot knotc
knotc> conf-begin
knotc> conf-set server.listen 127.0.0.1@5300
knotc> conf-commit
knotc> exit
docker container restart knot
kdig @127.0.0.1 -p5300 ch txt version.server
docker container stop knot
docker run --rm -v /tmp/storage:/storage -v /tmp/rundir:/rundir --network host -d cznic/knot sh -c "dbus-daemon --system; knotd"
Content type
Image
Digest
sha256:056c3ccb8…
Size
50.7 MB
Last updated
about 1 month ago
docker pull cznic/knot