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