make mc.chir.rs point to the correct location

This commit is contained in:
Charlotte 🦝 Delenk 2023-04-17 16:44:29 +01:00
parent c5813b255a
commit 6e24731ff4
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122

View file

@ -144,7 +144,7 @@ with dns.lib.combinators; let
SOA = {
nameServer = "ns1.chir.rs.";
adminEmail = "lotte@chir.rs";
serial = 27;
serial = 28;
};
NS = [
"ns1.chir.rs."
@ -224,7 +224,7 @@ with dns.lib.combinators; let
api = createZone {};
git = createZone {};
mail = createZone {};
mc = createZone {};
mc = createZone oracleBase;
ns1 = createZone {};
ns2 = createZone {};
ns3 = createZone oracleBase;