summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNathan Aclander <naclander@linux.ucla.edu>2018-12-03 14:48:44 -0800
committerBrian May <brian@linuxpenguins.xyz>2019-12-13 15:56:57 +1100
commitad31ac4e18f124172beda3e69cd2e57a20ffe594 (patch)
tree75e279adfb64f18d93ce677268074d342a9f2eac
parent69d3f7dc64211d3ab91991cc90865dbf9edcba15 (diff)
Link Directly to TCP Over TCP Explanation
See Below was confusing because it linked to the entire documentation section. This provides a direct link to the section explaining why TCP over TCP is a bad idea.
-rw-r--r--README.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 70c17a2..90da681 100644
--- a/README.rst
+++ b/README.rst
@@ -23,8 +23,9 @@ common case:
- You can't use openssh's PermitTunnel feature because
it's disabled by default on openssh servers; plus it does
- TCP-over-TCP, which has terrible performance (see below).
-
+ TCP-over-TCP, which has `terrible performance`_.
+
+.. _terrible performance: https://sshuttle.readthedocs.io/en/stable/how-it-works.html
Obtaining sshuttle
------------------