ocaml-dns-forward

Library and tools for creating forwarding DNS servers

Build Status Coverage Status

There is no API documention or example code yet.

Features

Simple usage

make
./_build/bin/main.native doc/example.config

and then send queries as follows:

dig @127.0.0.1 -p 5555 www.google.com
dig @127.0.0.1 -p 5555 www.docker.com

References