2025-06-24 22:25:07 +05:30
2025-02-27 23:01:49 +05:30
2025-03-04 19:56:51 +05:30
2025-06-24 20:00:35 +05:30
2025-03-10 17:21:34 +05:30
2025-03-08 04:21:26 +05:30
2025-02-27 17:01:50 +05:30
2025-06-24 22:25:07 +05:30
2025-03-04 00:47:01 +05:30
2025-03-04 00:47:01 +05:30
2025-02-28 03:15:05 +05:30
2025-06-24 22:25:07 +05:30
2025-06-24 20:23:20 +05:30
2025-02-27 17:01:50 +05:30

trok

Accessing your local service should be simple

wakatime home GitHub repo size GitHub commit activity

Table of Contents

Features

  • TCP Tunneling
  • UDP Tunneling
  • HTTP Tunneling
  • HTTPS Tunneling

Installation

curl -fsSL https://trok.cloud/install.sh | sh

Nix

# If you want to quickly test trok
nix run github:tuxdotrs/trok

Flake

# Add to your flake inputs
trok = {
  url = "github:tuxdotrs/trok";
  inputs.nixpkgs.follows = "nixpkgs";
};

# Add this in your nixos config
environment.systemPackages = [ inputs.trok.packages.${system}.default ];

Usage

trok tcp PORT_NUMBER

Selfhost

TODO

Description
Accessing your local service should be simple
Readme GPL-3.0 196 KiB
Languages
Go 43.2%
TypeScript 37.8%
Nix 13.3%
Shell 2.9%
CSS 1.4%
Other 1.4%