mirror of
https://github.com/YunoHost/dynette.git
synced 2024-09-03 20:06:17 +02:00
make python script configurable
This commit is contained in:
parent
2deb68503e
commit
27c8691c32
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ allowed_operations = {
|
||||||
'.' : ['A', 'TXT', 'MX'],
|
'.' : ['A', 'TXT', 'MX'],
|
||||||
'pubsub.' : ['A'],
|
'pubsub.' : ['A'],
|
||||||
'muc.' : ['A'],
|
'muc.' : ['A'],
|
||||||
'vjud' : ['A'],
|
'vjud.' : ['A'],
|
||||||
'_xmpp-client._tcp.' : ['SRV'],
|
'_xmpp-client._tcp.' : ['SRV'],
|
||||||
'_xmpp-server._tcp.' : ['SRV']
|
'_xmpp-server._tcp.' : ['SRV']
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue