forked from DGNum/infrastructure
fix(dns): Remove old pub.dgnum.eu
This commit is contained in:
parent
9b71232c58
commit
324c37f884
2 changed files with 3 additions and 4 deletions
|
@ -35,9 +35,9 @@ in
|
||||||
"www.interq.ens.fr" = "interq.ens.fr";
|
"www.interq.ens.fr" = "interq.ens.fr";
|
||||||
};
|
};
|
||||||
|
|
||||||
temporary = {
|
temporary =
|
||||||
"pub.dgnum.eu".to = "https://www.instagram.com/dgnum_eu/";
|
{
|
||||||
};
|
};
|
||||||
|
|
||||||
retired = mkSubs {
|
retired = mkSubs {
|
||||||
"ens.fr" = [
|
"ens.fr" = [
|
||||||
|
|
|
@ -124,7 +124,6 @@ let
|
||||||
"netbox" # Netbox
|
"netbox" # Netbox
|
||||||
"podcasts" # Castopod
|
"podcasts" # Castopod
|
||||||
"push" # Ntfy.sh
|
"push" # Ntfy.sh
|
||||||
"pub" # Url de promotion (qrcodes etc...)
|
|
||||||
|
|
||||||
# Static websites
|
# Static websites
|
||||||
"eleves"
|
"eleves"
|
||||||
|
|
Loading…
Reference in a new issue