Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ivoronin/unbify

Enables applications to use Unbound DNS resolver (TCP queries, Multiple Forwardes, etc)
https://github.com/ivoronin/unbify

Last synced: 5 days ago
JSON representation

Enables applications to use Unbound DNS resolver (TCP queries, Multiple Forwardes, etc)

Awesome Lists containing this project

README

        

unbify
======

This is a small wrapper (LD_PRELOAD) library designed to (transparently) enable existing
applications to use Unbound DNS Resolver, that does TCP requests, caching, DNSSEC validation
and can use different forwarders for different domains. It is extremely useful when using
SOCKS and HTTP proxies.

Build requirements
------------------

- ldns (http://www.nlnetlabs.nl/projects/ldns/)
- unbound (http://unbound.net/)

Limitations
-----------

- IPv6 is not supported (yet)