mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 10:46:00 +08:00
Change the default for internal IP address back to 0.0.0.0
This commit is contained in:
@@ -496,7 +496,7 @@ namespace OpenSim.Framework
|
||||
}
|
||||
else
|
||||
{
|
||||
address = IPAddress.Parse(MainConsole.Instance.CmdPrompt("Internal IP address", "127.0.0.1"));
|
||||
address = IPAddress.Parse(MainConsole.Instance.CmdPrompt("Internal IP address", "0.0.0.0"));
|
||||
config.Set("InternalAddress", address.ToString());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user