We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
No branches or pull requests
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.The text was updated successfully, but these errors were encountered: