-
help with dns.js
From
Nelgin@VERT/EOTLBBS to
All on Fri Jul 7 00:28:26 2023
This is more a Deuce or DM question but if anyone else can help, feel free.ããI cannot figure out how to use dns.js, basically...I would like to take an IP, reverse it, add a domain name and then look up against a specific server and get an A record or NXDOMAIN returned.ããFor such a simple query I suppose I could use a DIY method, but it looks likeãit should be possible but I'm having problems constructing the correct calls.ããAny helps would be appreciated.ã---ã þ Synchronet þ End Of The Line BBS - endofthelinebbs.comã
-
From
Digital Man@VERT to
Nelgin on Fri Jul 7 12:14:12 2023
Re: help with dns.jsã By: Nelgin to All on Fri Jul 07 2023 12:28 amãã > This is more a Deuce or DM question but if anyone else can help, feel free.ã >ã > I cannot figure out how to use dns.js, basically...I would like to take anã > IP, reverse it, add a domain name and then look up against a specific serverã > and get an A record or NXDOMAIN returned.ã >ã > For such a simple query I suppose I could use a DIY method, but it looksã > like it should be possible but I'm having problems constructing the correctã > calls.ã >ã > Any helps would be appreciated.ããdns.js is for asynchronous/non-blocking name look-ups. If you don't need that, then use resolve_ip() instead.ã-- ã digital man (rob)ããBreaking Bad quote #50:ãI've got your restraining order right here. [grabs crotch] Restrain this! - WWãNorco, CA WX: 73.3øF, 58.0% humidity, 3 mph SE wind, 0.00 inches rain/24hrsã---ã þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.netã
-
From
Nelgin@VERT/EOTLBBS to
Digital Man on Fri Jul 7 17:13:08 2023
Re: help with dns.jsã By: Digital Man to Nelgin on Fri Jul 07 2023 12:14:12ãã > dns.js is for asynchronous/non-blocking name look-ups. If you don't needã > that, then use resolve_ip() instead.ããThat's what I did in the end. Thanks.ã---ã þ Synchronet þ End Of The Line BBS - endofthelinebbs.comã