update README

このコミットが含まれているのは:
AJ ONeal 2018-08-06 12:30:29 -06:00
コミット 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
```