From 8b806d14db93dd6771e4f8b96e53a636cb513962 Mon Sep 17 00:00:00 2001
From: androlo <andreas@erisindustries.com>
Date: Mon, 22 Jun 2015 23:03:40 +0200
Subject: [PATCH] fix

---
 server/config.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/server/config.go b/server/config.go
index 919d636c..a3e012a9 100644
--- a/server/config.go
+++ b/server/config.go
@@ -61,7 +61,7 @@ func DefaultServerConfig() *ServerConfig {
 	kp := ""
 	return &ServerConfig{
 		Bind: Bind{
-			Address: "localhost",
+			Address: "",
 			Port:    1337,
 		},
 		TLS: TLS{TLS: false,
-- 
GitLab