# # knot.min.conf # # This is a sample of a minimal configuration file for Knot DNS. # # For exhaustive list of all options see samples/knot.full.conf # in the source directory. # system { identity "Knot DNS minimal configuration"; storage "/tmp/knot-minimal"; } interfaces { ipv4 { address 127.0.0.1@53533; } } zones { example.com { file "samples/example.com.zone"; } } log { stdout { any info, notice; } stderr { any debug, warning, error; } syslog {} file "/tmp/knot-minimal/knotd.log" { any all; } }