aboutsummaryrefslogtreecommitdiff
path: root/dns/utdns
Commit message (Collapse)AuthorAgeFilesLines
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-061-2/+0
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* - Update to 1.1Emanuel Haupt2018-07-114-54/+19
| | | | | | | - Move to GitHub Notes: svn path=/head/; revision=474427
* Provide a patch to specify the destination port.Emanuel Haupt2018-07-102-0/+46
| | | | Notes: svn path=/head/; revision=474364
* UTdns is a nifty tool which proxies all UDP-based DNS requests through TCP DNS.Emanuel Haupt2018-07-104-0/+62
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/ Notes: svn path=/head/; revision=474355