From 9228347a8f2e0cfffdb837d408a4e11a0c91350d Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Tue, 19 Sep 2023 05:22:10 -0300 Subject: system.scm: Add CAA record config to knot --- src/infrastructure/guix/system.scm | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src') 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\"") -- cgit v1.2.3