4,156 questions
4,369 answers
5,718 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.