diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2021-01-19 22:52:47 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2021-01-19 22:52:47 +0000 |
commit | eafbb286690ed915442712bfd592719fa465d167 (patch) | |
tree | 835e79b5a707687b532517117532855f4188e15f | |
parent | d32f5bf90638a7ba2aa6cf8ff6c6ae2b313a9bc1 (diff) | |
download | dnsfunnel-eafbb286690ed915442712bfd592719fa465d167.tar.gz dnsfunnel-eafbb286690ed915442712bfd592719fa465d167.tar.xz dnsfunnel-eafbb286690ed915442712bfd592719fa465d167.zip |
version: 0.0.1.0 v0.0.1.0
-rw-r--r-- | INSTALL | 2 | ||||
-rw-r--r-- | doc/index.html | 7 |
2 files changed, 4 insertions, 5 deletions
diff --git a/INSTALL b/INSTALL index 58fdf3f..96a3d7c 100644 --- a/INSTALL +++ b/INSTALL @@ -11,7 +11,7 @@ Build Instructions This software will run on any operating system that implements POSIX.1-2008, available at: - http://pubs.opengroup.org/onlinepubs/9699919799/ + https://pubs.opengroup.org/onlinepubs/9699919799/ * Standard usage diff --git a/doc/index.html b/doc/index.html index e1d9a75..b3afd0a 100644 --- a/doc/index.html +++ b/doc/index.html @@ -66,10 +66,9 @@ library. </li> <ul> <li> The current released version of dnsfunnel is -<!--<a href="dnsfunnel-0.0.1.0.tar.gz">-->0.0.1.0<!--</a>-->. - (This is a lie. -dnsfunnel is in alpha development at the moment, and only -available through git.) </li> +<a href="dnsfunnel-0.0.1.0.tar.gz">0.0.1.0</a>. +(dnsfunnel is in beta development at the moment. Use at your own +risk.) </li> <li> Alternatively, you can checkout a copy of the <a href="//git.skarnet.org/cgi-bin/cgit.cgi/dnsfunnel/">dnsfunnel git repository</a>: |