Skip to content

emmanuj/react-native-windows-dns-lookup

Repository files navigation

react-native-windows-dns-lookup

DNS Lookup in react native

Installation

npm install react-native-windows-dns-lookup

Usage

import DnsLookupWindows from "react-native-windows-dns-lookup";

// ...
await DnsLookupWindows.init(); // or DnsLookupWindows.init({IPAddresses: addresses});
const result = await DnsLookupWindows.query("www.google.com", QueryType.A);

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT