bundles/powerdns: we don't need the node names of primary nameservers
This commit is contained in:
parent
43bd6b4774
commit
7a3e3ad68f
2 changed files with 21 additions and 7 deletions
|
@ -14,7 +14,8 @@ server-id=${my_hostname}
|
|||
default-ttl=60
|
||||
|
||||
% if is_secondary:
|
||||
# Primary servers: ${', '.join(sorted(my_primary_servers['nodes']))}
|
||||
allow-notify-from=${','.join(sorted(my_primary_servers))}
|
||||
|
||||
slave=yes
|
||||
superslave=yes
|
||||
allow-notify-from=${','.join(sorted(my_primary_servers['ips']))}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue