Kcpee

command module
v1.4.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 24, 2021 License: Apache-2.0 Imports: 21 Imported by: 0

README

kcpee

a kcp-go + tcp relay

使用说明

普通代理

第一次使用的时候最好先测试线路的最快配置

Kcpee -Test -c /你的配置文件目录/

  1. 使用json文件 / 参数和shadowsocks一样 除了 加密函数支持 "tea/ aes/ xtea / 3des "
~ kcpee -c some.json 
  1. 使用ssuri
~ kcpee -c ss://{base64}   [和shadowosocks 的uri一样]
  1. 指定目录 , 会自动扫描该目录下的所有json 文件,并全部解析配置,这样可以配合后续的强化文件同时使用多条线路
~ kcpee -c /xxx/xxx/

自动生成路由 (如果只有单挑线路这个忽略)|(第一次使用前建议执行一次)

关掉你的chrome, 并且保证在命令行可执行 sqlite3

~ Kcpee -Test -c /配置文件目录/

反向代理

  1. 第一步在被控端 (A)
~ Kcpee -c B.config 配置如上 -T # 默认转移流量到 127.0.0.1:22 / 可后续通过控制端动态更改 /或者加 ‘-connect 127.0.0.1:8080’  调整
 # ServerB <-> A 
 # 这样就将在服务器上开启一个tcp 监听,可以通过tcp 直接连接这个端口  
  1. 连接被控端 (C)
~ kcpee -c B.config -C -connect "A 的来源ip" 
# A 的来源ip 会在

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
Package shadowaead implements a simple AEAD-protected secure protocol.
Package shadowaead implements a simple AEAD-protected secure protocol.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL