mirror of
https://github.com/Noratrieb/vps.git
synced 2026-01-16 17:45:14 +01:00
CAA DNS
This commit is contained in:
parent
03dcb12a28
commit
52c0b6770b
2 changed files with 11 additions and 1 deletions
|
|
@ -32,6 +32,11 @@ let
|
|||
"ns2.noratrieb.dev."
|
||||
];
|
||||
|
||||
CAA = [
|
||||
{ issuerCritical = false; tag = "issue"; value = "letsencrypt.org"; }
|
||||
{ issuerCritical = false; tag = "issue"; value = "sectigo.com"; }
|
||||
];
|
||||
|
||||
subdomains = {
|
||||
# --- NS records
|
||||
ns1 = dns1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue