From b31849d49525f7d461c1182eb9e178e8150260c6 Mon Sep 17 00:00:00 2001 From: Jae Kwon Date: Wed, 22 Apr 2015 10:40:31 -0700 Subject: [PATCH] expose RPC by default. We'll whitelist it later. --- config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.go b/config/config.go index e31dba575..d307bd054 100644 --- a/config/config.go +++ b/config/config.go @@ -55,7 +55,7 @@ Level = "debug" [RPC.HTTP] # For the RPC API HTTP server. Port required. -ListenAddr = "127.0.0.1:8081" +ListenAddr = "0.0.0.0:8081" [Alert] # TODO: Document options