Create tunnels to expose your local services to the internet.
curl -fsSL https://github.com/jamshid-elmurodov/tarmoqchi/releases/download/Tarmoqchi-1.1.0/install.sh | sudo bash
- Download the latest release from the releases page
Before using Tarmoqchi, you need to authenticate using your auth token:
tarmoqchi --auth YOUR_AUTH_TOKEN
You can get your auth token by visiting Tarmoqchi.uz.
To create a tunnel to your local service:
tarmoqchi --port YOUR_PORT
Replace YOUR_PORT
with the local port number your service is running on (e.g., 8080, 3000, etc.).
# Show version information
tarmoqchi --version
# Display help information
tarmoqchi --help