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

14 lines
311 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";
// };