I run my IOTA node inside a VPC, behind a firewall;
I would like to be able to access the API from another host then localhost, but that is where IRI has bound:
$ cat bin/iota.ini | grep PORT
PORT = 14700
$ netstat -ln | grep 14700
tcp6 0 0 127.0.0.1:14700 :::* LISTEN
How can I make IRI bind to all IPs?