Private GIT

Skip to content
Snippets Groups Projects
Commit ff309b16 authored by Nic Wolfe's avatar Nic Wolfe
Browse files

Revert "Enable IPv6 operation"

This reverts commit 9966e481.
parent 9966e481
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@ def initWebServer(options = {}):
# cherrypy setup
cherrypy.config.update({
'server.socket_port': options['port'],
'server.socket_host': '::',
'server.socket_host': '0.0.0.0',
'log.screen': False,
})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment