An open API service indexing awesome lists of open source software.

https://github.com/yieldray/middleman


https://github.com/yieldray/middleman

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# middleman

基于 HTTP 代理的,HTTP/HTTPS 拦截器

## Usage

CA 使用本地生成的自签名证书及密钥,注意必须系统信任自签名证书

```sh
middleman --help
```

要搭建代理服务器,参见 [此处示例](./server_examples)

## Build

```sh
git clone https://github.com/YieldRay/middleman
cd middleman

# 命令行
bash ./build_cli.sh

# GUI
bash ./build_gui.sh
```