Skip to content

运行

官网下载所属系统的项目压缩包,将压缩包解压到任意目录
在目录中打开命令行 运行:

shell
cthulhu run # 启动代理服务器
cthulhu run -s # 将作为系统代理运行

配置

列出所有配置项

shell
cthulhu config list

设置配置的值

shell
cthulhu config set <KEY> <VALUE> 
cthulhu config set <KEY> <VALUE> ... #设置列表值 例如:cthulhu set blackList.list aaa bbb ccc

生成CA证书

shell
cthulhu cagen #将生成的ca证书输出到./ca目录下
cthulhu cagen C:/dir #将生成的ca证书输出到 C:/dir/ca目录下

插件安装

从指定的目录中安装插件
需要保证目录中有plugin.json的插件描述文件

shell
cthulhu install <DIR>

Released under the MIT License.