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