Switch lemmy CNAME to locum
This commit is contained in:
parent
ab27874c37
commit
abd4136336
|
@ -2,22 +2,22 @@
|
|||
aliases = {
|
||||
gemini = "procul.informis.land.";
|
||||
git = "procul.informis.land.";
|
||||
lem = "procul.informis.land.";
|
||||
lemmy = "procul.informis.land.";
|
||||
lem = "locum.informis.land.";
|
||||
lemmy = "locum.informis.land.";
|
||||
};
|
||||
|
||||
srv-records = {
|
||||
tcp = {
|
||||
ssh = [{
|
||||
host = "procul.informis.land";
|
||||
host = "locum.informis.land";
|
||||
port = 22;
|
||||
}];
|
||||
http = [{
|
||||
host = "procul.informis.land";
|
||||
host = "locum.informis.land";
|
||||
port = 80;
|
||||
}];
|
||||
https = [{
|
||||
host = "procul.informis.land";
|
||||
host = "locum.informis.land";
|
||||
port = 443;
|
||||
}];
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue