Skip to content

Latest commit

 

History

History
53 lines (40 loc) · 1.1 KB

README_EN.md

File metadata and controls

53 lines (40 loc) · 1.1 KB

KCP Tube

Modes

Supported Modes

Currently 3 modes are supported:

  • Client Mode
  • Servers Mode
  • Relay Mode

Usage

Command

kcptube config.conf or kcptube config1.conf config2.conf If there are multiple files, you can then add them.

If you want to test connectivity before establish connection, just add --try option

kcptube --try config1.conf

or

kcptube config1.conf --try

Verify configuration files

Use the --check-config option to check the configuration file for errors.

kcptube --check-config config1.conf

or

kcptube config1.conf --check-config

Examples of Client and Server Mode

Please refer General Configuration introduction page

Example of Realy Mode

Please refer Relay Mode Configuration introduction page

Parameters

Please refer parameter list

Configuration File Generator

You can generate a configuration file by using KCPTube Generator

Specific examples

Please refer specific examples