https://github.com/yieldray/middleman
https://github.com/yieldray/middleman
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/yieldray/middleman
- Owner: YieldRay
- License: mit
- Created: 2024-02-03T15:19:12.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-14T08:04:28.000Z (over 2 years ago)
- Last Synced: 2024-06-21T14:19:18.923Z (almost 2 years ago)
- Language: Go
- Size: 60.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```