Allow CAA record for consistency with recommended conf, otherwise diagnosis unhappy

This commit is contained in:
Alexandre Aubin 2020-04-19 01:58:48 +02:00 committed by GitHub
parent ed0fee32d7
commit 25af17b9b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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'],