Do not use the wild card in "rpcallowip"?

0 votes
http://www.multichain.com/developers/runtime-parameters/

If you can not if , if I want to allow connection via rpc from unspecified number of ip address , do I need to prepare a proxy server ?
asked Feb 23, 2016 by anonymous

1 Answer

0 votes

If you want to allow incoming RPC connections from anywhere then you can use:

rpcallowip=0.0.0.0/0

It is strongly not recommended to do this for anything other than experimentation.

answered Feb 23, 2016 by MultiChain
...