mirror of
https://git.coolaj86.com/coolaj86/sclient.js
synced 2025-02-22 07:48:05 +00:00
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…
x
Reference in New Issue
Block a user