Home

Awesome

httpproxy

Go Report Card

尝试下 TCP 流量加密代理:Mika

细节功能:

正在进行中

配置

配置文件在 $HOME/.httproxy/config.json,采用 JSON 格式,包含

一个简单配置演示如下

{
    "port": ":8080",
    "webport": ":6060",
    "reverse": true,
    "proxy_pass": "127.0.0.1:80",
    "auth": true,
    "cache": false,
    "cache_timeout": 30,
    "log": 1,
    "gfwlist": [
        "baidu.com",
        "google.com"
    ],
    "admin": {
        "Admin": "prxy"
    },
    "user": {
        "proxy": "proxy"
    }
}
/*this is a configure for proxy server. log: 1 for Information, 0 for DebugInfor*/

构建