From 618653f40d8e6626cc762f3c3ecf79576321555f Mon Sep 17 00:00:00 2001 From: Gregory Eremin Date: Thu, 7 Jul 2016 21:16:42 +0200 Subject: [PATCH] Bind carbonlink to all interfaces --- configs/carbon.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/carbon.toml b/configs/carbon.toml index ec20b25..773865a 100644 --- a/configs/carbon.toml +++ b/configs/carbon.toml @@ -47,7 +47,7 @@ enabled = false max-message-size = 67108864 [carbonlink] -listen = "127.0.0.1:7002" +listen = ":7002" enabled = true # Close inactive connections after "read-timeout" read-timeout = "30s"