Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/yincongcyincong/proxy-web

proxy-web is a webview proxy application written by Golang
https://github.com/yincongcyincong/proxy-web

go proxy proxy-web

Last synced: 2 months ago
JSON representation

proxy-web is a webview proxy application written by Golang

Awesome Lists containing this project

README

        

# proxy-web详细介绍
proxy-web是用go语言写的,基于[snail007/goproxy](https://github.com/snail007/goproxy/)完成的可视化网页应用

---
[![stable](https://img.shields.io/badge/stable-stable-green.svg)](https://github.com/snail007/goproxy/)

### 使用前须知
- [作用](#作用)
- [下载](#下载)
- [更新](#更新)
- [配置](#配置)
- [依赖包](#依赖包)

### 手册目录
- [1. 使用](#1使用)
- [2. 参数介绍](#2参数介绍)

### 作用
1、 用web界面的方式使用goproxy,更加方便
2、 监控goproxy运行情况
3、 实时显示goproxy产生的日志
4、 启动proxy-web后能自启动goproxy
5、 能自开机自启动proxy-web
6、 可以设置linux,mac,windows全局http代理,需要root权限
7、 页面全新升级

### 下载
[下载地址](https://github.com/yincongcyincong/proxy-web/releases)

### 更新
v 2.0 全面更新
可以自由配置参数
开机自启动proxy-web
全局http代理设置
使用goproxy提供的sdk,不再依赖goproxy二进制程序  

### 配置
配置文件为config/config.ini  
可以配置的属性有:端口(默认48080),登录账号和密码(都为admin)  

### 依赖包
[github.com/snail007/goproxy/sdk](https://github.com/snail007/goproxy/blob/master/sdk/README.md)goproxy的sdk
[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

### 1.使用
使用48080端口进入页面(如:localhost:48080),首先到登录页面

账号密码都为admin,登录进入

点击,添加代理,显示添加代理的弹框,可以选择代理是否开启proxy-web服务时也自动启动

修改操作

启动操作

查看日志操作

删除操作

设置全局http代理和是否开机自启动,这两个操作需要root权限

### 2.参数介绍
名称:代理的名称。
参数:指[snail007/goproxy](https://github.com/snail007/goproxy/)中的各种参数。

### 源码使用  
- 使用非windows编译,请删除resource.syso  
- git下载源码  
 
### TODO
- -查找bug

### License
- under GPLv3 license

### Contact
- QQ群:189618940