https://github.com/dorkbox/networkdns
High-performance, and event-driven/reactive DNS network stack for Java 8+
https://github.com/dorkbox/networkdns
Last synced: over 1 year ago
JSON representation
High-performance, and event-driven/reactive DNS network stack for Java 8+
- Host: GitHub
- URL: https://github.com/dorkbox/networkdns
- Owner: dorkbox
- License: other
- Created: 2019-03-17T20:14:01.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-10-11T10:17:14.000Z (almost 3 years ago)
- Last Synced: 2025-02-06T04:13:02.575Z (over 1 year ago)
- Language: Kotlin
- Size: 1.73 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
NetworkDNS
=======
###### [](https://git.dorkbox.com/dorkbox/NetworkDNS) [](https://github.com/dorkbox/NetworkDNS) [](https://gitlab.com/dorkbox/NetworkDNS)
The NetworkDNS project is a high-performance and event-driven/reactive DNS stack for Java 8+
- This is for cross-platform use, specifically - linux 32/64, mac 64, and windows 32/64. Java 8+
Maven Info
---------
```
...
com.dorkbox
NetworkDNS
2.16
```
Gradle Info
---------
```
dependencies {
...
implementation("com.dorkbox:NetworkDNS:2.16")
}
```
License
---------
This project is © 2021 dorkbox llc, and is distributed under the terms of the Apache v2.0 License. See file "LICENSE" for further references.