Hi list,
This was a very good question, as for example we have sometimes
investigated the possibility to dynamically configure zones by incoming
notify messages. This leads me to a question, whether or not Knot is
going to support catalog zones? Or is the whole catalog zone concept
only Bind specific feature?
Antti
On 13.06.2018 00:43, Mark Jeftovic wrote:
Hi, just getting up to speedon knotDNS and trying to
get dynamically
added secondaries working via bootstrapping.
My understanding is when the server receives a notify from an authorized
master, if it is not already in the zone like it will add it and AXFR
it, right?
In my conf:
acl:
- id: "acl_master"
address: "64.68.198.83"
address: "64.68.198.91"
action: "notify"
remote:
- id: "master"
address: "64.68.198.83@53"
address: "64.68.198.91@53"
But whenever I send NOTIFY from either of those masters, nothing happens
on the knotDNS side. I have my logging as:
log:
- target: "syslog"
any: "debug"
Thx
- mark