doc: add selfhost client usage

This commit is contained in:
tux
2025-06-25 01:47:13 +05:30
parent ce0671c15d
commit 1b3c60417a

View File

@ -65,6 +65,12 @@ Example:
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.
## Selfhost