From ad31ac4e18f124172beda3e69cd2e57a20ffe594 Mon Sep 17 00:00:00 2001 From: Nathan Aclander Date: Mon, 3 Dec 2018 14:48:44 -0800 Subject: 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. --- README.rst | 5 +++-- 1 file 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 ------------------ -- cgit v1.2.3