mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-04-13 00:00:10 +08:00
27 lines
785 B
Markdown
27 lines
785 B
Markdown
---
|
|
description: >-
|
|
DNS plugin for Cordova and Ionic. A plugin for Apache Cordova that enables applications to manually resolve hostnames into an underlying network address. This…
|
|
---
|
|
|
|
# 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](https://bitbucket.org/zegeba/cordova-plugin-dns)
|
|
|
|
## Supported Platforms
|
|
|
|
- Android
|
|
|
|
## Further Information
|
|
|
|
- [Installation Guide](../../installation.md)
|
|
- [FAQ](../../faq.md)
|