bundles/powerdns: put ip addresses of secondary nameservers into allow-axfer-ips
Some checks failed
bundlewrap/pipeline/head There was a failure building this commit
Some checks failed
bundlewrap/pipeline/head There was a failure building this commit
This commit is contained in:
parent
152bb56fdd
commit
29f488c082
2 changed files with 3 additions and 0 deletions
|
@ -25,5 +25,7 @@ api-key=${api_key}
|
|||
webserver=yes
|
||||
|
||||
allow-notify-from=
|
||||
|
||||
master=yes
|
||||
allow-axfr-ips=${','.join(sorted(my_secondary_servers))}
|
||||
% endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue