Files
bind/zones.conf
Wolfgang Hottgenroth 6b6e5d969b
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
fix 2
2025-10-27 13:38:34 +01:00

14 lines
313 B
Plaintext

// Zone Configurations
// This file contains all zone definitions
// Primary zones
zone "whiskeylimahotel.de" {
type primary;
file "whiskeylimahotel.de.zone";
};
// Add additional zones here following the same pattern:
// zone "example.com" {
// type primary;
// file "example.com.zone";
// };