From 921f4f95004e59eda6637f37a35148d4464d2d51 Mon Sep 17 00:00:00 2001 From: Justin Clark-Casey (justincc) Date: Wed, 11 Mar 2015 22:44:26 +0000 Subject: 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(-) (limited to 'bin/Regions') diff --git a/bin/Regions/Regions.ini.example b/bin/Regions/Regions.ini.example index 1e65d2b..c4315e3 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" -- cgit v1.1