diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-14 03:16:28 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-14 03:16:28 -0400 |
commit | e956fa9df8b47473edf178be6f53f1d9367e6f47 (patch) | |
tree | 2c38dc3902d0309a8bebfce3bf1102cd17579505 /network/proxytunnel | |
parent | 61bcd302ecb4d208fa97c25b1bfb3a5cef343af0 (diff) |
network/proxytunnel: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'network/proxytunnel')
-rw-r--r-- | network/proxytunnel/README | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/network/proxytunnel/README b/network/proxytunnel/README index 0e13b1644c929..5077135b3c454 100644 --- a/network/proxytunnel/README +++ b/network/proxytunnel/README @@ -1,4 +1,4 @@ -ProxyTunnel is a program that connects stdin and stdout to a server somewhere -on the network, through a standard HTTPS proxy. We mostly use it to tunnel -SSH sessions through HTTP(S) proxies, allowing us to do many things that -wouldn't be possible without ProxyTunnel. +ProxyTunnel is a program that connects stdin and stdout to a server +somewhere on the network, through a standard HTTPS proxy. We mostly +use it to tunnel SSH sessions through HTTP(S) proxies, allowing us to +do many things that wouldn't be possible without ProxyTunnel. |