Switch lemmy CNAME to locum

This commit is contained in:
niten 2023-07-29 09:41:23 -07:00
parent ab27874c37
commit abd4136336
1 changed files with 5 additions and 5 deletions

View File

@ -2,22 +2,22 @@
aliases = { aliases = {
gemini = "procul.informis.land."; gemini = "procul.informis.land.";
git = "procul.informis.land."; git = "procul.informis.land.";
lem = "procul.informis.land."; lem = "locum.informis.land.";
lemmy = "procul.informis.land."; lemmy = "locum.informis.land.";
}; };
srv-records = { srv-records = {
tcp = { tcp = {
ssh = [{ ssh = [{
host = "procul.informis.land"; host = "locum.informis.land";
port = 22; port = 22;
}]; }];
http = [{ http = [{
host = "procul.informis.land"; host = "locum.informis.land";
port = 80; port = 80;
}]; }];
https = [{ https = [{
host = "procul.informis.land"; host = "locum.informis.land";
port = 443; port = 443;
}]; }];
}; };