Open mave007 opened 4 years ago
If we define into the YAML the following:
dns::daemon: nsd dns::remotes: localhost: address4: 127.0.0.1 address6: '0::1' tsig_name: 'NOKEY'
The output for nsd.conf will be:
nsd.conf
pattern: name: localhost-master allow-notify: 127.0.0.1 NOKEY request-xfr: AXFR 127.0.0.1 NOKEY allow-notify: 0::1 NOKEY request-xfr: AXFR 0::1 NOKEY
It would be useful to have somehow allow-notify parameter on NSD to be empty if it is localhost.
allow-notify
It can be useful to use ldns-notify from localhost to forge a NOTIFY and trigger an AXFR. is it causing a problem?
ldns-notify
If we define into the YAML the following:
The output for
nsd.conf
will be:It would be useful to have somehow
allow-notify
parameter on NSD to be empty if it is localhost.