Sign inSign up

connershua/kcptun

By connershua

•Updated 9 months ago

A Stable & Secure Tunnel based on KCP with N:M multiplexing and FEC.

Image
0

7.9K

connershua/kcptun repository overview

⁠说明

本映像同时包含了 KCPTun 的服务端与客户端,在使用时使用相应命令即可:

  • 服务端:kcptun-server
  • 客户端:kcptun-client

因为 KCPTun 参数较多,所以容器启动时默认不做任何操作,根据你的需求进行启动,例如启动一个服务端:

docker run -d -p 29900:29900/udp --restart=always --name kcptun connershua/kcptun:latest kcptun-server -t "0.0.0.0:8388" -l ":29900" -mode fast3 -nocomp -sockbuf 16777217 -dscp 46

Tag summary

Content type

Image

Digest

sha256:e6e7d5acb…

Size

41.6 MB

Last updated

9 months ago

docker pull connershua/kcptun