From 994597800b9661f4c54228e46c8da288c11fc1ba Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Mon, 6 Aug 2018 12:30:29 -0600 Subject: [PATCH] update README --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5ffe005..63f1d9b 100644 --- a/README.md +++ b/README.md @@ -56,15 +56,20 @@ sclient [-k | --insecure] Examples ======== -Bridge between `telebit.cloud` and +Bridge between `telebit.cloud` and local port `3000`. + ```bash sclient telebit.cloud 3000 ``` +Same as above, but more explicit + ```bash sclient telebit.cloud:443 localhost:3000 ``` +Ignore a bad TLS/SSL/HTTPS certificate and connect anyway. + ```bash sclient badtls.telebit.cloud:443 localhost:3000 -k ```