Currently 3 modes are supported:
- Client Mode
- Servers Mode
- Relay Mode
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
Use the --check-config
option to check the configuration file for errors.
kcptube --check-config config1.conf
or
kcptube config1.conf --check-config
Please refer General Configuration introduction page
Please refer Relay Mode Configuration introduction page
Please refer parameter list
You can generate a configuration file by using KCPTube Generator
Please refer specific examples