From 33a14f358bfbc0e4f8e0dd6900ea3ad1191d909b Mon Sep 17 00:00:00 2001 From: "Justin Clark-Casey (justincc)" Date: Wed, 11 Mar 2015 22:44:26 +0000 Subject: [PATCH] minor: Change InternalAddress in Regions.ini.example from 127.0.0.1 to more normal 0.0.0.0 --- bin/Regions/Regions.ini.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/Regions/Regions.ini.example b/bin/Regions/Regions.ini.example index 1e65d2b122..c4315e32a1 100644 --- a/bin/Regions/Regions.ini.example +++ b/bin/Regions/Regions.ini.example @@ -18,7 +18,7 @@ RegionUUID = "11111111-2222-3333-4444-555555555555" Location = "1000,1000" -InternalAddress = "127.0.0.1" +InternalAddress = "0.0.0.0" InternalPort = 9000 AllowAlternatePorts = False ExternalHostName = "SYSTEMIP"