From 1b3c60417acf7c8618a35f5acb3f1779d6f74e82 Mon Sep 17 00:00:00 2001 From: tux Date: Wed, 25 Jun 2025 01:47:13 +0530 Subject: [PATCH] doc: add selfhost client usage --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 9f80203..838b773 100644 --- a/README.md +++ b/README.md @@ -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