We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c835994 commit 4e9c08fCopy full SHA for 4e9c08f
README.md
@@ -1,7 +1,12 @@
1
[jjproxy](http://liruqi.github.io/jjproxy/)
2
=======
3
+
4
+本项目主要介绍如何利用国外VPS搭建多协议代理服务。
5
6
GFW 封锁了 HTTP/Socks5 代理,HTTP 代理是关键词过滤,Socks5 代理则是封锁协议。不过某些特殊的低端口并没有这么处理,已知的有 20,21,25。
7
8
+[这里](http://liruqi.github.io/jjproxy/) 提供了我在 [linode](https://www.linode.com/?r=cc93760c5a1b11a4d9c06ecfa4483bcce3d8f1e1) 上搭建的公共代理。
9
10
搭建代理服务器
11
==============
12
@@ -13,4 +18,4 @@ Ubuntu 上执行:
13
18
14
19
`curl https://raw.githubusercontent.com/liruqi/jjproxy/master/squid.conf > /et/squid3/squid.conf`
15
20
16
-然后修改我 PAC 中的代理即可使用。
21
+然后使用 [gfwlist2pac](https://github.com/clowwindy/gfwlist2pac) 生成 PAC 即可。
0 commit comments