mirror of
https://github.com/GNS3/gns3-server
synced 2024-11-13 20:08:55 +00:00
Dynamips default host binding set to 127.0.0.1
This commit is contained in:
parent
bb2c25da5c
commit
ab02925f98
@ -115,7 +115,7 @@ class Dynamips(IModule):
|
||||
self._tempdir = kwargs["temp_dir"]
|
||||
self._working_dir = self._projects_dir
|
||||
self._dynamips = ""
|
||||
self._default_host = "0.0.0.0"
|
||||
self._default_host = "127.0.0.1"
|
||||
|
||||
if not sys.platform.startswith("win32"):
|
||||
#FIXME: pickle issues Windows
|
||||
|
Loading…
Reference in New Issue
Block a user