mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
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:
@@ -0,0 +1,9 @@
|
||||
config kcptun
|
||||
option local_port 29900
|
||||
option target_ip '127.0.0.1'
|
||||
option target_port 12948 # this port should be your service port
|
||||
option mode 'fast'
|
||||
option nocomp 1
|
||||
option sndwnd 1024
|
||||
option rcvwnd 1024
|
||||
option disabled 1 # set 0 to enable it
|
||||
Reference in New Issue
Block a user