Re: cannot get node dns program to work externally

2017-08-10 Thread Mikkel Wilson
I haven't run this locally to test, but you appear to be binding only to the localhost address: https://github.com/tjfontaine/node-dns/blob/master/examples/forwarder.js#L10 This should exhibit the symptoms you mention and allow it to work on localhost and not on remote addresses. Change this f

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

2017-08-29 Thread Mikkel Wilson
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/tjfontaine/