mirror of
https://github.com/YunoHost/dynette.git
synced 2024-09-03 20:06:17 +02:00
Allow CAA record for consistency with recommended conf, otherwise diagnosis unhappy
This commit is contained in:
parent
ed0fee32d7
commit
25af17b9b3
1 changed files with 1 additions and 1 deletions
|
@ -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'],
|
||||
|
|
Loading…
Reference in a new issue