bundles/powerdns: more config, add bind backend
All checks were successful
bundlewrap/pipeline/head This commit looks good
All checks were successful
bundlewrap/pipeline/head This commit looks good
This commit is contained in:
parent
fa67bd13f4
commit
df852e8ef9
6 changed files with 124 additions and 3 deletions
2
bundles/powerdns/files/bind.conf
Normal file
2
bundles/powerdns/files/bind.conf
Normal file
|
@ -0,0 +1,2 @@
|
|||
launch+=bind
|
||||
bind-config=/etc/powerdns/named.conf
|
6
bundles/powerdns/files/named.conf
Normal file
6
bundles/powerdns/files/named.conf
Normal file
|
@ -0,0 +1,6 @@
|
|||
% for zone in sorted(zones):
|
||||
zone "${zone}" {
|
||||
file "/var/lib/powerdns/zones/${zone}";
|
||||
type native;
|
||||
};
|
||||
% endfor
|
|
@ -1,3 +1,16 @@
|
|||
launch=bind,psql
|
||||
|
||||
launch=
|
||||
include-dir=/etc/powerdns/pdns.d
|
||||
|
||||
api=yes
|
||||
api-key=${api_key}
|
||||
webserver=yes
|
||||
|
||||
disable-syslog=yes
|
||||
log-timestamp=no
|
||||
|
||||
max-tcp-connections=500
|
||||
max-tcp-connections-per-client=10
|
||||
|
||||
security-poll-suffix=
|
||||
|
||||
server-id=${node.name}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue