Franziska Kunsmann
fbb8840dff
All checks were successful
bundlewrap/pipeline/head This commit looks good
6 lines
119 B
Text
6 lines
119 B
Text
% for zone in sorted(zones):
|
|
zone "${zone}" {
|
|
file "/var/lib/powerdns/zones/${zone}";
|
|
type native;
|
|
};
|
|
% endfor
|