Node.js module
dns/promises
The 'node:dns/promises' module offers the same DNS resolution API as node:dns but returns Promise-based methods for cleaner async/await usage.
All lookup and resolve functions are available as promise-returning calls, eliminating the need for callback-based code.