summaryrefslogtreecommitdiffstats
path: root/model/utils.go
diff options
context:
space:
mode:
authorJoram Wilander <jwawilander@gmail.com>2015-06-18 14:59:22 -0400
committerJoram Wilander <jwawilander@gmail.com>2015-06-18 14:59:22 -0400
commitc64f5eae55e1665681ee7a1b60d3192a54df9f84 (patch)
treeeef49438d1b617e71a29e77e22859ed925926966 /model/utils.go
parentf1dbf69c767cfa5514cfcc7c3e505d5cd4ed35b3 (diff)
parenta5ce5972ba527ce2617ccb539ef045f1f425c373 (diff)
downloadchat-c64f5eae55e1665681ee7a1b60d3192a54df9f84.tar.gz
chat-c64f5eae55e1665681ee7a1b60d3192a54df9f84.tar.bz2
chat-c64f5eae55e1665681ee7a1b60d3192a54df9f84.zip
Merge pull request #30 from mattermost/dockerhost
fix for dockerhost HELIUM
Diffstat (limited to 'model/utils.go')
-rw-r--r--model/utils.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/model/utils.go b/model/utils.go
index 8b597000a..2541247de 100644
--- a/model/utils.go
+++ b/model/utils.go
@@ -160,6 +160,7 @@ var reservedDomains = []string{
"channel",
"internal",
"localhost",
+ "dockerhost",
"stag",
"post",
"cluster",