diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2018-07-10 11:49:01 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2018-07-10 11:49:01 +0000 |
commit | f473d4ccfc58846acf9c6b919429081b1d1da960 (patch) | |
tree | e1d63af96fb072ddebe02048831a558eedf8663a /dns/Makefile | |
parent | 1a4424943cdbc007a190d1d2c06b127983a5718c (diff) | |
download | freebsd-ports-f473d4ccfc58846acf9c6b919429081b1d1da960.zip |
UTdns is a nifty tool which proxies all UDP-based DNS requests through TCP DNS.
This is usefull if you have to tunnel DNS through TCP-only tunnels. This
respectively was the requirement for the development of this tool.
WWW: https://www.cypherpunk.at/2013/04/dnsudp-to-tcp-translator/
Diffstat (limited to 'dns/Makefile')
-rw-r--r-- | dns/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dns/Makefile b/dns/Makefile index e17816928054..dfe821ff904c 100644 --- a/dns/Makefile +++ b/dns/Makefile @@ -223,6 +223,7 @@ SUBDIR += udns SUBDIR += unbound SUBDIR += updatedd + SUBDIR += utdns SUBDIR += validns SUBDIR += vhostcname SUBDIR += vizone |