fwlite:http代理服务器软件,特征有支持Http、socks5和优先按位置父代理等。AMB免费翻墙网
FWLite
A anti-censorship HTTP proxy with builtin shadowsocks support.AMB免费翻墙网
Current Version: 4.16AMB免费翻墙网
Tested on Windows 7 and Windows 10.AMB免费翻墙网
DownloadAMB免费翻墙网
Quick Start
Set parent proxy
Add your own parent proxy in the parents section of main configuration file userconf.ini .AMB免费翻墙网
It looks like this:AMB免费翻墙网
[parents] shadowsocks = ss://aes-256-cfb:password@127.0.0.1:8388 shadowsocks_with_OTA = ss://aes-256-cfb-auth:password@127.0.0.1:8388 shadowsocks_with_header_obfs = ss://aes-256-cfb:password@127.0.0.1:8388/?obfs=http&hostname=www.baidu.com
or this:AMB免费翻墙网
[parents] proxy1 = http://user:pass@127.0.0.1:8087 proxy2 = socks5://127.0.0.1:1080 # connect to 'http://127.0.0.1:8087' via 'socks5://127.0.0.1:1080' proxy3 = http://127.0.0.1:8087|socks5://127.0.0.1:1080
Set browser
Set your browser's proxy setting to http://127.0.0.1:8118 .AMB免费翻墙网
On Windows, this should be done automatically.AMB免费翻墙网
Start
For Windows, run FWLite.exe AMB免费翻墙网
For Linux and Mac, run python2 /path_to/fwlite/FWLite.pyw AMB免费翻墙网
Run in command-line:AMB免费翻墙网
python2.7 /path_to/fwlite/fgfw-lite/fgfw-lite.py
Instruction under openSUSE
sudo zypper install python-virtualenv # create virtualenv virtualenv env # install requirements sudo zypper install gcc python-devel libffi-devel ./env/bin/python -m pip install repoze.lru ipaddr dnslib chardet geoip2 future ./env/bin/python -m pip install gevent cryptography # install requirements for GUI. It's gonna take a while. sudo zypper in libqt4-devel ./env/bin/python -m pip install pyside # run fwlite GUI ./env/bin/python path_to/FWLite.pyw
Features
- Set IE proxy automatically (windows)
- Detect blocked sites automatically
- autoproxy-gfwlist
- user-defined rules
- connect timeout
- read timeout
- connection reset
- Multiple work profile
- Support Network which require a Proxy (issue #39)
- Support FTP LIST/RETR (Anonymous Only)
- Support websocket protocol
- Supported parent proxy
- HTTP Proxy
- Socks5 Proxy
- Shadowsocks by @clowwindy (with OTA support)
- Prioritize parent proxies by response time
Prioritize parent proxies by location
- Redirector
- Support PAC for WPAD
Not all features are listed here, and only few of them are covered in GUI.AMB免费翻墙网
User Defined Rules(./fgfw-lite/local.txt)
FW-Lite uses autoproxy rules, the differences are:AMB免费翻墙网
URL end with keyword:AMB免费翻墙网
.exe| .apk|
RedirectAMB免费翻墙网
http://www.baidu.com http://www.google.com
Redirect with Regular ExpressionAMB免费翻墙网
/^http://www.baidu.com/.*wd=([^&]*).*$/ /https://www.google.com/search?q=\1&ie=gb2312/
Not applying rules for certain sites. For false positives in gfwlist.AMB免费翻墙网
||twimg.com auto
forcehttpsAMB免费翻墙网
|http://zh.wikipedia.com/ forcehttps
Block certain sitesAMB免费翻墙网
||360.cn 403
Bad 302 Redirect, counteract ISP conducted MITM hijack(GWBN):AMB免费翻墙网
|http://some.isp.server/ bad302
Assign a parent proxy for certain sitesAMB免费翻墙网
||bbc.co.uk shadowsocks-uk ||googlevideo.com shadowsocks-us1 shaodwsocks-us2
License
GPLv2AMB免费翻墙网
Thanks
翻墙路由器的原理与实现AMB免费翻墙网
COWAMB免费翻墙网
GoAgentAMB免费翻墙网
ShadowsocksAMB免费翻墙网
pybuildAMB免费翻墙网
gfwlistAMB免费翻墙网
AMB免费翻墙网
|