From 4f8d58900ef38d5776020d96ec75a57b110d3bb8 Mon Sep 17 00:00:00 2001 From: "Daniel J. Cook" Date: Sun, 9 Jun 2024 19:28:29 -0400 Subject: [PATCH] update link --- tools/dns-tool/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tools/dns-tool/README.md b/tools/dns-tool/README.md index 06e043c..764bd9f 100644 --- a/tools/dns-tool/README.md +++ b/tools/dns-tool/README.md @@ -4,13 +4,12 @@ title: dns-proxy-server date: 2021-09-01 --- -# dns-tool +# [dns-tool](https://github.com/dnck/dnck.github.io/tree/master/tools/dns-tool) The Go binary `dns-tool` is a proxy server that routes un-encrypted DNS quries over TCP to a TLS DNS server. As such, it handles the encryption of a DNS quries for frontend clients and returns them cleartext answers from a trusted DNS resolver. -[Code](https://github.com/dnck/dnck.github.io/tree/master/tools/dns-tool) ### Usage