react-native-dns-lookup icon indicating copy to clipboard operation
react-native-dns-lookup copied to clipboard

A React Native module that leverages iOS and Android native networking libraries to lookup all of the IP addresses associated with a hostname

Results 6 react-native-dns-lookup issues
Sort by recently updated
recently updated
newest added

Some network configurations can lockup the `InetAddress.getAllByName` process, causing Android apps to freeze up. The solution is to wrap the `getIpAddresses` logic in a thread so that only that thread...

cla:missing

In the following scenario, calling `getIpAddressesForHostname` never sends the correct result : 1. Call `getIpAddressesForHostname` with `toto.domain.com` => Sends `[]` 2. Add an `A` record `toto.domain.com` pointing to some IP...

Is there any way by which we can use a custom DNS resolver like Cloudflare 1.1.1.1 ?

I have tried SRV records and it's throwing **Error: Unable to resolve host "SRV-URL": No address associated with hostname**. could you please help with the error? Please find the code...

The library fails calling `getIpAddressesForHostname(host)` method. ``` typescript let ipAddresses = await getIpAddressesForHostname("google.com"); ``` Exception: TypeError: Cannot read property 'getIpAddresses' of null Expo SDK 50 React-native 0.73.6 react-native-dns-lookup ^1.0.6