Hi Marek,
Dne 6.8.2013 17:17, Marek Vavrusa napsal(a):
I am thinking of disallowing unquoted strings in the
next release, hope there's no big fan of this. Is there?
Do you mean that config file should look like this?
---cut---
remotes {
"slave0" {
address 203.0.113.1@53;
}
"slave1" {
address 198.51.100.1@53;
}
}
zones {
"example.com" {
file "/etc/knot/example.com.zone";
xfr-out "slave0", "slave1";
notify-out "slave0", "slave1";
}
}
---cut---
In that case, I would vote for keeping unquoted strings allowed.
However, if quoting would be required only in possibly ambiguos fields,
I would have no problem with that.
Cheers,
Ondřej Caletka