kcptun is a stable & secure tunnel based on kcp with N:M multiplexing. https://github.com/xtaci/kcptun Signed-off-by: Dengfeng Liu <liudf0716@gmail.com>
9 lines
253 B
Text
9 lines
253 B
Text
config kcptun
|
|
option local_port 12948 # this port should be your service port
|
|
option remote_ip 'your vps ip'
|
|
option remote_port 29900
|
|
option mode 'fast'
|
|
option nocomp 1
|
|
option sndwnd 128
|
|
option rcvwnd 512
|
|
option disabled 1 # set 0 to enable it
|