drop key stuff, not working with hetzner
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
2025-10-27 17:35:41 +01:00
parent 7c2e4c4270
commit 34cd8fedfb
3 changed files with 0 additions and 27 deletions

View File

@@ -1,21 +1,9 @@
// Zone Configurations
// This file contains all zone definitions
// TSIG Key for whiskeylimahotel.de zone transfers
key "whiskeylimahotel.de.93.241.86.156" {
algorithm hmac-sha256;
secret "REPLACE_WITH_YOUR_BASE64_ENCODED_KEY";
};
// ACL for whiskeylimahotel.de zone transfers
acl "whiskeylimahotel-secondaries" {
key "whiskeylimahotel.de.93.241.86.156";
};
// Primary zones
zone "whiskeylimahotel.de" {
type primary;
file "whiskeylimahotel.de.zone";
allow-transfer { "whiskeylimahotel-secondaries"; };
};