0.1.0-0 • Published 4 years ago

react-native-windows-dns-lookup v0.1.0-0

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

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";

// ...
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