mirror of
https://github.com/GNS3/gns3-server.git
synced 2024-11-16 16:54:51 +02:00
Server listen to 0.0.0.0 by default.
This commit is contained in:
parent
30c452e938
commit
648850c411
@ -82,7 +82,7 @@ def parse_arguments(argv, config):
|
||||
"""
|
||||
|
||||
defaults = {
|
||||
"host": config.get("host", "127.0.0.1"),
|
||||
"host": config.get("host", "0.0.0.0"),
|
||||
"port": config.get("port", 8000),
|
||||
"ssl": config.getboolean("ssl", False),
|
||||
"certfile": config.get("certfile", ""),
|
||||
|
Loading…
Reference in New Issue
Block a user