Skip to content

Commit

Permalink
Correct sample-btcd.conf RPC listen comment.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
davecgh committed Jan 11, 2015
1 parent c257da9 commit 22c8551
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions sample-btcd.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 22c8551

Please sign in to comment.