想法
更新了Android5.1,我的機子出現了奇怪的問題。挂著的ss經常會被清理後臺給切斷。如果用fqrouter,效率也很低下。便想著在Raspberry上面部署一個客戶端,用來轉發數據包。恰好就發現了COW和MEOW。
不是那麽準確的示意圖

COW和MEOW簡介
COW (Climb Over the Wall) proxy
COW is a HTTP proxy to simplify bypassing the great firewall. It tries to automatically identify blocked websites and only use parent proxy for those sites.
Features
- As a HTTP proxy, can be used by mobile devices
- Supports HTTP, SOCKS5, shadowsocks and COW itself as parent proxy
- Supports simple load balancing between multiple parent proxies
- Automatically identify blocked websites, only use parent proxy for those sites
- Generate and serve PAC file for browser to bypass COW for best performance
- Contain domains that can be directly accessed (recorded accoring to your visit history)
然而作者已經六個月沒有提交新的commit了,不禁讓人與clowwindy的事件關聯起來
另一位fork了一份代碼并且獨立開發了一個新的分支MEOW,在運行方式上做了一些改動,使用了“Whitelist mode”
/\
) ( ') MEOW 是 [COW](https://github.com/cyfdecyf/cow) 的一个派生版本
( / ) MEOW 与 COW 最大的不同之处在于,COW 采用黑名单模式, 而 MEOW 采用白名单模式
\(__)| 国内网站直接连接,其他的网站使用代理连接