Files
bind/zones.conf
2025-10-26 21:42:42 +01:00

16 lines
424 B
Plaintext

// Zone Configurations
// This file contains all zone definitions
// Primary zones
zone "whiskeylimahotel.de" using-template "standard-zone" {
file "whiskeylimahotel.de.zone";
};
// Add additional zones here following the same pattern:
// zone "example.com" using-template "standard-zone" {
// file "example.com.zone";
// };
//
// zone "test.org" using-template "standard-zone" {
// file "test.org.zone";
// };