From c2165578e1a25b5d11f49e599d03a7a99fc32088 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Mon, 3 Sep 2018 22:27:45 +0000 Subject: [PATCH] sclient: updated docs for v1.2 --- lib/extensions/admin/sclient/index.html | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/lib/extensions/admin/sclient/index.html b/lib/extensions/admin/sclient/index.html index c041bb4..df3c924 100644 --- a/lib/extensions/admin/sclient/index.html +++ b/lib/extensions/admin/sclient/index.html @@ -14,10 +14,13 @@ (think telnet, netcat, ssh, openvpn, etc).

Usage

-
$ sclient [-k] <remote> <local>
+
$ sclient [flags] <remote> <local>
+
$ sclient example.com:443 localhost:3000

Flags

Arguments

@@ -51,10 +54,11 @@ > Connection: close > - - -

Downloads (standalone) v1.1

+

pipe

+
$ printf "GET / HTTP/1.1\r\nHost: telebit.cloud\r\n\r\n" | sclient telebit.cloud
+ +

Downloads (standalone) v1.2