Skip to content

Commit

Permalink
RPC binds to ipv4-mapped loopback by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
clemahieu committed Dec 22, 2014
1 parent 56c95d6 commit ce8576e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rai/cli/daemon.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
rai_daemon::daemon_config::daemon_config () :
peering_port (24000),
rpc_enable (false),
rpc_address (boost::asio::ip::address_v6::loopback ()),
rpc_address (boost::asio::ip::address_v6::v4_mapped (boost::asio::ip::address_v4::loopback ())),
rpc_port (25000),
rpc_enable_control (false)
{
Expand Down

0 comments on commit ce8576e

Please sign in to comment.