mirror of
https://github.com/YunoHost/dynette.git
synced 2024-09-03 20:06:17 +02:00
[fix] (microdecision) https://i.imgur.com/bepXT.gifv
This commit is contained in:
parent
ca135295d7
commit
425ed1c6f2
1 changed files with 3 additions and 3 deletions
|
@ -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']
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue