4,086 questions
4,296 answers
5,598 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.