From 25af17b9b385b1121ae99a2cc732ce779fcc2ee8 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Sun, 19 Apr 2020 01:58:48 +0200 Subject: [PATCH] Allow CAA record for consistency with recommended conf, otherwise diagnosis unhappy --- dynette.cron.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dynette.cron.py b/dynette.cron.py index cefbe07..04eb5a1 100755 --- a/dynette.cron.py +++ b/dynette.cron.py @@ -11,7 +11,7 @@ ns1 = 'ns1.yunohost.org' rname = 'hostmaster@yunohost.org' # Responsible person (https://tools.ietf.org/html/rfc1035#section-3.3.13) allowed_operations = { - '.' : ['A', 'AAAA', 'TXT', 'MX'], + '.' : ['A', 'AAAA', 'TXT', 'MX', 'CAA'], '*.' : ['A', 'AAAA'], 'pubsub.' : ['A', 'AAAA', 'CNAME'], 'muc.' : ['A', 'AAAA', 'CNAME'],