This commit is contained in:
Alexandre Aubin 2017-07-20 17:04:37 +02:00 committed by GitHub
parent ca135295d7
commit 425ed1c6f2

View file

@ -11,14 +11,14 @@ rname = 'hostmaster@yunohost.org' # Responsible person (https://tools.ietf.o
allowed_operations = {
'.' : ['A', 'AAAA', 'TXT', 'MX'],
'*' : ['A', 'AAAA'],
'*.' : ['A', 'AAAA'],
'pubsub.' : ['A', 'AAAA', 'CNAME'],
'muc.' : ['A', 'AAAA', 'CNAME'],
'vjud.' : ['A', 'AAAA', 'CNAME'],
'_xmpp-client._tcp.' : ['SRV'],
'_xmpp-server._tcp.' : ['SRV'],
'mail._domainkey' : ['TXT'],
'_dmarc' : ['TXT']
'mail._domainkey.' : ['TXT'],
'_dmarc.' : ['TXT']
}