package dns-forward-lwt-unix

  1. Overview
  2. Docs
Lwt implementation for the `dns-forward` library

Install

Dune Dependency

Authors

Maintainers

Sources

dns-forward-0.9.0.tbz
md5=851d7b0ad1658586ff6554117dedf845

README.md.html

ocaml-dns-forward

Library and tools for creating forwarding DNS servers

There is no API documention or example code yet.

Features

  • UDP and TCP DNS forwarding

  • support for sending queries to specific servers based on domain

  • dynamic configuration updates

  • extra records (e.g. from /etc/hosts)

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