make python script configurable

This commit is contained in:
Kload 2013-06-17 08:11:03 +00:00
parent 2deb68503e
commit 27c8691c32

View file

@ -15,7 +15,7 @@ allowed_operations = {
'.' : ['A', 'TXT', 'MX'],
'pubsub.' : ['A'],
'muc.' : ['A'],
'vjud' : ['A'],
'vjud.' : ['A'],
'_xmpp-client._tcp.' : ['SRV'],
'_xmpp-server._tcp.' : ['SRV']
}