command
module
Version:
v1.4.1
Opens a new window with list of versions in this module.
Published: Dec 24, 2021
License: Apache-2.0
Opens a new window with license information.
Imports: 21
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
kcpee
a kcp-go + tcp relay
使用说明
普通代理
第一次使用的时候最好先测试线路的最快配置
Kcpee -Test -c /你的配置文件目录/
- 使用json文件 / 参数和shadowsocks一样 除了 加密函数支持 "tea/ aes/ xtea / 3des "
~ kcpee -c some.json
- 使用ssuri
~ kcpee -c ss://{base64} [和shadowosocks 的uri一样]
- 指定目录 , 会自动扫描该目录下的所有json 文件,并全部解析配置,这样可以配合后续的强化文件同时使用多条线路
~ kcpee -c /xxx/xxx/
自动生成路由 (如果只有单挑线路这个忽略)|(第一次使用前建议执行一次)
关掉你的chrome, 并且保证在命令行可执行 sqlite3
~ Kcpee -Test -c /配置文件目录/
反向代理
- 第一步在被控端 (A)
~ Kcpee -c B.config 配置如上 -T # 默认转移流量到 127.0.0.1:22 / 可后续通过控制端动态更改 /或者加 ‘-connect 127.0.0.1:8080’ 调整
# ServerB <-> A
# 这样就将在服务器上开启一个tcp 监听,可以通过tcp 直接连接这个端口
- 连接被控端 (C)
~ kcpee -c B.config -C -connect "A 的来源ip"
# A 的来源ip 会在
Documentation
¶
There is no documentation for this package.
Source Files
¶
Directories
¶
|
|
|
|
|
|
|
|
Package shadowaead implements a simple AEAD-protected secure protocol.
|
Package shadowaead implements a simple AEAD-protected secure protocol. |
|
|
Click to show internal directories.
Click to hide internal directories.