An open API service indexing awesome lists of open source software.

https://github.com/wppurking/wyatt_hosts

自己使用的 hosts 文件. Google , Apple, Amazon
https://github.com/wppurking/wyatt_hosts

Last synced: 7 months ago
JSON representation

自己使用的 hosts 文件. Google , Apple, Amazon

Awesome Lists containing this project

README

        

# Update at 2014-08-14
因为 GFW 的变化, 修改 hosts 已经不靠谱了~ 换方法吧~

# Update at 2014-06-06
最近 GFW 进行了改变使得 Hosts 翻墙越发的困难, 这个方法应该会被放弃了, 转而使用 PAC + Shadowsocks 了

# Wyatt 自己的 hosts 文件

ps: 脚本需要在 \*nix 下执行, 因为 curb 使用了 curl

## 五块内容:
* Google 服务
* Amazon 静态内容网站
* Apple 服务
* alibaba 中使用的 akamai cdn
* Adobe 屏蔽
* 广告屏蔽

外加在 Chrome 浏览器下使用 [HTTPS
Everywhere](https://chrome.google.com/webstore/detail/https-everywhere/gcbommkclmclpchllfjekcdonpmejbdp?hl=en-US) 速度刚刚滴

## 使用 (\*nix)
1. git clone git://github.com/wppurking/wyatt_hosts.git
2. cd wyatt_hosts
3. bundle install
4. ruby just-ping.rb
5. cp hosts.1[tab] /etc/hosts

That`s all