update README
This commit is contained in:
parent
5779325061
commit
994597800b
|
@ -56,15 +56,20 @@ sclient <remote> <local> [-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
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue