跳转至

Installation

From Source

Make sure you have Go installed (version 1.18 or later).

  1. Clone the repository:

    git clone https://github.com/eWloYW8/TCPMux
    cd TCPMux
    

  2. Build the executable:

    go mod tidy
    go build
    

This will create an executable named TCPMux (or TCPMux.exe on Windows) in your current directory.

Pre-built Binaries

Download pre-built binaries from the GitHub Releases page.