Merge pull request #78 from DarkKirb/hotfix-bunny

hotfix bunny
This commit is contained in:
Charlotte 🦝 Delenk 2022-11-28 13:21:18 +01:00 committed by GitHub
commit 0b4bebe259
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 {};