dns-forward
Library and tools for creating forwarding DNS servers
README
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
Install
- Published
-
21 Nov 2016
- Authors
-
- Maintainers
-
Sources
Dependencies
alcotest
with-test
ipaddr
< "3.0.0"
mtime
< "1.0.0"
logs
>= "0.5.0"
lwt
>= "2.6.0" & < "3.0.0"
cstruct
>= "2.4" & < "3.0"
dns
< "2.0.0"
mirage-flow
= "1.1.0"
topkg
build
ocamlbuild
build
ocamlfind
build
ocaml
>= "4.03.0"
Reverse Dependencies
vpnkit
< "0.2.0"