kcptun: add new package

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>
This commit is contained in:
Dengfeng Liu
2019-08-05 10:40:57 +08:00
parent 52634db76f
commit c29468ff19
5 changed files with 204 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
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