4,166 questions
4,379 answers
5,732 comments
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.