forked from DGNum/infrastructure
feat(dns): Add CNAME for traque.dgnum.eu
This commit is contained in:
parent
a43e10d77d
commit
d35a3a623b
1 changed files with 3 additions and 0 deletions
|
@ -37,6 +37,9 @@ let
|
||||||
"web02.dmi01.infra" = "web02.rat01.infra";
|
"web02.dmi01.infra" = "web02.rat01.infra";
|
||||||
"compute01.par01.infra" = "compute01.pav01.infra";
|
"compute01.par01.infra" = "compute01.pav01.infra";
|
||||||
"storage01.par01.infra" = "storage01.pav01.infra";
|
"storage01.par01.infra" = "storage01.pav01.infra";
|
||||||
|
|
||||||
|
# Miscelleanous redirections
|
||||||
|
"traque" = "traque.katvayor.net";
|
||||||
};
|
};
|
||||||
|
|
||||||
hosted = fuseAttrs (
|
hosted = fuseAttrs (
|
||||||
|
|
Loading…
Reference in a new issue