mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
c29468ff19
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>
10 lines
253 B
Plaintext
10 lines
253 B
Plaintext
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
|