aboutsummaryrefslogtreecommitdiffstats
path: root/zones
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-03-21 11:10:47 +0100
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-03-21 11:10:47 +0100
commitf8071bc5cab8f60ac4e8b89874674c7a616f56cf (patch)
tree7f064faeff5e165dc9aef34671733e3fe2e6ce40 /zones
parentzones/vhack.eu: Update to actually be a drop-in replacement for netcup's servers (diff)
downloadnixos-server-f8071bc5cab8f60ac4e8b89874674c7a616f56cf.zip
zones/vhack.eu: Add the `source.vhack.eu` dns entry for the redirect
Diffstat (limited to 'zones')
-rw-r--r--zones/vhack.eu/zone.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/zones/vhack.eu/zone.nix b/zones/vhack.eu/zone.nix
index 36c71e4..0eada4e 100644
--- a/zones/vhack.eu/zone.nix
+++ b/zones/vhack.eu/zone.nix
@@ -57,7 +57,7 @@
}
];
- # https://www.rfc-editor.org/rfc/rfc7489.html#section-6.3
+ # https://www.rfc-editor.org/rfc/rfc7489.html#section-6.3
DMARC = [
{
adkim = "strict";
@@ -102,6 +102,8 @@
name-server1.CNAME = ["server2.vhack.eu."];
name-server2.CNAME = ["server3.vhack.eu."];
+ source.CNAME = ["source.vhack.eu."];
+
dav.CNAME = ["server2.vhack.eu."];
etebase.CNAME = ["server2.vhack.eu."];
git.CNAME = ["server2.vhack.eu."];