All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
14 lines
313 B
Plaintext
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";
|
|
// }; |