Hide ip change

This commit is contained in:
Ruud
2012-09-25 11:10:49 +02:00
parent 0f1e8eeff9
commit 0132012276

View File

@@ -27,6 +27,7 @@ config = [{
'name': 'host',
'advanced': True,
'default': '0.0.0.0',
'hidden': True,
'label': 'IP',
'description': 'Host that I should listen to. "0.0.0.0" listens to all ips.',
},