GoProxy-Web 是用 Go 语言写的,基于 goproxy( https://github.com/snail007/goproxy )完成的可视化网页应用。
**作用**
1. 用web界面的方式使用goproxy,更加方便
2. 监控goproxy运行情况
3. 实时显示goproxy产生的日志
4. 能自启动goproxy
**配置**
配置文件为config/config.ini 可以配置的属性有:端口(默认28080),goproxy的路径(默认[snail007/goproxy](https://github.com/snail007/goproxy/releases)路径在proxy-web目录下的proxyService目录内),登录账号和密码(都为admin)
**依赖包**
[github.com/boltdb/bolt](https://github.com/boltdb/bolt)使用bolt扩展为数据库
[github.com/Unknwon/goconfig](https://github.com/Unknwon/goconfig)解析配置文件
[github.com/astaxie/beego/tree/master/session](https://github.com/astaxie/beego/tree/master/session) session模块
这些依赖已经在源码内解决,无需go get