bundlewrap/bundles/powerdns/files/named.conf
Franzi 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

7 lines
115 B
Plaintext

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