mirror of
https://github.com/YunoHost/dynette.git
synced 2024-09-03 20:06:17 +02:00
[enh] Allow AAAA records
This commit is contained in:
parent
47223565d6
commit
75956c2d33
1 changed files with 4 additions and 4 deletions
|
@ -9,10 +9,10 @@ ns1 = 'dynhost.yunohost.org' # Name servers
|
|||
ns2 = 'hostmaster.yunohost.org'
|
||||
|
||||
allowed_operations = {
|
||||
'.' : ['A', 'TXT', 'MX'],
|
||||
'pubsub.' : ['A'],
|
||||
'muc.' : ['A'],
|
||||
'vjud.' : ['A'],
|
||||
'.' : ['A', 'AAAA', 'TXT', 'MX'],
|
||||
'pubsub.' : ['A', 'AAAA'],
|
||||
'muc.' : ['A', 'AAAA'],
|
||||
'vjud.' : ['A', 'AAAA'],
|
||||
'_xmpp-client._tcp.' : ['SRV'],
|
||||
'_xmpp-server._tcp.' : ['SRV']
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue