20 lines
581 B
Markdown
Raw Normal View History

2021-09-29 14:09:02 +02:00
# DNS
```
$ ionic cordova plugin add cordova-plugin-dns
2021-09-29 15:19:55 +02:00
$ npm install @awesome-cordova-plugins/dns
2021-09-29 14:09:02 +02:00
```
2021-09-29 15:19:55 +02:00
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/dns/)
2021-09-29 14:09:02 +02:00
Plugin Repo: [https://bitbucket.org/zegeba/cordova-plugin-dns](https://bitbucket.org/zegeba/cordova-plugin-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.
## Supported platforms
- Android
2021-09-29 14:38:45 +02:00