bundlewrap/bundles/powerdns/files/named.conf
Franziska Kunsmann df852e8ef9
All checks were successful
bundlewrap/pipeline/head This commit looks good
bundles/powerdns: more config, add bind backend
2020-10-16 17:44:31 +02:00

6 lines
115 B
Text

% for zone in sorted(zones):
zone "${zone}" {
file "/var/lib/powerdns/zones/${zone}";
type native;
};
% endfor