This commit is contained in:
nora 2024-08-17 01:35:40 +02:00
parent 03dcb12a28
commit 52c0b6770b
2 changed files with 11 additions and 1 deletions

View file

@ -27,6 +27,11 @@ let
"v=spf1 include:_spf.protonmail.ch ~all" "v=spf1 include:_spf.protonmail.ch ~all"
]; ];
CAA = [
{ issuerCritical = false; tag = "issue"; value = "letsencrypt.org"; }
{ issuerCritical = false; tag = "issue"; value = "sectigo.com"; }
];
NS = [ NS = [
"ns1.nilstrieb.dev." "ns1.nilstrieb.dev."
"ns2.nilstrieb.dev." "ns2.nilstrieb.dev."
@ -45,7 +50,6 @@ let
cors-school = vps2 // { cors-school = vps2 // {
subdomains.api = vps2; subdomains.api = vps2;
}; };
docker = vps2;
olat = vps2; olat = vps2;
localhost.A = [ (a "127.0.0.1") ]; localhost.A = [ (a "127.0.0.1") ];
@ -53,6 +57,7 @@ let
# --- retired: # --- retired:
bisect-rustc = vps1; bisect-rustc = vps1;
blog = vps1; blog = vps1;
docker = vps1;
www = vps1; www = vps1;
uptime = vps1; uptime = vps1;
hugo-chat = vps1 // { hugo-chat = vps1 // {

View file

@ -32,6 +32,11 @@ let
"ns2.noratrieb.dev." "ns2.noratrieb.dev."
]; ];
CAA = [
{ issuerCritical = false; tag = "issue"; value = "letsencrypt.org"; }
{ issuerCritical = false; tag = "issue"; value = "sectigo.com"; }
];
subdomains = { subdomains = {
# --- NS records # --- NS records
ns1 = dns1; ns1 = dns1;