Courses
Tutorials
Practice
Data Structure
Java
Python
HTML
Interview Preparation
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
SQL
Web Development
System Design
Aptitude
GfG Premium
Similar Topics
Web Technologies
37.4K+ articles
DSA
22.8K+ articles
Python
21.3K+ articles
Experiences
16.6K+ articles
Interview Experiences
14.2K+ articles
JavaScript
12.2K+ articles
School Learning
11.5K+ articles
Java
10.8K+ articles
Misc
8.8K+ articles
Node.js
3.5K+ articles
Node.js-dns-module
27 posts
Recent Articles
Popular Articles
Node.js dns.resolveNs() Method
Last Updated: 13 October 2021
The dns.resolveNs() method is an inbuilt application programming interface of the dns module which is used to resolve NS or name server records for the specified hostname...
read more
Web Technologies
Node.js
Node.js-dns-module
Node.js dns.resolvePtr() Method
Last Updated: 13 October 2021
The dns.resolvePtr() method is an inbuilt application programming interface of the dns module which is used to resolve PTR or pointer records for the specified hostname us...
read more
Web Technologies
Node.js
Node.js-dns-module
Node.js dnsPromises.getServers() Method
Last Updated: 13 October 2021
The dnsPromises.getServers() method is an inbuilt application programming interface of dns module and promises object which is used to get the IP addresses of the current ...
read more
Web Technologies
Node.js
Node.js-dns-module
Node.js dnsPromises.lookup() Method
Last Updated: 10 September 2024
The dnsPromises.lookup() method is an inbuilt application programming interface of the promises object of dns module which is used to resolve IP addresses of the specified...
read more
Web Technologies
Node.js
Node.js-dns-module
Node.js dnsPromises.lookupService() Method
Last Updated: 13 October 2021
The dnsPromises.lookupService() method is an inbuilt application programming interface of the promises object of dns module which is used to resolve the addresses and port...
read more
Web Technologies
Node.js
Node.js-dns-module
Node.js dnsPromises.resolve() Method
Last Updated: 10 September 2024
The dnsPromises.resolve() method is an inbuilt application programming interface of the promises object of dns module which is used to resolve hostname into an array of th...
read more
Web Technologies
Node.js
Node.js-dns-module
Node.js dnsPromises.resolve4() Method
Last Updated: 10 September 2024
The dnsPromises.resolve4() method is an inbuilt application programming interface of the promises of dns module which is used to resolve IPv4 address ('A' record) for the ...
read more
Web Technologies
Node.js
Node.js-dns-module
Node.js dnsPromises.resolve6() Method
Last Updated: 13 October 2021
The dnsPromises.resolve6() method is an inbuilt application programming interface of the promises of dns module which is used to resolve IPv6 address ('AAAA' record) for t...
read more
Web Technologies
Node.js
Node.js-dns-module
Node.js dnsPromises.resolveAny() Method
Last Updated: 13 October 2021
The dnsPromises.resolveAny() method is an inbuilt application programming interface of the promises object of dns module which is used to resolve all records (i.e. 'ANY' o...
read more
Web Technologies
Node.js
Node.js-dns-module
Node.js dnsPromises.resolveMx() Method
Last Updated: 13 October 2021
The dnsPromises.resolveMx() method is an inbuilt application programming interface of promises object of the dns module which is used to resolve MX or mail exchange record...
read more
Web Technologies
Node.js
Node.js-dns-module
Node.js dnsPromises.resolveNs() Method
Last Updated: 13 October 2021
The dnsPromises.resolveNs() method is an inbuilt application programming interface of the Promises object of dns module which is used to resolve NS or name server records...
read more
Web Technologies
Node.js
Node.js-dns-module
Node.js dnsPromises.resolveSoa() Method
Last Updated: 13 October 2021
The dnsPromises.resolveSoa() method is an inbuilt application programming interface of the promises object of dns module which is used to resolve SOA or start of authority...
read more
Web Technologies
Node.js
Node.js-dns-module
Node.js dnsPromises.resolveTxt() Method
Last Updated: 13 October 2021
The dnsPromises.resolveTxt() method is an inbuilt application programming interface of the promises object dns module which is used to resolve TXT or text queries records ...
read more
Web Technologies
Node.js
Node.js-dns-module
Node.js dnsPromises.reverse() Method
Last Updated: 10 September 2024
The dnsPromises.reverse() method is an inbuilt application programming interface of the promises object of dns module which is used to resolve hostname for the specified I...
read more
Web Technologies
Node.js
Node.js-dns-module
Node.js DNS Complete Reference
Last Updated: 10 September 2024
Node.js DNS is a node module used to do name resolution facility which is provided by the operating system as well as used to do an actual DNS lookup.Example:JavaScriptscr...
read more
Web Technologies
Node.js
Node.js-dns-module
1
2
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our
Cookie Policy
&
Privacy Policy
Got It !