Performs a DNS lookup to resolve a hostname to an array of IP addresses.
const ipAddresses = await Switch.resolveDns('example.com'); Copy
const ipAddresses = await Switch.resolveDns('example.com');
Generated using TypeDoc
Performs a DNS lookup to resolve a hostname to an array of IP addresses.