Tuesday, July 21, 2015

既然大家都在抱怨GoProxy不知道怎么用,那我就抛砖引玉开个教程吧!

1:下载相应的文件,并解压。
2:修改gae.json,iplist.json,main.json如下,注意每行之前都是几个tab键而不是空格键,对齐就好:
iplist.json : “google_hk”: [
            “xx.xxx.xxx.xxx”,
            “xx.xxx.xxx.xxx”,
            “xx.xxx.xxx.xxx”,
            “xx.xxx.xxx.xxx”,
            “xx.xxx.xxx.xxx”
        ]
gae.json: “appids”: [
        “appid1″,
        “appid2″,
        “appid3″,
        “appid4″,
        “appid5″
    ],
main.json:         “roundtrip”: [
            “autoproxy”,
            “auth”,
            // “iplist”,
            “gae”,
            “php”,
            “direct”
        ],
3:运行客户端,linux下是 goproxy,windows下也是goproxy.exe,双击就可以,然后导入证书,名字是goagent.crt。
4:然后在switchsharp里面新建代理, scheme:default, protocal:http, server: 127.0.0.1, port: 8000

然后大大功告成,打完收工。

原文:http://ift.tt/1KjpIJb




via 细节的力量 http://ift.tt/1KjpLoo

No comments:

Post a Comment