> For the complete documentation index, see [llms.txt](https://danielsogl.gitbook.io/awesome-cordova-plugins/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/plugins/dns.md).

# DNS

A plugin for Apache Cordova that enables applications to manually resolve hostnames into an underlying network address. This is mostly useful for determining whether there is a problem with the device's DNS server configuration.

## Installation

```bash
ionic cordova plugin add cordova-plugin-dns
npm install @awesome-cordova-plugins/dns
```

**Plugin Repo:** <https://bitbucket.org/zegeba/cordova-plugin-dns>

## Supported Platforms

* Android

## Further Information

* [Installation Guide](/awesome-cordova-plugins/installation.md)
* [FAQ](/awesome-cordova-plugins/faq.md)
