Re: [nodejs] Re: cannot get node dns program to work externally

2017-08-29 Thread Mikkel Wilson
Aaron, Listening to 127.0.0.1 and not on the other addresses would make this work on port 80 on localhost only. That's just how the TCP stack works. If you want to test this, find whatever your DHCP IP address is (`ifconfig en0`) and listen on that IP address. You should find that you can hit p

Re: [nodejs] Re: cannot get node dns program to work externally

2017-08-20 Thread Aaron Gray
Mikkel, Cheers ! Knew it had to be sometyhing simple. Stange that port 80 works with localhost 127.0.0.1 though ? Aaron On 10 August 2017 at 19:37, Mikkel Wilson wrote: > I haven't run this locally to test, but you appear to be binding only to > the localhost address: https://github.com/tjfont