From 74d55c12bb5d170543152ab69adac0c37d6bf9a8 Mon Sep 17 00:00:00 2001 From: zhengbaoyang Date: Tue, 5 Jul 2016 10:56:40 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- readme.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/readme.md b/readme.md index 2cc173e..deeed72 100644 --- a/readme.md +++ b/readme.md @@ -8,6 +8,14 @@ gomitmproxy是想用golang语言实现的[mitmproxy](https://mitmproxy.org/), * http和https抓包 * 科学上网 +## 将来要实现的功能 + +* 修改http(s)请求 +* 重复请求 +* 同时监听多端口 +* 支持socks5、websocket等协议 +* 界面支持终端和网页两种形式 + ## 安装使用 ```bash @@ -52,7 +60,9 @@ gomitmproxy -m ![proxy](https://raw.githubusercontent.com/sheepbao/gomitmproxy/master/proxy.png) +## 最后 +欢迎star和fork,一起学习交流。 ## License The 3-clause BSD License