package dns-forward-lwt-unix
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Lwt implementation for the `dns-forward` library
Install
dune-project
Dependency
Authors
Maintainers
Sources
dns-forward-0.9.0.tbz
sha256=bf13cddae42f3dfa597a79815124e0f94e0453d9808273eaa2f35542e836528b
md5=851d7b0ad1658586ff6554117dedf845
Description
Added to opam-repository:
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.configand then send queries as follows:
dig @127.0.0.1 -p 5555 www.google.com
dig @127.0.0.1 -p 5555 www.docker.comReferences
Dependencies (7)
- mirage-clock-unix
-
io-page-unix
>= "2.0.0" -
cstruct-lwt
>= "3.0.0" -
lwt
>= "2.7.0" -
dns-forward
>= "0.9.0" & < "0.10.0" -
jbuilder
>= "1.0+beta10" -
ocaml
>= "4.03.0"
Dev Dependencies (1)
-
alcotest
with-test
Used by
None
Conflicts
None
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page

