I’m running cloud9 on my own server. I use command node c9sdk/server.js --listen 0.0.0.0 --port 80 -a aa:aaa -w ~
but the console info shows inner ip 10.169.237.161
. In the meantime I could visit ide via outer ip. When I running it on another server with the same command it shows correct outer ip. So is this a bug?
root@ddd:~# node c9sdk/server.js --listen 0.0.0.0 --port 80 -a aa:aaa -w ~
Starting standalone
Connect server listening at http://10.169.237.161:80
Using basic authentication
CDN: version standalone initialized /root/c9sdk/build
Started '/root/c9sdk/configs/standalone' with config 'standalone'!
Cloud9 is up and running