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 ```