Skip to content
Snippets Groups Projects
Commit 9be16565 authored by Marek Vavrusa's avatar Marek Vavrusa
Browse files

Updated config files, added minimal config file.

parent 498c9c38
No related branches found
No related tags found
No related merge requests found
system {
identity "Knot 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; }
}
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment