On 20/12/2013 23:57, Anand Buddhdev wrote:
Hello Knot developers,
I appear to have run into a bug. I'm trying to run Knot 1.3.4, and the
zones section of my config looks like this:
zones {
ripe.net { file "ripe.net.zone"; xfr-in admin; notify-in admin; }
nro.net { file "nro.net.zone"; xfr-in admin; notify-in admin; }
...
...
...
include "/etc/knot/ns.ripe.net.zones";
}
Okay, I fixed this error by removing the semicolon at the end of the
include statement. The documentation examples all have a semicolon, so I
used one, but it seems that inside the zones section, it is not needed.
Anand