An open API service indexing awesome lists of open source software.

https://github.com/opennms/unbound4j

High-throughput DNS resolution for Java using libunbound
https://github.com/opennms/unbound4j

Last synced: 8 months ago
JSON representation

High-throughput DNS resolution for Java using libunbound

Awesome Lists containing this project

README

          

# unbound4j [![CircleCI](https://circleci.com/gh/OpenNMS/unbound4j.svg?style=svg)](https://circleci.com/gh/OpenNMS/unbound4j)

unbound4j is a high throughput DNS resolution engine for Java application that leverages [libunbound](https://nlnetlabs.nl/documentation/unbound/libunbound/).

It was developed in order to perform reverse lookups at high rates (tens of thousands of lookups per second) while processing network flows.

Building
--------

Requires Maven (tested with 3.5.2) and CMake (tested with 3.14.5)

```sh
./build.sh
```

The dist/ folder should now contain both **unbound4j-VERSION.jar** and **libunbound4j.so**.