The official CLI client for Kulink Tunnel. Expose your local service to the internet through a secure, encrypted tunnel.
# Linux
chmod +x kulink-cli-linux-amd64
# macOS Apple Silicon
chmod +x kulink-cli-darwin-arm64./kulink-cli \
-token YOUR_AUTH_TOKEN \
-slug your-slug \
-local localhost:8080https://kulink.cc/your-slug/
-token string Auth token from dashboard [required]
-slug string Tunnel slug [required]
-local string Local address (default: localhost:8080)
-server string Tunnel server (pre-configured)
-keepalive duration TCP keepalive (default: 60s)
-tls bool Use TLS (default: true)