diff options
author | EuAndreh <eu@euandre.org> | 2023-09-19 05:22:10 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-09-19 05:25:20 -0300 |
commit | 9228347a8f2e0cfffdb837d408a4e11a0c91350d (patch) | |
tree | c5b32cf3ea75fa162c4d8ce92e070f239fa2a563 | |
parent | system.scm: Explicitly disable compression (diff) | |
download | toph-9228347a8f2e0cfffdb837d408a4e11a0c91350d.tar.gz toph-9228347a8f2e0cfffdb837d408a4e11a0c91350d.tar.xz |
system.scm: Add CAA record config to knot
Notes
See CI logs with:
git notes --ref=refs/notes/ci-logs show 9228347a8f2e0cfffdb837d408a4e11a0c91350d
git notes --ref=refs/notes/ci-data show 9228347a8f2e0cfffdb837d408a4e11a0c91350d
Exit status: 0
Duration: 19
-rw-r--r-- | src/infrastructure/guix/system.scm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/infrastructure/guix/system.scm b/src/infrastructure/guix/system.scm index 89272f0..3c77f89 100644 --- a/src/infrastructure/guix/system.scm +++ b/src/infrastructure/guix/system.scm @@ -170,6 +170,10 @@ ("@" "" "IN" "A" ipv4) ("@" "" "IN" "AAAA" ipv6) + ("@" "" "IN" "CAA" "0 issue \"letsencrypt.org\"") + ("@" "" "IN" "CAA" "0 issuewild \";\"") + ("@" "" "IN" "CAA" "0 iodef \"mailto:eu@euandre.org\"") + ("mta-sts" "" "IN" "A" ipv4) ("mta-sts" "" "IN" "AAAA" ipv6) ("_mta-sts" "" "IN" "TXT" "\"v=STSv1; id=20230314\"") |