Skip to content

Releases: pipelabs/ts-proxy

Release v0.0.2

22 May 01:14

Choose a tag to compare

What's Changed

  • Updated to add Docker workflow (8855e3b)

Installation

Download the appropriate binary for your platform and extract it:

# Linux
wget https://github.com/$GITHUB_REPOSITORY/releases/download/v0.0.2/ts-proxy-v0.0.2-linux-amd64.tar.gz
tar -xzf ts-proxy-v0.0.2-linux-amd64.tar.gz

# macOS (Apple Silicon)
wget https://github.com/$GITHUB_REPOSITORY/releases/download/v0.0.2/ts-proxy-v0.0.2-mac-arm64.tar.gz
tar -xzf ts-proxy-v0.0.2-mac-arm64.tar.gz

Release v0.0.1

06 May 02:19

Choose a tag to compare

What's Changed

Initial release.

Commits in this release:

Installation

Download the appropriate binary for your platform and extract it:

# Linux
wget https://github.com/$GITHUB_REPOSITORY/releases/download/v0.0.1/ts-proxy-v0.0.1-linux-amd64.tar.gz
tar -xzf ts-proxy-v0.0.1-linux-amd64.tar.gz

# macOS (Apple Silicon)
wget https://github.com/$GITHUB_REPOSITORY/releases/download/v0.0.1/ts-proxy-v0.0.1-mac-arm64.tar.gz
tar -xzf ts-proxy-v0.0.1-mac-arm64.tar.gz