hotfix bunny
This commit is contained in:
parent
90d38b46aa
commit
590256b9ec
1 changed files with 3 additions and 3 deletions
|
@ -102,7 +102,7 @@ with dns.lib.combinators; let
|
||||||
SOA = {
|
SOA = {
|
||||||
nameServer = "ns1.chir.rs.";
|
nameServer = "ns1.chir.rs.";
|
||||||
adminEmail = "lotte@chir.rs";
|
adminEmail = "lotte@chir.rs";
|
||||||
serial = 18;
|
serial = 19;
|
||||||
};
|
};
|
||||||
NS = [
|
NS = [
|
||||||
"ns1.chir.rs."
|
"ns1.chir.rs."
|
||||||
|
@ -182,7 +182,7 @@ with dns.lib.combinators; let
|
||||||
hydra = createZone {};
|
hydra = createZone {};
|
||||||
mastodon = createZone {};
|
mastodon = createZone {};
|
||||||
mastodon-assets.CNAME = [
|
mastodon-assets.CNAME = [
|
||||||
"assets-chir-rs.b-cdn.net"
|
"assets-chir-rs.b-cdn.net."
|
||||||
];
|
];
|
||||||
matrix = createZone {};
|
matrix = createZone {};
|
||||||
drone = createZone {};
|
drone = createZone {};
|
||||||
|
@ -190,7 +190,7 @@ with dns.lib.combinators; let
|
||||||
akko = createZone {};
|
akko = createZone {};
|
||||||
moa = createZone {};
|
moa = createZone {};
|
||||||
cache.CNAME = [
|
cache.CNAME = [
|
||||||
"cache-chir-rs.b-cdn.net"
|
"cache-chir-rs.b-cdn.net."
|
||||||
];
|
];
|
||||||
peertube = createZone {};
|
peertube = createZone {};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue