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'
|
ns2 = 'hostmaster.yunohost.org'
|
||||||
|
|
||||||
allowed_operations = {
|
allowed_operations = {
|
||||||
'.' : ['A', 'TXT', 'MX'],
|
'.' : ['A', 'AAAA', 'TXT', 'MX'],
|
||||||
'pubsub.' : ['A'],
|
'pubsub.' : ['A', 'AAAA'],
|
||||||
'muc.' : ['A'],
|
'muc.' : ['A', 'AAAA'],
|
||||||
'vjud.' : ['A'],
|
'vjud.' : ['A', 'AAAA'],
|
||||||
'_xmpp-client._tcp.' : ['SRV'],
|
'_xmpp-client._tcp.' : ['SRV'],
|
||||||
'_xmpp-server._tcp.' : ['SRV']
|
'_xmpp-server._tcp.' : ['SRV']
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue