Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/arloor/forward

HttpProxy的客户端
https://github.com/arloor/forward

Last synced: 1 day ago
JSON representation

HttpProxy的客户端

Awesome Lists containing this project

README

        

**声明:本项目仅以学习为目的,请在当地法律允许的范围内使用本程序。任何因错误用途导致的法律责任,与本项目无关!**

## [HttpProxy](https://github.com/arloor/HttpProxy)的客户端

在本地启动http和socks5代理,作为[HttpProxy](https://github.com/arloor/HttpProxy)的客户端。socks5代理由自己开发,http代理则借鉴了caddy的forwardproxy插件。

![](/forward部署图.svg)

### 从Release页面下载二进制文件

- 提供了Windows64位和Linux64位可执行文件

### 配置文件

```shell
# http代理
cat > /etc/caddyfile < /etc/socks5.yaml < socks5支持根据目标地址选择具体上游,具体配置例子见[socks5.yaml.example](/socks5.yaml.example)

### 运行指南

```shell
/root/go/bin/forward -socks5conf /etc/socks5.yaml -log /var/log/forward.log
```

### 测试

```shell
cat > /usr/local/bin/pass < /usr/local/bin/unpass <