Add configuration support for peer_private.

This commit is contained in:
Arthur Britto
2012-11-20 14:47:55 -08:00
parent a014bc5843
commit ea00a2d0d0
3 changed files with 15 additions and 2 deletions

View File

@@ -76,6 +76,11 @@
# [peer_port]:
# Port to bind to allow external connections from peers.
#
# [peer_private]:
# 0 or 1.
# 0: allow peers to broadcast your address. [default]
# 1: request peers not broadcast your address.
#
# [rpc_ip]:
# IP address or domain to bind to allow insecure RPC connections.
# Defaults to not allow RPC connections.
@@ -84,7 +89,8 @@
# Port to bind to if allowing insecure RPC connections.
#
# [rpc_allow_remote]:
# 0 or 1. 0 only allows RPC connections from 127.0.0.1. [default 0]
# 0 or 1.
# 0: only allows RPC connections from 127.0.0.1. [default]
#
# [websocket_ip]:
# IP address or domain to bind to allow client connections.