commit 7c41e96a81886592d5cb9e00459e9b7428b4da5c
parent 414d6d6e9445d91371e343978f7b135289d9e0d8
Author: Leah (ctucx) <leah@ctu.cx>
Date: Sun, 29 May 2022 22:49:35 +0200
parent 414d6d6e9445d91371e343978f7b135289d9e0d8
Author: Leah (ctucx) <leah@ctu.cx>
Date: Sun, 29 May 2022 22:49:35 +0200
dns-zones: add wifionic.de
2 files changed, 14 insertions(+), 0 deletions(-)
diff --git a/configurations/services/bind/default.nix b/configurations/services/bind/default.nix @@ -32,6 +32,10 @@ in { file = "${dns-zones}/trans-agenda.de.zone"; master = true; }; + "wifionic.de" = { + file = "${dns-zones}/wifionic.de.zone"; + master = true; + }; }; };
diff --git a/configurations/services/bind/dns-zones/wifionic.de.zone b/configurations/services/bind/dns-zones/wifionic.de.zone @@ -0,0 +1,10 @@ +@ IN SOA ns1.ctu.cx. wifionice.de (2205291932 7200 900 1209600 86400) +@ IN NS ns1.ctu.cx. +@ IN NS ns2.ctu.cx. + +@ 3600 IN A 185.232.70.80 +@ 3600 IN AAAA 2a03:4000:4e:af1::1 + +@ 3600 IN MX 10 osterei.ctu.cx. +@ 3600 IN TXT "v=spf1 a mx ip4:185.232.70.80 +ip6:2a03:4000:4e:af1::1 ~all" +_dmarc 3600 IN TXT "v=DMARC1; p=none"