From 22c85516e7dc56c73138c95d577f4711f8aa3779 Mon Sep 17 00:00:00 2001 From: Dave Collins Date: Sun, 11 Jan 2015 16:59:28 -0600 Subject: [PATCH] Correct sample-btcd.conf RPC listen comment. The comment for the RPC listen section in the sample-btcd.conf incorrectly claimed that the default for the RPC server listener is to listen on all interfaces by default. In reality, it only listens on localhost for IPv4 and IPv6 by default. Closes #208. --- sample-btcd.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sample-btcd.conf b/sample-btcd.conf index 90dd31db..c2d1ad32 100644 --- a/sample-btcd.conf +++ b/sample-btcd.conf @@ -156,8 +156,9 @@ ; Specify the interfaces for the RPC server listen on. One listen address per ; line. NOTE: The default port is modified by some options such as 'testnet', ; so it is recommended to not specify a port and allow a proper default to be -; chosen unless you have a specific reason to do otherwise. -; All interfaces on default port (this is the default): +; chosen unless you have a specific reason to do otherwise. By default, the +; RPC server will only listen on localhost for IPv4 and IPv6. +; All interfaces on default port: ; rpclisten= ; All ipv4 interfaces on default port: ; rpclisten=0.0.0.0