forked from DGNum/infrastructure
feat(meta.dns): Update
This commit is contained in:
parent
ce0dfe5431
commit
1c261e5178
1 changed files with 5 additions and 5 deletions
10
meta/dns.nix
10
meta/dns.nix
|
@ -30,6 +30,9 @@ let
|
||||||
webmail = "kurisu.dual.lahfa.xyz.";
|
webmail = "kurisu.dual.lahfa.xyz.";
|
||||||
|
|
||||||
"*.cal" = "cal.dgnum.eu.";
|
"*.cal" = "cal.dgnum.eu.";
|
||||||
|
"retired" = "web-static";
|
||||||
|
"eleves" = "web-static";
|
||||||
|
"qr" = "web-static";
|
||||||
};
|
};
|
||||||
|
|
||||||
hosted = fuseAttrs (
|
hosted = fuseAttrs (
|
||||||
|
@ -73,7 +76,7 @@ let
|
||||||
"*.cdn"
|
"*.cdn"
|
||||||
"*.s3"
|
"*.s3"
|
||||||
# Peertube
|
# Peertube
|
||||||
"video"
|
"videos"
|
||||||
];
|
];
|
||||||
|
|
||||||
web01 = [
|
web01 = [
|
||||||
|
@ -86,10 +89,7 @@ let
|
||||||
# Metis
|
# Metis
|
||||||
"calendrier"
|
"calendrier"
|
||||||
# Static websites
|
# Static websites
|
||||||
"retired"
|
"web-static"
|
||||||
"eleves"
|
|
||||||
"qr"
|
|
||||||
"retired"
|
|
||||||
# Crab Fit
|
# Crab Fit
|
||||||
"api.meet"
|
"api.meet"
|
||||||
"meet"
|
"meet"
|
||||||
|
|
Loading…
Reference in a new issue