package dns-forward

  1. Overview
  2. Docs
Library and tools for creating forwarding DNS servers

Install

Dune Dependency

Authors

Maintainers

Sources

v0.7.2.tar.gz
md5=460cb45b014c90f3a54a7b3a3e2dcee9

Description

This package contains functions for creating caching DNS forwarders with support for

  • UDP and TCP
  • sending queries to specific servers based on domains
  • extra records (e.g. from /etc/hosts)

Published: 21 Nov 2016

README

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

Dev Dependencies (1)

  1. alcotest with-test

Used by (1)

  1. vpnkit < "0.2.0"

Conflicts

None