fix
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2025-10-27 13:35:34 +01:00
parent 7b7fa19272
commit 0e716f2d19
2 changed files with 9 additions and 20 deletions

View File

@@ -2,15 +2,13 @@
// This file contains all zone definitions
// Primary zones
zone "whiskeylimahotel.de" using-template "standard-zone" {
zone "whiskeylimahotel.de" {
type primary;
file "whiskeylimahotel.de.zone";
};
// Add additional zones here following the same pattern:
// zone "example.com" using-template "standard-zone" {
// zone "example.com" {
// type primary;
// file "example.com.zone";
// };
//
// zone "test.org" using-template "standard-zone" {
// file "test.org.zone";
// };