mirror of
https://github.com/tuxdotrs/trok.git
synced 2025-07-06 11:56:34 +05:30
doc: add selfhost client usage
This commit is contained in:
@ -65,6 +65,12 @@ Example:
|
|||||||
trok tcp 3000
|
trok tcp 3000
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Selfhosted Server:
|
||||||
|
|
||||||
|
```sh
|
||||||
|
trok tcp 3000 -s SERVER_URL
|
||||||
|
```
|
||||||
|
|
||||||
This will expose your local service running on port `3000` to a public endpoint via the `trok` server.
|
This will expose your local service running on port `3000` to a public endpoint via the `trok` server.
|
||||||
|
|
||||||
## Selfhost
|
## Selfhost
|
||||||
|
Reference in New Issue
Block a user