1
0
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:
grossmj 2014-03-30 21:31:41 -06:00
parent bb2c25da5c
commit ab02925f98

View File

@ -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