aboutsummaryrefslogtreecommitdiffstats
path: root/doc/index.html
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2025-04-28 07:34:38 +0000
committerLaurent Bercot <ska@appnovation.com>2025-04-28 07:34:38 +0000
commit42b9e8a5008f5573b20749080fbcd9397a745a5d (patch)
tree6a5d4ae5efe9bb6b46e42ae505bfb43a20713f7d /doc/index.html
parente7ebebcecbbc3ff03dcee49ee3eb9691a53c8763 (diff)
downloaddnsfunnel-42b9e8a5008f5573b20749080fbcd9397a745a5d.tar.gz
Prepare for 0.0.3.0; move to new system
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'doc/index.html')
-rw-r--r--doc/index.html8
1 files changed, 3 insertions, 5 deletions
diff --git a/doc/index.html b/doc/index.html
index 1a1aeb5..732592a 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -22,7 +22,7 @@
<p>
dnsfunnel is a small daemon listening to DNS client requests over UDP
(typically from the libc's
-<a href="https://pubs.opengroup.org/onlinepubs/9699919799/functions/getaddrinfo.html">getaddrinfo()</a>
+<a href="https://pubs.opengroup.org/onlinepubs/9799919799/functions/getaddrinfo.html">getaddrinfo()</a>
function) and forwards them to a list of DNS caches. It provides the
client with the first answer it gets, trimming the answer so it fits
in an UDP packet.
@@ -49,7 +49,7 @@ TCP DNS transport. It was originally written to be used in the
requirement if you link against the shared version of the skalibs
library. </li>
<li> <a href="//skarnet.org/software/s6-dns/">s6-dns</a> version
-2.4.0.1 or later. It's a build-time requirement. It's also a run-time
+2.4.1.0 or later. It's a build-time requirement. It's also a run-time
requirement if you link against the shared version of the s6dns
library. </li>
</ul>
@@ -65,9 +65,7 @@ library. </li>
<ul>
<li> The current released version of dnsfunnel is
-<a href="dnsfunnel-0.0.2.1.tar.gz">0.0.2.1</a>.
-(dnsfunnel is in beta development at the moment. Use at your own
-risk.) </li>
+<a href="dnsfunnel-0.0.3.0.tar.gz">0.0.3.0</a>. </li>
<li> Alternatively, you can checkout a copy of the
<a href="//git.skarnet.org/cgi-bin/cgit.cgi/dnsfunnel/">dnsfunnel
git repository</a>: