hotfix bunny

This commit is contained in:
Charlotte 🦝 Delenk 2022-11-28 12:31:04 +01:00
parent 90d38b46aa
commit 590256b9ec
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122

View file

@ -102,7 +102,7 @@ with dns.lib.combinators; let
SOA = {
nameServer = "ns1.chir.rs.";
adminEmail = "lotte@chir.rs";
serial = 18;
serial = 19;
};
NS = [
"ns1.chir.rs."
@ -182,7 +182,7 @@ with dns.lib.combinators; let
hydra = createZone {};
mastodon = createZone {};
mastodon-assets.CNAME = [
"assets-chir-rs.b-cdn.net"
"assets-chir-rs.b-cdn.net."
];
matrix = createZone {};
drone = createZone {};
@ -190,7 +190,7 @@ with dns.lib.combinators; let
akko = createZone {};
moa = createZone {};
cache.CNAME = [
"cache-chir-rs.b-cdn.net"
"cache-chir-rs.b-cdn.net."
];
peertube = createZone {};