├── README.md ├── doc ├── en-ww.md ├── img │ ├── Liuker-Team.gif │ ├── logo.gif │ └── pushmail.png ├── zh-cn.md └── zh-tw.md ├── history ├── 20151001 │ ├── Android │ │ └── hosts │ ├── Mac │ │ └── hosts │ └── Windows │ │ └── hosts ├── 20151007 │ ├── Mac │ │ └── hosts │ ├── android │ │ └── hosts │ └── windows │ │ └── hosts ├── 20151015 │ ├── Linux │ │ └── hosts │ ├── Mac │ │ └── hosts │ └── Windows │ │ └── hosts ├── 20151018 │ ├── Android │ │ └── hosts │ ├── Linux │ │ └── hosts │ ├── Mac │ │ └── hosts │ └── Windows │ │ └── hosts ├── 20151023 │ ├── Android │ │ └── hosts │ ├── Linux │ │ └── hosts │ ├── Mac │ │ └── hosts │ └── Windows │ │ └── hosts ├── 20151026 │ ├── Android │ │ └── hosts │ ├── Linux │ │ └── hosts │ ├── Mac │ │ └── hosts │ └── Windows │ │ └── hosts ├── 20151101 │ ├── Android │ │ └── hosts │ ├── Linux │ │ └── hosts │ ├── Mac │ │ └── hosts │ └── Windows │ │ └── hosts ├── 20151115 │ └── hosts ├── 20151121 │ └── hosts ├── 20151128 │ └── hosts ├── 20151205 │ └── hosts ├── 20151212 │ └── hosts ├── 20151219 │ └── hosts ├── 20160102 │ └── hosts ├── 20160109 │ └── hosts ├── 20160116 │ └── hosts ├── 20160127 │ └── hosts ├── 20160206 │ └── hosts ├── 20160221 │ └── hosts ├── 20160228 │ └── hosts ├── 20160304 │ └── hosts ├── 20160309 │ └── hosts ├── 20160310 │ └── hosts ├── 20160401 │ └── hosts ├── 20160414 │ └── hosts ├── 20160913 │ └── hosts ├── 20161012 │ └── hosts └── 20161109 │ └── hosts └── hosts /README.md: -------------------------------------------------------------------------------- 1 | 语言选择 2 | -------- 3 | 4 | * [English](doc/en-ww.md) 5 | * [中文(简体)](doc/zh-cn.md) 6 | 7 | 8 | 说明 9 | ---- 10 | 11 | 持续每周更新Hosts (包含Google、Gmail、Facebook、Twitter、Amazon、Yahoo、Wikipedia、Github等被墙的网站)文件。只想上Google者,请上 https://g.liuker.org/ 即可Google,无需修改Hosts文件! 12 | 13 | 目前![](doc/img/logo.gif)拥有3000多个可用的Google IP!所以,大家可以尽情地使用! 14 | 15 | 适用系统 16 | -------- 17 | 18 | * Unix 19 | * Linux 20 | * Android 21 | * Mac 22 | * Windows 23 | 24 | 更新地址 25 | -------- 26 | 27 | * [liuker/hosts: 最新可用的google hosts文件。3000多个google ip任你使!](https://github.com/liuker0x007/hosts) 28 | 29 | 如何修改Hosts 30 | ------------- 31 | 32 | ### Linux & Unix 33 | 如果是Linux或者Unix系统,有两种方法。 34 | 35 | **1、终端:** 36 | 37 | 使用wget或curl,以wget为例: 38 | 开启终端(快捷键为“Ctrl + Alt + T”)输入`bash -c 'wget https://raw.githubusercontent.com/liuker0x007/hosts/master/hosts -qO /tmp/hosts && sudo mv /tmp/hosts /etc/hosts'`。 39 | 40 | **2、非终端:** 41 | 42 | 打开`/etc/hosts`目录,用下载好的`hosts`文件粘帖和覆盖该目录的`hosts`文件。最后在终端输入`sudo systemctl restart NetworkManager`。 43 | 44 | **注意 : 非systemd发行版,终端输入`sudo rcnscd restart`,如果不清楚请两个都试一次。** 45 | 46 | ### Android 47 | 如果是Android系统,用RE管理器(前提需要手机已Root)打开`/system/etc/hosts`目录,用下载好的`hosts`文件粘帖和覆盖该目录的`hosts`文件。然后通过`开启飞行模式` -> `关闭飞行模式`的方式使其生效。 48 | 49 | ### Mac 50 | 如果是Mac系统,打开你的文件管理器(也就是Finder),然后,请按快捷键组合“Shift+Command+G”三个组合按键查找文件,并输入Hosts文件的所在路径:`/etc/hosts`,用下载好的`hosts`文件粘帖和覆盖该目录的`hosts`文件。然后终端输入`sudo killall -HUP mDNSResponder`使其生效。 51 | 52 | ### Windows 53 | 如果是Windows系统,用文本编辑器(如Notepad++|记事本)打开`C:\Windows\System32\drivers\etc`中的`hosts`文件,用下载好的`hosts`文件全部内容复制到`C:\WINDOWS\system32\drivers\etc`目录中的`hosts`文件中。或者用下载好的`hosts`文件粘帖和覆盖`C:\WINDOWS\system32\drivers\etc`目录中的`hosts`文件中。保存后通过```开始 -> 运行 -> 输入cmd -> 在CMD窗口输入ipconfig /flushdns```使其生效。 54 | 55 | 注意:如果遇到无法保存,请右键hosts -> 属性 -> 安全,然后选择你登陆的用户名,最后点击编辑,勾选"写入"即可。 56 | 57 | **注意:如果`hosts`文件中已经有内容,那么请把已有的内容追加到`hosts`文件末尾。** 58 | 59 | 更新时间 60 | -------- 61 | 62 | 基本上每周周末都会更新一次。 63 | 64 | 联系方式 65 | -------- 66 | 67 | * E-mail: [lt@liuker.xyz](mailto:lt@liuker.xyz) -------------------------------------------------------------------------------- /doc/en-ww.md: -------------------------------------------------------------------------------- 1 | Select language 2 | --------------- 3 | 4 | * [English](en-ww.md) 5 | * [中文(简体)](zh-cn.md) 6 | 7 | 8 | Description 9 | ----------- 10 | 11 | Hosts an extension system files, it is mainly to speed up the domain name resolution, but also can shield the site, etc.. 12 | 13 | ![](img/logo.gif) will continue to update the latest and available hosts files. Includeing Google, Gmail, Android, Android Developers, Google Scholar, Google Developers, Google Play, Youtube, Facebook, Twitter, Amazon, Yahoo, Wikipedia, Github, Archive, Battle.NET, Box.com, BundleStars, DeviantART, DuckDuckGo, HumbleBundle, imgur, Indiegala, inoreader, Instagram, Ixquick, Logmein, MEGA, OneDrive, osu, RockStar, SoundCloud, Speedtest, Startpage, Steam, WordPress, XDA, Appannie, Travis CI fastly CDN and so on hosts. 14 | 15 | **Note:** 16 | 17 | Google, Gmail, Twitter, Facebook, etc are using HTTPS. Generally these sites are SSL encryption, eg:https://twitter.com/. 18 | 19 | If you do not like to use [https://www.google.com.hk](https://www.google.com.hk/), you can use [https://www.google.com/ncr](https://www.google.com/ncr). 20 | 21 | Possible areas of network (railcom, China unicom), This `hosts` file will be unable to use. 22 | 23 | Due to DNS pollution is too serious, YouTube can only open the web page, the video can not play. If you want to watch YouTube video, you can use [YouTube Video Converter - Convert to MP3, MP4, AVI, MKV](http://www.onlinevideoconverter.com/video-converter) to download. 24 | 25 | 26 | **Important things are to be repeated for 3 times:** 27 | 28 | ![](img/logo.gif) provided by the hosts is limited to study and research use, please do not used for any commercial purposes. 29 | 30 | ![](img/logo.gif) provided by the hosts is limited to study and research use, please do not used for any commercial purposes. 31 | 32 | ![](img/logo.gif) provided by the hosts is limited to study and research use, please do not used for any commercial purposes. 33 | 34 | ![](img/logo.gif) guarantee that in the hosts file does not add screen advertising items, don't hijack any web site, is not to install the back door. 35 | 36 | 37 | Working Principles 38 | ------------------ 39 | 40 | Browser to access web site, first by the DNS server to access the website domain name resolution as a unique IP address, after the browser to this site to locate and access the data. 41 | 42 | Operating system, regulations on DNS request before, first check whether his Hosts file with the domain name and IP mapping relationship. If it has direct access to the IP address specified by the network location, if not, then put forward to known the DNS server domain name resolution requests. That is to say, the Hosts IP parsing priority is higher than the DNS. 43 | 44 | The applicable system 45 | --------------------- 46 | 47 | * Unix 48 | * Linux 49 | * Android 50 | * Mac 51 | * Windows 52 | 53 | Update Address 54 | -------------- 55 | 56 | * [liuker0x007/hosts: Liuker Team will continue to update the latest and available hosts files...](https://github.com/liuker0x007/hosts) 57 | 58 | How to modify the Hosts file 59 | ---------------------------- 60 | 61 | ### Linux or Unix 62 | If the system is Linux or Unix, have two ways. 63 | 64 | **1.Use terminal:** 65 | 66 | Use wget or curl,eg: 67 | Open Terminal(Hot key: "Ctrl + Alt + T"), input `bash -c 'wget https://raw.githubusercontent.com/liuker0x007/hosts/master/hosts -qO /tmp/hosts && sudo mv /tmp/hosts /etc/hosts'`. 68 | 69 | **2.Not use terminal:** 70 | 71 | Open the `/etc/hosts` folder,use downloaded `hosts` file to paste or override `hosts` file. Then, open Terminal that input `sudo systemctl restart NetworkManager` to entry into force. 72 | 73 | **Note: If the system is Non-systemd Release, yon should input `sudo rcnscd restart`. If you are not sure, please try both again.** 74 | 75 | ### Android 76 | If the system is Android, use RootExplore to open the `/system/etc/hosts` folder, use downloaded `hosts` file to paste or override `hosts` file. Then, the way is `开启飞行模式` -> `关闭飞行模式` to entry into force. 77 | 78 | ### Mac 79 | If the system is Mac OS, open Finder. Then, press hot key is "Shift+Command+G" to find files, and input is `/etc/hosts`, use downloaded `hosts` file to paste or override `hosts` file. Finally, open Terminal that input `sudo killall -HUP mDNSResponder` to entry into force. 80 | 81 | ### Windows 82 | If the system is Windwos, open the `C:\Windows\System32\drivers\etc` folder, use downloaded `hosts` file to paste or override `hosts` file. Finally, the way is ```开始 -> 运行 -> 输入cmd -> 在CMD窗口输入ipconfig /flushdns``` to entry into force. 83 | 84 | 85 | **Note: If the `hosts` file have any content, you must add the content to at the end of this file。** 86 | 87 | Update time 88 | ----------- 89 | 90 | Updated almost every weekend. 91 | 92 | Contact me 93 | ---------- 94 | 95 | * E-mail: [lt@liuker.xyz](mailto:lt@liuker.xyz) 96 | -------------------------------------------------------------------------------- /doc/img/Liuker-Team.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/laucyun/hosts/b465dca1104a18172e623999f1d69bc2822d03c7/doc/img/Liuker-Team.gif -------------------------------------------------------------------------------- /doc/img/logo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/laucyun/hosts/b465dca1104a18172e623999f1d69bc2822d03c7/doc/img/logo.gif -------------------------------------------------------------------------------- /doc/img/pushmail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/laucyun/hosts/b465dca1104a18172e623999f1d69bc2822d03c7/doc/img/pushmail.png -------------------------------------------------------------------------------- /doc/zh-cn.md: -------------------------------------------------------------------------------- 1 | 语言选择 2 | -------- 3 | 4 | * [English](en-ww.md) 5 | * [中文(简体)](zh-cn.md) 6 | 7 | 8 | 说明 9 | ---- 10 | 11 | hosts文件是一个没有扩展名的系统文件,它的主要作用是能加快域名解析,还可以屏蔽网站等。 12 | 13 | ![](img/logo.gif)将持续更新最新的且可用的hosts文件。其中包括Google, Gmail, Android, Android Developers, Google Scholar, Google Developers, Google Play, Youtube, Facebook, Twitter, Amazon, Yahoo, Wikipedia, Github, Archive, Battle.NET, Box.com, BundleStars, DeviantART, DuckDuckGo, HumbleBundle, imgur, Indiegala, inoreader, Instagram, Ixquick, Logmein, MEGA, OneDrive, osu, RockStar, SoundCloud, Speedtest, Startpage, Steam, WordPress, XDA, Appannie, Travis CI fastly CDN等hosts. 14 | 15 | **注:** 16 | 17 | Google、Gmail、维基百科、Twitter、Facebook等都用https加密方式打开。一般这些网站都是SSL加密链接,如Twitter:https://twitter.com/。 18 | 19 | 如果不喜欢用谷歌香港,可以访问[https://www.google.com/ncr](https://www.google.com/ncr),No Country Redirect是禁止国别跳转。 20 | 21 | 可能有的地区的网络(铁通、联通)hosts会出现无法正常使用! 22 | 23 | 由于DNS污染太严重,YouTube只能打开网页,视频无法播放!如果想观看YouTube的视频,可以通过[YouTube Video Converter - Convert to MP3, MP4, AVI, MKV](http://www.onlinevideoconverter.com/video-converter)网站下载视频。 24 | 25 | 26 | **重要的事情说三遍:** 27 | 28 | ![](img/logo.gif)所提供的hosts仅限于学习和研究使用,请勿用于任何商业用途。 29 | 30 | ![](img/logo.gif)所提供的hosts仅限于学习和研究使用,请勿用于任何商业用途。 31 | 32 | ![](img/logo.gif)所提供的hosts仅限于学习和研究使用,请勿用于任何商业用途。 33 | 34 | ![](img/logo.gif)保证在hosts文件里不会添加屏蔽广告条目,也不会劫持任何网站,更不会安装后门。 35 | 36 | 37 | 工作原理 38 | -------- 39 | 40 | 浏览器访问网站,要首先通过DNS服务器把要访问的网站域名解析成一个唯一的IP地址,之后,浏览器才能对此网站进行定位并且访问其数据。 41 | 42 | 操作系统规定,在进行DNS请求以前,先检查系自己的Hosts文件中是否有这个域名和IP的映射关系。如果有,则直接访问这个IP地址指定的网络位置,如果没有,再向已知的DNS服务器提出域名解析请求。也就是说Hosts的IP解析优先级比DNS要高。 43 | 44 | 适用系统 45 | -------- 46 | 47 | * Unix 48 | * Linux 49 | * Android 50 | * Mac 51 | * Windows 52 | 53 | 更新地址 54 | -------- 55 | 56 | * [liuker0x007/hosts: Liuker Teamwill continue to update the latest and available hosts files...](https://github.com/liuker0x007/hosts) 57 | 58 | 如何修改Hosts 59 | -------- 60 | 61 | ### Linux & Unix 62 | 如果是Linux或者Unix系统,有两种方法。 63 | 64 | **1、终端:** 65 | 66 | 使用wget或curl,以wget为例: 67 | 开启终端(快捷键为“Ctrl + Alt + T”)输入`bash -c 'wget https://raw.githubusercontent.com/liuker0x007/hosts/master/hosts -qO /tmp/hosts && sudo mv /tmp/hosts /etc/hosts'`。 68 | 69 | **2、非终端:** 70 | 71 | 打开`/etc/hosts`目录,用下载好的`hosts`文件粘帖和覆盖该目录的`hosts`文件。最后在终端输入`sudo systemctl restart NetworkManager`。 72 | 73 | **注意 : 非systemd发行版,终端输入`sudo rcnscd restart`,如果不清楚请两个都试一次。** 74 | 75 | ### Android 76 | 如果是Android系统,用RE管理器(前提需要手机已Root)打开`/system/etc/hosts`目录,用下载好的`hosts`文件粘帖和覆盖该目录的`hosts`文件。然后通过`开启飞行模式` -> `关闭飞行模式`的方式使其生效。 77 | 78 | ### Mac 79 | 如果是Mac系统,打开你的文件管理器(也就是Finder),然后,请按快捷键组合“Shift+Command+G”三个组合按键查找文件,并输入Hosts文件的所在路径:`/etc/hosts`,用下载好的`hosts`文件粘帖和覆盖该目录的`hosts`文件。然后终端输入`sudo killall -HUP mDNSResponder`使其生效。 80 | 81 | ### Windows 82 | 如果是Windows系统,用文本编辑器(如Notepad++|记事本)打开`C:\Windows\System32\drivers\etc`中的`hosts`文件,用下载好的`hosts`文件全部内容复制到`C:\WINDOWS\system32\drivers\etc`目录中的`hosts`文件中。或者用下载好的`hosts`文件粘帖和覆盖`C:\WINDOWS\system32\drivers\etc`目录中的`hosts`文件中。保存后通过```开始 -> 运行 -> 输入cmd -> 在CMD窗口输入ipconfig /flushdns```使其生效。 83 | 84 | 注意:如果遇到无法保存,请右键hosts -> 属性 -> 安全,然后选择你登陆的用户名,最后点击编辑,勾选"写入"即可。 85 | 86 | **注意:如果`hosts`文件中已经有内容,那么请把已有的内容追加到`hosts`文件末尾。** 87 | 88 | 更新时间 89 | -------- 90 | 91 | 基本上每周周末都会更新一次。 92 | 93 | 联系方式 94 | -------- 95 | 96 | * E-mail: [lt@liuker.xyz](mailto:lt@liuker.xyz) 97 | -------------------------------------------------------------------------------- /doc/zh-tw.md: -------------------------------------------------------------------------------- 1 | 語言選擇 2 | -------- 3 | 4 | * [English](en-ww.md) 5 | * [中文(简体)](zh-cn.md) 6 | * [中文(繁體)](zh-tw.md) 7 | 8 | 9 | 更新提醒 10 | -------- 11 | 12 | ![Google hosts更新提醒](README/img/pushmail.png) 13 | 新功能:Google hosts更新提醒。如果你想設置Google hosts更新的郵件提醒的話,請留下您的郵箱地址。 14 | 15 | 16 | 說明 17 | ---- 18 | 19 | hosts檔是一個沒有副檔名的系統檔,它的主要作用是能加快功能變數名稱解析,還可以遮罩網站等。 20 | 21 | ![](img/logo.gif)將持續更新最新的且可用的hosts檔。其中包括Google, Gmail, Android, Android Developers, Google Scholar, Google Developers, Google Play, Youtube, Facebook, Twitter, Amazon, Yahoo, Wikipedia, Github, Archive, Battle.NET, Box.com, BundleStars, DeviantART, DuckDuckGo, HumbleBundle, imgur, Indiegala, inoreader, Instagram, Ixquick, Logmein, MEGA, OneDrive, osu, RockStar, SoundCloud, Speedtest, Startpage, Steam, WordPress, XDA, Appannie, Travis CI fastly CDN等hosts. 22 | 23 | **注:** 24 | 25 | Google、Gmail、維琪百科、Twitter、Facebook等都用https加密方式打開。一般這些網站都是SSL加密連結,如Twitter:https://twitter.com/。 26 | 27 | 如果不喜歡用穀歌香港,可以訪問[https://www.google.com/ncr](https://www.google.com/ncr),No Country Redirect是禁止國別跳轉。 28 | 29 | 可能有的地區的網路(鐵通、聯通)hosts會出現無法正常使用! 30 | 31 | 由於DNS污染太嚴重,YouTube只能打開網頁,視頻無法播放!如果想觀看YouTube的視頻,可以通過[YouTube Video Converter - Convert to MP3, MP4, AVI, MKV](http://www.onlinevideoconverter.com/video-converter)網站下載視頻。 32 | 33 | 34 | **重要的事情說三遍:** 35 | 36 | ![](img/logo.gif)所提供的hosts僅限於學習和研究使用,請勿用於任何商業用途。 37 | 38 | ![](img/logo.gif)所提供的hosts僅限於學習和研究使用,請勿用於任何商業用途。 39 | 40 | ![](img/logo.gif)所提供的hosts僅限於學習和研究使用,請勿用於任何商業用途。 41 | 42 | [](img/logo.gif)保證在hosts檔裡不會添加遮罩廣告條目,也不會劫持任何網站,更不會安裝後門。 43 | 44 | 45 | 工作原理 46 | -------- 47 | 48 | 流覽器訪問網站,要首先通過DNS伺服器把要訪問的網站功能變數名稱解析成一個唯一的IP位址,之後,流覽器才能對此網站進行定位並且訪問其資料。 49 | 50 | 作業系統規定,在進行DNS請求以前,先檢查系自己的Hosts檔中是否有這個功能變數名稱和IP的映射關係。如果有,則直接訪問這個IP位址指定的網路位置,如果沒有,再向已知的DNS伺服器提出功能變數名稱解析請求。也就是說Hosts的IP解析優先順序比DNS要高。 51 | 52 | 適用系統 53 | -------- 54 | 55 | * Unix 56 | * Linux 57 | * Android 58 | * Mac 59 | * Windows 60 | 61 | 更新位址 62 | -------- 63 | 64 | * [liuker0x007/hosts: Liuker Teamwill continue to update the latest and available hosts files...](https://github.com/liuker0x007/hosts) 65 | 66 | 如何修改Hosts 67 | -------- 68 | 69 | ### Linux & Unix 70 | 如果是Linux或者Unix系統,有兩種方法。 71 | 72 | **1、終端:** 73 | 74 | 使用wget或curl,以wget為例: 75 | 開啟終端(快速鍵為“Ctrl + Alt + T”)輸入`bash -c 'wget https://raw.githubusercontent.com/liuker0x007/hosts/master/hosts -qO /tmp/hosts && sudo mv /tmp/hosts /etc/hosts'`。 76 | 77 | **2、非終端:** 78 | 79 | 打開`/etc/hosts`目錄,用下載好的`hosts`檔粘帖和覆蓋該目錄的`hosts`檔。最後在終端輸入`sudo systemctl restart NetworkManager`。 80 | 81 | **注意 : 非systemd發行版本,終端輸入`sudo rcnscd restart`,如果不清楚請兩個都試一次。** 82 | 83 | ### Android 84 | 如果是Android系統,用RE管理器(前提需要手機已Root)打開`/system/etc/hosts`目錄,用下載好的`hosts`檔粘帖和覆蓋該目錄的`hosts`檔。然後通過`開啟飛行模式` -> `關閉飛行模式`的方式使其生效。 85 | 86 | ### Mac 87 | 如果是Mac系統,打開你的檔案管理員(也就是Finder),然後,請按快速鍵組合“Shift+Command+G”三個組合按鍵查找檔,並輸入Hosts檔的所在路徑:`/etc/hosts`,用下載好的`hosts`檔粘帖和覆蓋該目錄的`hosts`檔。然後終端輸入`sudo killall -HUP mDNSResponder`使其生效。 88 | 89 | ### Windows 90 | 如果是Windows系統,用文字編輯器(如Notepad++|記事本)打開`C:\Windows\System32\drivers\etc`中的`hosts`檔,用下載好的`hosts`檔全部內容複製到`C:\WINDOWS\system32\drivers\etc`目錄中的`hosts`檔中。或者用下載好的`hosts`檔粘帖和覆蓋`C:\WINDOWS\system32\drivers\etc`目錄中的`hosts`檔中。保存後通過```開始 -> 運行 -> 輸入cmd -> 在CMD視窗輸入ipconfig /flushdns```使其生效。 91 | 92 | 注意:如果遇到無法保存,請右鍵hosts -> 屬性 -> 安全,然後選擇你登陸的用戶名,最後點擊編輯,勾選"寫入"即可。 93 | 94 | **注意:如果`hosts`檔中已經有內容,那麼請把已有的內容追加到`hosts`檔末尾。** 95 | 96 | 更新時間 97 | -------- 98 | 99 | 基本上每週週末都會更新一次。 100 | 101 | 聯繫方式 102 | -------- 103 | 104 | * E-mail: [lt@liuker.xyz](mailto:lt@liuker.xyz) 105 | -------------------------------------------------------------------------------- /history/20151015/Linux/hosts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/laucyun/hosts/b465dca1104a18172e623999f1d69bc2822d03c7/history/20151015/Linux/hosts -------------------------------------------------------------------------------- /history/20151015/Mac/hosts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/laucyun/hosts/b465dca1104a18172e623999f1d69bc2822d03c7/history/20151015/Mac/hosts -------------------------------------------------------------------------------- /history/20151015/Windows/hosts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/laucyun/hosts/b465dca1104a18172e623999f1d69bc2822d03c7/history/20151015/Windows/hosts -------------------------------------------------------------------------------- /history/20151018/Android/hosts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/laucyun/hosts/b465dca1104a18172e623999f1d69bc2822d03c7/history/20151018/Android/hosts -------------------------------------------------------------------------------- /history/20151018/Linux/hosts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/laucyun/hosts/b465dca1104a18172e623999f1d69bc2822d03c7/history/20151018/Linux/hosts -------------------------------------------------------------------------------- /history/20151018/Mac/hosts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/laucyun/hosts/b465dca1104a18172e623999f1d69bc2822d03c7/history/20151018/Mac/hosts -------------------------------------------------------------------------------- /history/20151018/Windows/hosts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/laucyun/hosts/b465dca1104a18172e623999f1d69bc2822d03c7/history/20151018/Windows/hosts -------------------------------------------------------------------------------- /history/20151023/Android/hosts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/laucyun/hosts/b465dca1104a18172e623999f1d69bc2822d03c7/history/20151023/Android/hosts -------------------------------------------------------------------------------- /history/20151023/Linux/hosts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/laucyun/hosts/b465dca1104a18172e623999f1d69bc2822d03c7/history/20151023/Linux/hosts -------------------------------------------------------------------------------- /history/20151023/Mac/hosts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/laucyun/hosts/b465dca1104a18172e623999f1d69bc2822d03c7/history/20151023/Mac/hosts -------------------------------------------------------------------------------- /history/20151023/Windows/hosts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/laucyun/hosts/b465dca1104a18172e623999f1d69bc2822d03c7/history/20151023/Windows/hosts -------------------------------------------------------------------------------- /history/20151026/Android/hosts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/laucyun/hosts/b465dca1104a18172e623999f1d69bc2822d03c7/history/20151026/Android/hosts -------------------------------------------------------------------------------- /history/20151026/Linux/hosts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/laucyun/hosts/b465dca1104a18172e623999f1d69bc2822d03c7/history/20151026/Linux/hosts -------------------------------------------------------------------------------- /history/20151026/Mac/hosts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/laucyun/hosts/b465dca1104a18172e623999f1d69bc2822d03c7/history/20151026/Mac/hosts -------------------------------------------------------------------------------- /history/20151026/Windows/hosts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/laucyun/hosts/b465dca1104a18172e623999f1d69bc2822d03c7/history/20151026/Windows/hosts -------------------------------------------------------------------------------- /history/20151101/Linux/hosts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/laucyun/hosts/b465dca1104a18172e623999f1d69bc2822d03c7/history/20151101/Linux/hosts -------------------------------------------------------------------------------- /history/20151101/Mac/hosts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/laucyun/hosts/b465dca1104a18172e623999f1d69bc2822d03c7/history/20151101/Mac/hosts -------------------------------------------------------------------------------- /history/20151101/Windows/hosts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/laucyun/hosts/b465dca1104a18172e623999f1d69bc2822d03c7/history/20151101/Windows/hosts -------------------------------------------------------------------------------- /history/20151115/hosts: -------------------------------------------------------------------------------- 1 | ## 2 | # Copyright (c) 2015, ]Liuker Team[. 3 | # 4 | # This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY. 5 | # Redistribution and use in anyway, DO NOT remove these and follow comments. 6 | # 7 | # Host Database 8 | # 9 | # localhost is used to configure the loopback interface when the system is booting. 10 | # Do not change this entry. 11 | # 12 | # Last update: Mon Nov 15 09:53:35 CST 2015 13 | # 14 | # Update Address:https://github.com/liuker0x007/hosts or http://yun.baidu.com/share/home?uk=1680216650 15 | # 16 | ## 17 | 127.0.0.1 localhost 18 | 255.255.255.255 broadcasthost 19 | ::1 localhost 20 | fe80::1%lo0 localhost 21 | 22 | # Modify hosts start 23 | 24 | # Amazon AWS Start 25 | 27.0.1.125 ap-northeast-1.console.aws.amazon.com 26 | 54.240.226.19 ap-southeast-1.console.aws.amazon.com 27 | 54.240.195.197 ap-southeast-2.console.aws.amazon.com 28 | 176.32.100.36 aws.amazon.com 29 | 72.21.194.168 console.aws.amazon.com 30 | 54.239.54.107 eu-central-1.console.aws.amazon.com 31 | 178.236.4.251 eu-west-1.console.aws.amazon.com 32 | 54.231.66.16 s3.amazonaws.com 33 | 54.231.229.10 s3-ap-northeast-1.amazonaws.com 34 | 54.231.242.150 s3-ap-southeast-1.amazonaws.com 35 | 54.231.252.130 s3-ap-southeast-2.amazonaws.com 36 | 72.21.203.5 s3-console-us-standard.console.aws.amazon.com 37 | 54.231.192.41 s3-eu-central-1.amazonaws.com 38 | 54.231.132.112 s3-eu-west-1.amazonaws.com 39 | 54.231.253.78 s3-sa-east-1.amazonaws.com 40 | 54.231.237.85 s3-us-west-1.amazonaws.com 41 | 54.231.160.48 s3-us-west-2.amazonaws.com 42 | 177.72.244.68 sa-east-1.console.aws.amazon.com 43 | 204.246.162.198 us-west-1.console.aws.amazon.com 44 | 54.240.250.61 us-west-2.console.aws.amazon.com 45 | # Amazon AWS End 46 | 47 | # Archive Start 48 | 207.241.224.2 archive.org 49 | 207.241.226.190 web.archive.org 50 | # Archive End 51 | 52 | # Battle.NET Start 53 | 12.129.206.133 enUS.patch.battle.net 54 | 208.111.148.7 llnw.blizzard.com 55 | 121.254.200.133 zhTW.patch.battle.net 56 | # Battle.NET End 57 | 58 | # Box.com Start 59 | 74.112.184.70 app.box.com 60 | 74.112.184.90 box.com 61 | 74.112.184.85 m.box.com 62 | 104.218.203.34 support.box.com 63 | 74.112.184.85 www.box.com 64 | 74.112.184.80 www.box.net 65 | # Box.com End 66 | 67 | # BundleStars Start 68 | 23.253.146.21 bundlestars.com 69 | 54.192.232.60 cdn-images.bundlestars.com 70 | 185.12.83.2 support.bundlestars.com 71 | # BundleStars End 72 | 73 | # DeviantART Start 74 | # DeviantART End 75 | 76 | # Dropbox_hosts start 77 | # Dropbox_hosts end 78 | 79 | # DuckDuckGo Start 80 | 46.51.216.186 duckduckgo.com 81 | 46.51.216.186 www.duckduckgo.com 82 | 46.51.216.186 ac.duckduckgo.com 83 | 54.251.178.52 icons.duckduckgo.com 84 | 54.251.178.52 images.duckduckgo.com 85 | 96.45.83.209 help.duckduckgo.com 86 | # DuckDuckGo End 87 | 88 | # Facebook start 89 | 31.13.95.46 mqtt.facebook.com 90 | 31.13.95.46 video.xx.fbcdn.net 91 | 77.67.4.11 fbcdn-sphotos-a-a.akamaihd.net 92 | 77.67.4.64 fbcdn-sphotos-b-a.akamaihd.net 93 | 77.67.4.74 fbcdn-sphotos-c-a.akamaihd.net 94 | 77.67.4.73 fbcdn-sphotos-d-a.akamaihd.net 95 | 77.67.4.74 fbcdn-sphotos-e-a.akamaihd.net 96 | 77.67.4.10 fbcdn-sphotos-f-a.akamaihd.net 97 | 31.13.95.46 fbcdn-sphotos-g-a.akamaihd.net 98 | 31.13.95.46 fbcdn-sphotos-h-a.akamaihd.net 99 | 2.16.162.11 fbcdn-profile-a.akamaihd.net 100 | 31.13.95.46 scontent.xx.fbcdn.net 101 | 31.13.95.46 scontent-a.xx.fbcdn.net 102 | 31.13.95.46 scontent-b.xx.fbcdn.net 103 | 23.213.58.87 s-static.ak.facebook.com 104 | 23.213.58.87 profile.ak.facebook.com 105 | 184.28.188.154 static.ak.facebook.com 106 | 184.28.188.154 b.static.ak.facebook.com 107 | 31.13.95.46 graph.facebook.com 108 | 31.13.95.46 ssl.facebook.com 109 | 31.13.95.46 api.facebook.com 110 | 31.13.95.46 secure-profile.facebook.com 111 | 31.13.95.46 secure.facebook.com 112 | 31.13.95.46 zh-cn.facebook.com 113 | 31.13.95.46 login.facebook.com 114 | 31.13.95.46 m.facebook.com 115 | 31.13.95.46 messages-facebook.com 116 | 31.13.95.46 attachments.facebook.com 117 | 31.13.95.46 touch.facebook.com 118 | 31.13.95.46 facebook.com 119 | 31.13.95.46 www.facebook.com 120 | 31.13.95.46 apps.facebook.com 121 | 31.13.95.46 profile.ak.fbcdn.net 122 | 31.13.95.46 vpn.tfbnw.net 123 | 184.28.188.240 vthumb.ak.fbcdn.net 124 | 184.28.188.152 photos-a.ak.fbcdn.net 125 | 184.28.188.154 photos-b.ak.fbcdn.net 126 | 184.28.188.171 photos-c.ak.fbcdn.net 127 | 184.28.188.171 photos-d.ak.fbcdn.net 128 | 184.28.188.153 photos-e.ak.fbcdn.net 129 | 184.28.188.153 photos-f.ak.fbcdn.net 130 | 184.28.188.171 photos-g.ak.fbcdn.net 131 | 184.28.188.146 photos-h.ak.fbcdn.net 132 | 184.28.188.171 creative.ak.fbcdn.net 133 | 31.13.95.46 fbcdn.net 134 | 184.28.188.153 external.ak.fbcdn.net 135 | 184.28.188.153 b.static.ak.fbcdn.net 136 | 184.28.188.153 static.ak.fbcdn.net 137 | 31.13.95.46 upload.facebook.com 138 | 31.13.95.46 developers.facebook.com 139 | 184.28.188.153 act.channel.facebook.com 140 | 184.28.188.153 0-act.channel.facebook.com 141 | 184.28.188.153 1-act.channel.facebook.com 142 | 184.28.188.153 2-act.channel.facebook.com 143 | 184.28.188.153 3-act.channel.facebook.com 144 | 184.28.188.153 4-act.channel.facebook.com 145 | 184.28.188.153 5-act.channel.facebook.com 146 | 184.28.188.153 6-act.channel.facebook.com 147 | 31.13.95.46 beta-chat-01-05-ash3.facebook.com 148 | 184.28.188.153 origincache-ai-01-05-ash3.fbcdn.net 149 | 31.13.95.46 static.thefacebook.com 150 | 184.28.188.153 inyour-slb-01-05-ash3.facebook.com 151 | 184.28.188.153 origincache-starfacebook-ai-01-05-ash3.facebook.com 152 | 31.13.95.46 channel-ecmp-05-ash3.facebook.com 153 | 31.13.95.46 channel-staging-ecmp-05-ash3.facebook.com 154 | 31.13.95.46 channel-testing-ecmp-05-ash3.facebook.com 155 | 31.13.95.46 0-edge-chat.facebook.com 156 | 31.13.95.46 1-edge-chat.facebook.com 157 | 31.13.95.46 2-edge-chat.facebook.com 158 | 31.13.95.46 3-edge-chat.facebook.com 159 | 31.13.95.46 4-edge-chat.facebook.com 160 | 31.13.95.46 5-edge-chat.facebook.com 161 | 31.13.95.46 6-edge-chat.facebook.com 162 | 31.13.95.46 api-read.facebook.com 163 | 31.13.95.46 attachment.fbsbx.com 164 | 31.13.95.46 bigzipfiles.facebook.com 165 | 31.13.95.46 check4.facebook.com 166 | 31.13.95.46 check6.facebook.com 167 | 31.13.95.46 code.facebook.com 168 | 31.13.95.46 connect.facebook.com 169 | 31.13.95.46 edge-chat.facebook.com 170 | 31.13.95.46 pixel.facebook.com 171 | 31.13.95.46 star.c10r.facebook.com 172 | 31.13.95.46 star.facebook.com 173 | 31.13.95.46 zh-tw.facebook.com 174 | 31.13.95.46 b-api.facebook.com 175 | 31.13.95.46 b-graph.facebook.com 176 | 31.13.95.46 connect.facebook.net 177 | 31.13.95.46 creative.ak.fbcdn.net 178 | 31.13.95.46 d.facebook.com 179 | 31.13.95.46 ent-a.xx.fbcdn.net 180 | 31.13.95.46 ent-b.xx.fbcdn.net 181 | 31.13.95.46 ent-c.xx.fbcdn.net 182 | 31.13.95.46 ent-d.xx.fbcdn.net 183 | 31.13.95.46 ent-e.xx.fbcdn.net 184 | 23.32.248.66 fbcdn-creative-a.akamaihd.net 185 | 72.246.188.82 fbcdn-photos-a.akamaihd.net 186 | 72.246.188.19 fbcdn-photos-e-a.akamaihd.net 187 | 23.205.168.10 fbcdn-sphotos-a.akamaihd.net 188 | 23.32.248.49 fbcdn-video-a-a.akamaihd.net 189 | 23.32.248.34 fbcdn-video-b-a.akamaihd.net 190 | 23.32.248.59 fbcdn-video-c-a.akamaihd.net 191 | 124.40.41.16 fbcdn-video-d-a.akamaihd.net 192 | 23.32.248.8 fbcdn-video-e-a.akamaihd.net 193 | 23.32.248.51 fbcdn-video-f-a.akamaihd.net 194 | 23.32.248.9 fbcdn-video-g-a.akamaihd.net 195 | 23.32.248.11 fbcdn-video-h-a.akamaihd.net 196 | 23.32.248.42 fbcdn-video-i-a.akamaihd.net 197 | 124.40.41.17 fbcdn-video-j-a.akamaihd.net 198 | 23.32.248.50 fbcdn-video-k-a.akamaihd.net 199 | 23.32.248.43 fbcdn-video-l-a.akamaihd.net 200 | 23.32.248.26 fbcdn-video-m-a.akamaihd.net 201 | 23.32.248.73 fbcdn-video-n-a.akamaihd.net 202 | 23.32.248.19 fbcdn-video-o-a.akamaihd.net 203 | 23.32.248.35 fbcdn-video-p-a.akamaihd.net 204 | 23.32.248.33 fbcdn-vthumb-a.akamaihd.net 205 | 23.32.248.27 fbexternal-a.akamaihd.net 206 | 58.26.185.48 fbstatic-a.akamaihd.net 207 | 31.13.95.46 ldap.thefacebook.com 208 | 31.13.95.46 orcart.facebook.com 209 | 31.13.95.46 scontent-a-lax.xx.fbcdn.net 210 | 31.13.95.46 scontent-a-sin.xx.fbcdn.net 211 | 31.13.95.46 scontent-b-lax.xx.fbcdn.net 212 | 183.111.23.18 scontent-b-sin.xx.fbcdn.net 213 | 31.13.95.46 scontent-c.xx.fbcdn.net 214 | 31.13.95.46 scontent-d.xx.fbcdn.net 215 | 31.13.95.46 scontent-e.xx.fbcdn.net 216 | 31.13.95.46 scontent-mxp.xx.fbcdn.net 217 | 23.207.122.24 s-external.ak.fbcdn.net 218 | 23.34.45.177 s-static.ak.fbcdn.net 219 | 118.214.29.177 s-static.facebook.com 220 | 31.13.95.46 vupload.facebook.com 221 | 31.13.95.46 vupload2.vvv.facebook.com 222 | # Facebook end 223 | 224 | # FlipBoard Start 225 | # FlipBoard End 226 | 227 | # Gmail Start 228 | 64.233.188.109 gmail-imap.l.google.com 229 | 64.233.188.16 googlemail-imap.l.google.com 230 | 64.233.188.108 gmail-smtp.l.google.com 231 | 64.233.188.16 googlemail-smtp.l.google.com 232 | 64.233.188.109 gmail-pop.l.google.com 233 | 64.233.188.16 googlemail-pop.l.google.com 234 | 64.233.188.109 imap.gmail.com 235 | 64.233.188.16 imap.googlemail.com 236 | 64.233.188.109 smtp.gmail.com 237 | 64.233.188.16 smtp.googlemail.com 238 | 64.233.188.109 pop.gmail.com 239 | 64.233.188.16 pop.googlemail.com 240 | 64.233.188.109 gmail-smtp-msa.l.google.com 241 | 64.233.188.27 gmail-smtp-in.l.google.com 242 | 64.233.188.14 gmr-smtp-in.l.google.com 243 | 64.233.162.82 chatenabled.mail.google.com 244 | 64.233.162.82 filetransferenabled.mail.google.com 245 | 64.233.162.82 gmail.com 246 | 64.233.162.82 gmail.google.com 247 | 64.233.162.82 googlemail.l.google.com 248 | 64.233.162.82 inbox.google.com 249 | 64.233.162.82 isolated.mail.google.com 250 | 64.233.162.82 m.gmail.com 251 | 64.233.162.82 m.googlemail.com 252 | 64.233.162.82 mail.google.com 253 | 64.233.162.82 www.gmail.com 254 | # Gmail End 255 | 256 | # Google Start 257 | 64.233.160.90 www.google.com 258 | 64.233.162.82 google.com 259 | 64.233.162.82 gcr.io 260 | 64.233.162.82 www.gcr.io 261 | 64.233.162.82 com.google 262 | 64.233.162.82 admin.google.com 263 | 64.233.162.82 accounts.google.com 264 | 64.233.162.82 bpui0.google.com 265 | 64.233.162.82 cse.google.com 266 | 64.233.162.82 clients1.google.com 267 | 64.233.162.82 clients2.google.com 268 | 64.233.162.82 clients3.google.com 269 | 64.233.162.82 clients4.google.com 270 | 64.233.162.82 clients5.google.com 271 | 64.233.162.82 clients6.google.com 272 | 64.233.162.82 clients7.google.com 273 | 64.233.162.82 contributor.google.com 274 | 64.233.162.82 desktop.google.com 275 | 64.233.162.82 desktop2.google.com 276 | 64.233.162.82 encrypted.google.com 277 | 64.233.162.82 encrypted-tbn0.google.com 278 | 64.233.162.82 encrypted-tbn1.google.com 279 | 64.233.162.82 encrypted-tbn2.google.com 280 | 64.233.162.82 encrypted-tbn3.google.com 281 | 64.233.162.82 fi.google.com 282 | 64.233.160.90 goto.google.com 283 | 64.233.162.82 gxc.google.com 284 | 64.233.162.82 history.google.com 285 | 64.233.162.82 investor.google.com 286 | 64.233.162.82 jmt0.google.com 287 | 64.233.162.82 keep.google.com 288 | 64.233.162.82 linkhelp.clients.google.com 289 | 64.233.162.82 upload.clients.google.com 290 | 64.233.162.82 myaccount.google.com 291 | 64.233.162.82 peering.google.com 292 | 64.233.162.82 places.google.com 293 | 64.233.162.82 pki.google.com 294 | 64.233.162.82 script.google.com 295 | 64.233.162.82 security.google.com 296 | 64.233.162.82 services.google.com 297 | 64.233.162.82 store.google.com 298 | 64.233.162.82 suggestqueries.google.com 299 | 64.233.162.82 support.google.com 300 | 64.233.162.82 upload.google.com 301 | 64.233.162.82 uploads.clients.google.com 302 | 64.233.162.82 uploads.client.google.com 303 | 64.233.162.82 upload.client.google.com 304 | 64.233.162.82 video.google.com 305 | 64.233.162.82 video-stats.video.google.com 306 | 64.233.162.82 voice.google.com 307 | 64.233.162.82 upload.video.google.com 308 | 64.233.162.82 vp.video.google.com 309 | 64.233.162.82 ads.google.com 310 | 64.233.162.82 www.googlegroups.com 311 | 64.233.162.82 a.orkut.gmodules.com 312 | 64.233.162.82 www.googlestore.com 313 | 64.233.162.82 ig.ig.gmodules.com 314 | 64.233.162.82 redirector.c.youtube.com 315 | 64.233.162.82 relay.google.com 316 | 64.233.162.82 image.google.com 317 | 64.233.162.82 mapsengine.google.com 318 | 64.233.162.82 client-channel.google.com 319 | 64.233.162.82 0.client-channel.google.com 320 | 64.233.162.82 1.client-channel.google.com 321 | 64.233.162.82 2.client-channel.google.com 322 | 64.233.162.82 3.client-channel.google.com 323 | 64.233.162.82 4.client-channel.google.com 324 | 64.233.162.82 5.client-channel.google.com 325 | 64.233.162.82 6.client-channel.google.com 326 | 64.233.162.82 7.client-channel.google.com 327 | 64.233.162.82 8.client-channel.google.com 328 | 64.233.162.82 9.client-channel.google.com 329 | 64.233.162.82 10.client-channel.google.com 330 | 64.233.162.82 11.client-channel.google.com 331 | 64.233.162.82 12.client-channel.google.com 332 | 64.233.162.82 13.client-channel.google.com 333 | 64.233.162.82 14.client-channel.google.com 334 | 64.233.162.82 15.client-channel.google.com 335 | 64.233.162.82 16.client-channel.google.com 336 | 64.233.162.82 17.client-channel.google.com 337 | 64.233.162.82 18.client-channel.google.com 338 | 64.233.162.82 19.client-channel.google.com 339 | 64.233.162.82 20.client-channel.google.com 340 | 64.233.162.82 21.client-channel.google.com 341 | 64.233.162.82 22.client-channel.google.com 342 | 64.233.162.82 23.client-channel.google.com 343 | 64.233.162.82 24.client-channel.google.com 344 | 64.233.162.82 25.client-channel.google.com 345 | 64.233.162.82 26.client-channel.google.com 346 | 64.233.162.82 27.client-channel.google.com 347 | 64.233.162.82 28.client-channel.google.com 348 | 64.233.162.82 29.client-channel.google.com 349 | 64.233.162.82 google.com.hk 350 | 64.233.162.82 www.google.com.hk 351 | 64.233.162.82 accounts.google.com.hk 352 | 64.233.162.82 clients1.google.com.hk 353 | 64.233.162.82 desktop.google.com.hk 354 | 64.233.162.82 encrypted.google.com.hk 355 | 64.233.162.82 gxc.google.com.hk 356 | 64.233.162.82 video.google.com.hk 357 | 64.233.162.82 id.google.com.hk 358 | 64.233.162.82 mobile.google.com.hk 359 | 64.233.162.82 picasaweb.google.com.hk 360 | 64.233.162.82 www.googlechinawebmaster.com 361 | 64.233.162.82 google.com.tw 362 | 64.233.162.82 www.google.com.tw 363 | 64.233.162.82 accounts.google.com.tw 364 | 64.233.162.82 books.google.com.tw 365 | 64.233.162.82 clients1.google.com.tw 366 | 64.233.162.82 desktop.google.com.tw 367 | 64.233.162.82 encrypted.google.com.tw 368 | 64.233.162.82 groups.google.com.tw 369 | 64.233.162.82 gxc.google.com.tw 370 | 64.233.162.82 id.google.com.tw 371 | 64.233.162.82 images.google.com.tw 372 | 64.233.162.82 picasaweb.google.com.tw 373 | 64.233.162.82 plus.url.google.com.tw 374 | 64.233.162.82 toolbar.google.com.tw 375 | 64.233.162.82 toolbarqueries.google.com.tw 376 | 64.233.162.82 video.google.com.tw 377 | 64.233.162.82 google.co.jp 378 | 64.233.162.82 www.google.co.jp 379 | 64.233.162.82 accounts.google.co.jp 380 | 64.233.162.82 blogsearch.google.co.jp 381 | 64.233.162.82 books.google.co.jp 382 | 64.233.162.82 clients1.google.co.jp 383 | 64.233.162.82 desktop.google.co.jp 384 | 64.233.162.82 encrypted.google.co.jp 385 | 64.233.162.82 groups.google.co.jp 386 | 64.233.162.82 gxc.google.com.co.jp 387 | 64.233.162.82 id.google.com.co.jp 388 | 64.233.162.82 images.google.co.jp 389 | 64.233.162.82 maps.google.co.jp 390 | 64.233.162.82 news.google.co.jp 391 | 64.233.162.82 picasaweb.google.co.jp 392 | 64.233.162.82 plus.url.google.co.jp 393 | 64.233.162.82 scholar.google.co.jp 394 | 64.233.162.82 toolbar.google.co.jp 395 | 64.233.162.82 toolbarqueries.google.co.jp 396 | 64.233.162.82 translate.google.co.jp 397 | 64.233.162.82 google.com.sg 398 | 64.233.162.82 www.google.com.sg 399 | 64.233.162.82 accounts.google.com.sg 400 | 64.233.162.82 blogsearch.google.com.sg 401 | 64.233.162.82 books.google.com.sg 402 | 64.233.162.82 clients1.google.com.sg 403 | 64.233.162.82 desktop.google.com.sg 404 | 64.233.162.82 encrypted.google.com.sg 405 | 64.233.162.82 groups.google.com.sg 406 | 64.233.162.82 gxc.google.com.sg 407 | 64.233.162.82 id.google.com.sg 408 | 64.233.162.82 images.google.com.sg 409 | 64.233.162.82 maps.google.com.sg 410 | 64.233.162.82 news.google.com.sg 411 | 64.233.162.82 picasaweb.google.com.sg 412 | 64.233.162.82 plus.url.google.com.sg 413 | 64.233.162.82 scholar.google.com.sg 414 | 64.233.162.82 toolbar.google.com.sg 415 | 64.233.162.82 toolbarqueries.google.com.sg 416 | 64.233.162.82 translate.google.com.sg 417 | 64.233.162.82 google.ad 418 | 64.233.162.82 google.ae 419 | 64.233.162.82 google.al 420 | 64.233.162.82 google.am 421 | 64.233.162.82 google.as 422 | 64.233.162.82 google.at 423 | 64.233.162.82 google.az 424 | 64.233.162.82 google.ba 425 | 64.233.162.82 google.be 426 | 64.233.162.82 google.bf 427 | 64.233.162.82 google.bg 428 | 64.233.162.82 google.bi 429 | 64.233.162.82 google.bj 430 | 64.233.162.82 google.bs 431 | 64.233.162.82 google.bt 432 | 64.233.162.82 google.by 433 | 64.233.162.82 google.ca 434 | 64.233.162.82 google.cat 435 | 64.233.162.82 google.cd 436 | 64.233.162.82 google.cf 437 | 64.233.162.82 google.cg 438 | 64.233.162.82 google.ch 439 | 64.233.162.82 google.ci 440 | 64.233.162.82 google.cl 441 | 64.233.162.82 google.cm 442 | 64.233.162.82 google.co.ao 443 | 64.233.162.82 google.co.bw 444 | 64.233.162.82 google.co.ck 445 | 64.233.162.82 google.co.cr 446 | 64.233.162.82 google.co.id 447 | 64.233.162.82 google.co.il 448 | 64.233.162.82 google.co.in 449 | 64.233.162.82 google.co.ke 450 | 64.233.162.82 google.co.kr 451 | 64.233.162.82 google.co.ls 452 | 64.233.162.82 google.co.ma 453 | 64.233.162.82 google.co.mz 454 | 64.233.162.82 google.co.nz 455 | 64.233.162.82 google.co.th 456 | 64.233.162.82 google.co.tz 457 | 64.233.162.82 google.co.ug 458 | 64.233.162.82 google.co.uk 459 | 64.233.162.82 google.co.uz 460 | 64.233.162.82 google.co.ve 461 | 64.233.162.82 google.co.vi 462 | 64.233.162.82 google.co.za 463 | 64.233.162.82 google.co.zm 464 | 64.233.162.82 google.co.zw 465 | 64.233.162.82 google.com.af 466 | 64.233.162.82 google.com.ag 467 | 64.233.162.82 google.com.ai 468 | 64.233.162.82 google.com.ar 469 | 64.233.162.82 google.com.au 470 | 64.233.162.82 google.com.bd 471 | 64.233.162.82 google.com.bh 472 | 64.233.162.82 google.com.bn 473 | 64.233.162.82 google.com.bo 474 | 64.233.162.82 google.com.br 475 | 64.233.162.82 google.com.bz 476 | 64.233.162.82 google.com.co 477 | 64.233.162.82 google.com.cu 478 | 64.233.162.82 google.com.cy 479 | 64.233.162.82 google.com.do 480 | 64.233.162.82 google.com.ec 481 | 64.233.162.82 google.com.eg 482 | 64.233.162.82 google.com.et 483 | 64.233.162.82 google.com.fj 484 | 64.233.162.82 google.com.gh 485 | 64.233.162.82 google.com.gi 486 | 64.233.162.82 google.com.gt 487 | 64.233.162.82 google.com.jm 488 | 64.233.162.82 google.com.kh 489 | 64.233.162.82 google.com.kw 490 | 64.233.162.82 google.com.lb 491 | 64.233.162.82 google.com.ly 492 | 64.233.162.82 google.com.mm 493 | 64.233.162.82 google.com.mt 494 | 64.233.162.82 google.com.mx 495 | 64.233.162.82 google.com.my 496 | 64.233.162.82 google.com.na 497 | 64.233.162.82 google.com.nf 498 | 64.233.162.82 google.com.ng 499 | 64.233.162.82 google.com.ni 500 | 64.233.162.82 google.com.np 501 | 64.233.162.82 google.com.om 502 | 64.233.162.82 google.com.pa 503 | 64.233.162.82 google.com.pe 504 | 64.233.162.82 google.com.pg 505 | 64.233.162.82 google.com.ph 506 | 64.233.162.82 google.com.pk 507 | 64.233.162.82 google.com.pr 508 | 64.233.162.82 google.com.py 509 | 64.233.162.82 google.com.qa 510 | 64.233.162.82 google.com.sa 511 | 64.233.162.82 google.com.sb 512 | 64.233.162.82 google.com.sl 513 | 64.233.162.82 google.com.sv 514 | 64.233.162.82 google.com.tj 515 | 64.233.162.82 google.com.tr 516 | 64.233.162.82 google.com.ua 517 | 64.233.162.82 google.com.uy 518 | 64.233.162.82 google.com.vc 519 | 64.233.162.82 google.com.vn 520 | 64.233.162.82 google.cv 521 | 64.233.162.82 google.cz 522 | 64.233.162.82 google.de 523 | 64.233.162.82 google.dj 524 | 64.233.162.82 google.dk 525 | 64.233.162.82 google.dm 526 | 64.233.162.82 google.dz 527 | 64.233.162.82 google.ee 528 | 64.233.162.82 google.es 529 | 64.233.162.82 google.fi 530 | 64.233.162.82 google.fm 531 | 64.233.162.82 google.fr 532 | 64.233.162.82 google.ga 533 | 64.233.162.82 google.ge 534 | 64.233.162.82 google.gg 535 | 64.233.162.82 google.gl 536 | 64.233.162.82 google.gm 537 | 64.233.162.82 google.gp 538 | 64.233.162.82 google.gr 539 | 64.233.162.82 google.gy 540 | 64.233.162.82 google.hn 541 | 64.233.162.82 google.hr 542 | 64.233.162.82 google.ht 543 | 64.233.162.82 google.hu 544 | 64.233.162.82 google.ie 545 | 64.233.162.82 google.im 546 | 64.233.162.82 google.iq 547 | 64.233.162.82 google.is 548 | 64.233.162.82 google.it 549 | 64.233.162.82 google.je 550 | 64.233.162.82 google.jo 551 | 64.233.162.82 google.kg 552 | 64.233.162.82 google.ki 553 | 64.233.162.82 google.kz 554 | 64.233.162.82 google.la 555 | 64.233.162.82 google.li 556 | 64.233.162.82 google.lk 557 | 64.233.162.82 google.lt 558 | 64.233.162.82 google.lu 559 | 64.233.162.82 google.lv 560 | 64.233.162.82 google.md 561 | 64.233.162.82 google.me 562 | 64.233.162.82 google.mg 563 | 64.233.162.82 google.mk 564 | 64.233.162.82 google.ml 565 | 64.233.162.82 google.mn 566 | 64.233.162.82 google.ms 567 | 64.233.162.82 google.mu 568 | 64.233.162.82 google.mv 569 | 64.233.162.82 google.mw 570 | 64.233.162.82 google.ne 571 | 64.233.162.82 google.nl 572 | 64.233.162.82 google.no 573 | 64.233.162.82 google.nr 574 | 64.233.162.82 google.nu 575 | 64.233.162.82 google.pl 576 | 64.233.162.82 google.pn 577 | 64.233.162.82 google.ps 578 | 64.233.162.82 google.pt 579 | 64.233.162.82 google.ro 580 | 64.233.162.82 google.rs 581 | 64.233.162.82 google.ru 582 | 64.233.162.82 google.rw 583 | 64.233.162.82 google.sc 584 | 64.233.162.82 google.se 585 | 64.233.162.82 google.sh 586 | 64.233.162.82 google.si 587 | 64.233.162.82 google.sk 588 | 64.233.162.82 google.sm 589 | 64.233.162.82 google.sn 590 | 64.233.162.82 google.so 591 | 64.233.162.82 google.st 592 | 64.233.162.82 google.td 593 | 64.233.162.82 google.tg 594 | 64.233.162.82 google.tk 595 | 64.233.162.82 google.tl 596 | 64.233.162.82 google.tm 597 | 64.233.162.82 google.tn 598 | 64.233.162.82 google.to 599 | 64.233.162.82 google.tt 600 | 64.233.162.82 google.vg 601 | 64.233.162.82 google.vu 602 | 64.233.162.82 google.ws 603 | 64.233.162.82 www.google.ad 604 | 64.233.162.82 www.google.ae 605 | 64.233.162.82 www.google.al 606 | 64.233.162.82 www.google.am 607 | 64.233.162.82 www.google.as 608 | 64.233.162.82 www.google.at 609 | 64.233.162.82 www.google.az 610 | 64.233.162.82 www.google.ba 611 | 64.233.162.82 www.google.be 612 | 64.233.162.82 www.google.bf 613 | 64.233.162.82 www.google.bg 614 | 64.233.162.82 www.google.bi 615 | 64.233.162.82 www.google.bj 616 | 64.233.162.82 www.google.bs 617 | 64.233.162.82 www.google.bt 618 | 64.233.162.82 www.google.by 619 | 64.233.162.82 www.google.ca 620 | 64.233.162.82 www.google.cat 621 | 64.233.162.82 www.google.cd 622 | 64.233.162.82 www.google.cf 623 | 64.233.162.82 www.google.cg 624 | 64.233.162.82 www.google.ch 625 | 64.233.162.82 www.google.ci 626 | 64.233.162.82 www.google.cl 627 | 64.233.162.82 www.google.cm 628 | 64.233.162.82 www.google.co.ao 629 | 64.233.162.82 www.google.co.bw 630 | 64.233.162.82 www.google.co.ck 631 | 64.233.162.82 www.google.co.cr 632 | 64.233.162.82 www.google.co.id 633 | 64.233.162.82 www.google.co.il 634 | 64.233.162.82 www.google.co.in 635 | 64.233.162.82 www.google.co.ke 636 | 64.233.162.82 www.google.co.kr 637 | 64.233.162.82 www.google.co.ls 638 | 64.233.162.82 www.google.co.ma 639 | 64.233.162.82 www.google.co.mz 640 | 64.233.162.82 www.google.co.nz 641 | 64.233.162.82 www.google.co.th 642 | 64.233.162.82 www.google.co.tz 643 | 64.233.162.82 www.google.co.ug 644 | 64.233.162.82 www.google.co.uk 645 | 64.233.162.82 www.google.co.uz 646 | 64.233.162.82 www.google.co.ve 647 | 64.233.162.82 www.google.co.vi 648 | 64.233.162.82 www.google.co.za 649 | 64.233.162.82 www.google.co.zm 650 | 64.233.162.82 www.google.co.zw 651 | 64.233.162.82 www.google.com.af 652 | 64.233.162.82 www.google.com.ag 653 | 64.233.162.82 www.google.com.ai 654 | 64.233.162.82 www.google.com.ar 655 | 64.233.162.82 www.google.com.au 656 | 64.233.162.82 www.google.com.bd 657 | 64.233.162.82 www.google.com.bh 658 | 64.233.162.82 www.google.com.bn 659 | 64.233.162.82 www.google.com.bo 660 | 64.233.162.82 www.google.com.br 661 | 64.233.162.82 www.google.com.bz 662 | 64.233.162.82 www.google.com.co 663 | 64.233.162.82 www.google.com.cu 664 | 64.233.162.82 www.google.com.cy 665 | 64.233.162.82 www.google.com.do 666 | 64.233.162.82 www.google.com.ec 667 | 64.233.162.82 www.google.com.eg 668 | 64.233.162.82 www.google.com.et 669 | 64.233.162.82 www.google.com.fj 670 | 64.233.162.82 www.google.com.gh 671 | 64.233.162.82 www.google.com.gi 672 | 64.233.162.82 www.google.com.gr 673 | 64.233.162.82 www.google.com.gt 674 | 64.233.162.82 www.google.com.jm 675 | 64.233.162.82 www.google.com.kh 676 | 64.233.162.82 www.google.com.kw 677 | 64.233.162.82 www.google.com.lb 678 | 64.233.162.82 www.google.com.ly 679 | 64.233.162.82 www.google.com.mm 680 | 64.233.162.82 www.google.com.mt 681 | 64.233.162.82 www.google.com.mx 682 | 64.233.162.82 www.google.com.my 683 | 64.233.162.82 www.google.com.na 684 | 64.233.162.82 www.google.com.nf 685 | 64.233.162.82 www.google.com.ng 686 | 64.233.162.82 www.google.com.ni 687 | 64.233.162.82 www.google.com.np 688 | 64.233.162.82 www.google.com.om 689 | 64.233.162.82 www.google.com.pa 690 | 64.233.162.82 www.google.com.pe 691 | 64.233.162.82 www.google.com.pg 692 | 64.233.162.82 www.google.com.ph 693 | 64.233.162.82 www.google.com.pk 694 | 64.233.162.82 www.google.com.pr 695 | 64.233.162.82 www.google.com.py 696 | 64.233.162.82 www.google.com.qa 697 | 64.233.162.82 www.google.com.ru 698 | 64.233.162.82 www.google.com.sa 699 | 64.233.162.82 www.google.com.sb 700 | 64.233.162.82 www.google.com.sl 701 | 64.233.162.82 www.google.com.sv 702 | 64.233.162.82 www.google.com.tj 703 | 64.233.162.82 www.google.com.tr 704 | 64.233.162.82 www.google.com.ua 705 | 64.233.162.82 www.google.com.uy 706 | 64.233.162.82 www.google.com.vc 707 | 64.233.162.82 www.google.com.vn 708 | 64.233.162.82 www.google.cv 709 | 64.233.162.82 www.google.cz 710 | 64.233.162.82 www.google.de 711 | 64.233.162.82 www.google.dj 712 | 64.233.162.82 www.google.dk 713 | 64.233.162.82 www.google.dm 714 | 64.233.162.82 www.google.dz 715 | 64.233.162.82 www.google.ee 716 | 64.233.162.82 www.google.es 717 | 64.233.162.82 www.google.fi 718 | 64.233.162.82 www.google.fm 719 | 64.233.162.82 www.google.fr 720 | 64.233.162.82 www.google.ga 721 | 64.233.162.82 www.google.ge 722 | 64.233.162.82 www.google.gg 723 | 64.233.162.82 www.google.gl 724 | 64.233.162.82 www.google.gm 725 | 64.233.162.82 www.google.gp 726 | 64.233.162.82 www.google.gr 727 | 64.233.162.82 www.google.gy 728 | 64.233.162.82 www.google.hn 729 | 64.233.162.82 www.google.hr 730 | 64.233.162.82 www.google.ht 731 | 64.233.162.82 www.google.hu 732 | 64.233.162.82 www.google.ie 733 | 64.233.162.82 www.google.im 734 | 64.233.162.82 www.google.iq 735 | 64.233.162.82 www.google.is 736 | 64.233.162.82 www.google.it 737 | 64.233.162.82 www.google.je 738 | 64.233.162.82 www.google.jo 739 | 64.233.162.82 www.google.kg 740 | 64.233.162.82 www.google.ki 741 | 64.233.162.82 www.google.kz 742 | 64.233.162.82 www.google.la 743 | 64.233.162.82 www.google.li 744 | 64.233.162.82 www.google.lk 745 | 64.233.162.82 www.google.lt 746 | 64.233.162.82 www.google.lu 747 | 64.233.162.82 www.google.lv 748 | 64.233.162.82 www.google.md 749 | 64.233.162.82 www.google.me 750 | 64.233.162.82 www.google.mg 751 | 64.233.162.82 www.google.mk 752 | 64.233.162.82 www.google.ml 753 | 64.233.162.82 www.google.mn 754 | 64.233.162.82 www.google.ms 755 | 64.233.162.82 www.google.mu 756 | 64.233.162.82 www.google.mv 757 | 64.233.162.82 www.google.mw 758 | 64.233.162.82 www.google.ne 759 | 64.233.162.82 www.google.nl 760 | 64.233.162.82 www.google.no 761 | 64.233.162.82 www.google.nr 762 | 64.233.162.82 www.google.nu 763 | 64.233.162.82 www.google.pl 764 | 64.233.162.82 www.google.pn 765 | 64.233.162.82 www.google.ps 766 | 64.233.162.82 www.google.pt 767 | 64.233.162.82 www.google.ro 768 | 64.233.162.82 www.google.rs 769 | 64.233.162.82 www.google.ru 770 | 64.233.162.82 www.google.rw 771 | 64.233.162.82 www.google.sc 772 | 64.233.162.82 www.google.se 773 | 64.233.162.82 www.google.sh 774 | 64.233.162.82 www.google.si 775 | 64.233.162.82 www.google.sk 776 | 64.233.162.82 www.google.sm 777 | 64.233.162.82 www.google.sn 778 | 64.233.162.82 www.google.so 779 | 64.233.162.82 www.google.st 780 | 64.233.162.82 www.google.td 781 | 64.233.162.82 www.google.tg 782 | 64.233.162.82 www.google.tk 783 | 64.233.162.82 www.google.tl 784 | 64.233.162.82 www.google.tm 785 | 64.233.162.82 www.google.tn 786 | 64.233.162.82 www.google.to 787 | 64.233.162.82 www.google.tt 788 | 64.233.162.82 www.google.vg 789 | 64.233.162.82 www.google.vu 790 | 64.233.162.82 www.google.ws 791 | 64.233.162.82 apps.google.com 792 | 64.233.162.82 googlemashups.com 793 | 64.233.162.82 www.googlemashups.com 794 | 64.233.162.87 appengine.google.com 795 | 64.233.162.82 uploads.stage.gdata.youtube.com 796 | 64.233.162.82 answers.google.com 797 | 64.233.162.82 wenda.google.com.hk 798 | 64.233.162.82 blogsearch.google.com 799 | 64.233.162.82 blogsearch.google.com.hk 800 | 64.233.162.82 blogsearch.google.com.tw 801 | 64.233.162.82 accounts.blogger.com 802 | 64.233.162.82 www.blogger.com 803 | 64.233.162.82 blogger.com 804 | 64.233.162.82 blogger.google.com 805 | 64.233.162.82 www2.blogger.com 806 | 64.233.162.82 www.blogblog.com 807 | 64.233.162.82 www1.blogblog.com 808 | 64.233.162.82 www2.blogblog.com 809 | 64.233.162.82 beta.blogger.com 810 | 64.233.162.82 buttons.blogger.com 811 | 64.233.162.82 buzz.blogger.com 812 | 64.233.162.82 draft.blogger.com 813 | 64.233.162.82 status.blogger.com 814 | 64.233.162.82 help.blogger.com 815 | 64.233.162.82 photos1.blogger.com 816 | 64.233.162.82 bp0.blogger.com 817 | 64.233.162.82 bp1.blogger.com 818 | 64.233.162.82 bp2.blogger.com 819 | 64.233.162.82 bp3.blogger.com 820 | 64.233.162.82 img.blogblog.com 821 | 64.233.162.82 img1.blogblog.com 822 | 64.233.162.82 img2.blogblog.com 823 | 64.233.162.82 www.textcube.com 824 | 64.233.162.82 www.blogspot.com 825 | 64.233.162.82 blogspot.com 826 | 64.233.162.82 books.google.com 827 | 64.233.162.82 books.google.com.hk 828 | 64.233.162.82 bks0.books.google.com 829 | 64.233.162.82 bks1.books.google.com 830 | 64.233.162.82 bks2.books.google.com 831 | 64.233.162.82 bks3.books.google.com 832 | 64.233.162.82 bks4.books.google.com 833 | 64.233.162.82 bks5.books.google.com 834 | 64.233.162.82 bks6.books.google.com 835 | 64.233.162.82 bks7.books.google.com 836 | 64.233.162.82 bks8.books.google.com 837 | 64.233.162.82 bks9.books.google.com 838 | 64.233.162.82 bks10.books.google.com 839 | 64.233.162.82 bks0.books.google.com.hk 840 | 64.233.162.82 bks1.books.google.com.hk 841 | 64.233.162.82 bks2.books.google.com.hk 842 | 64.233.162.82 bks3.books.google.com.hk 843 | 64.233.162.82 bks4.books.google.com.hk 844 | 64.233.162.82 bks5.books.google.com.hk 845 | 64.233.162.82 bks6.books.google.com.hk 846 | 64.233.162.82 bks7.books.google.com.hk 847 | 64.233.162.82 bks8.books.google.com.hk 848 | 64.233.162.82 bks9.books.google.com.hk 849 | 64.233.162.82 bks10.books.google.com.hk 850 | 64.233.162.82 buzz.google.com 851 | 64.233.162.82 calendar.google.com 852 | 64.233.162.82 checkout.google.com 853 | 64.233.162.82 wallet.google.com 854 | 64.233.162.82 www.chrome.com 855 | 64.233.160.90 developer.chrome.com 856 | 64.233.162.82 chrome.google.com 857 | 64.233.162.82 chrome.angrybirds.com 858 | 64.233.162.82 browsersync.google.com 859 | 64.233.162.82 toolbarqueries.google.com 860 | 64.233.162.82 toolbarqueries.google.com.hk 861 | 64.233.162.82 toolbarqueries.clients.google.com 862 | 64.233.162.82 chromium.org 863 | 64.233.162.82 www.chromium.org 864 | 64.233.162.82 dev.chromium.org 865 | 64.233.162.82 blog.chromium.org 866 | #74.125.248.71 build.chromium.org 867 | #74.125.248.72 src.chromium.org 868 | #74.125.248.73 git.chromium.org 869 | #64.233.162.82 codereview.chromium.org 870 | 64.233.162.87 download-chromium.appspot.com 871 | 64.233.162.82 accounts.google.com.gi 872 | 64.233.162.82 accounts.google.co.nz 873 | 64.233.162.82 id.google.co.nz 874 | 64.233.162.82 www.googlecode.com 875 | 64.233.162.82 googlesource.com 876 | 64.233.162.82 gerrit.googlesource.com 877 | 64.233.162.82 chromium.googlesource.com 878 | 64.233.162.82 kernel.googlesource.com 879 | 64.233.162.82 gwt.googlesource.com 880 | 64.233.162.82 code.google.com 881 | 64.233.162.82 uploads.code.google.com 882 | 64.233.162.82 chromium.googlecode.com 883 | 64.233.162.82 closure-library.googlecode.com 884 | 64.233.162.82 earth-api-samples.googlecode.com 885 | 64.233.162.82 gmaps-samples-flash.googlecode.com 886 | 64.233.162.82 googleappengine.googlecode.com 887 | 64.233.162.82 google-code-feed-gadget.googlecode.com 888 | 64.233.162.82 google-code-prettify.googlecode.com 889 | 64.233.162.82 www.googlesource.com 890 | 64.233.162.82 android.googlesource.com 891 | 64.233.160.90 cloud.google.com 892 | 64.233.162.82 developers.google.com 893 | 64.233.162.82 cloudssh.developers.google.com 894 | 64.233.160.90 console.developers.google.com 895 | 64.233.162.82 source.developers.google.com 896 | 64.233.162.82 directory.google.com 897 | 64.233.162.82 dir.google.com 898 | 64.233.162.82 events.google.com 899 | 64.233.162.82 googledrive.com 900 | 64.233.162.82 docs.google.com 901 | 64.233.162.82 drive.google.com 902 | 64.233.162.82 drive0.google.com 903 | 64.233.162.82 drive1.google.com 904 | 64.233.162.82 drive2.google.com 905 | 64.233.162.82 drive3.google.com 906 | 64.233.162.82 drive4.google.com 907 | 64.233.162.82 drive5.google.com 908 | 64.233.162.82 drive6.google.com 909 | 64.233.162.82 drive7.google.com 910 | 64.233.162.82 drive8.google.com 911 | 64.233.162.82 drive9.google.com 912 | 64.233.162.82 docs0.google.com 913 | 64.233.162.82 docs1.google.com 914 | 64.233.162.82 docs2.google.com 915 | 64.233.162.82 docs3.google.com 916 | 64.233.162.82 docs4.google.com 917 | 64.233.162.82 docs5.google.com 918 | 64.233.162.82 docs6.google.com 919 | 64.233.162.82 docs7.google.com 920 | 64.233.162.82 docs8.google.com 921 | 64.233.162.82 docs9.google.com 922 | 64.233.162.82 writely.google.com 923 | 64.233.162.82 upload.docs.google.com 924 | 64.233.162.82 upload.drive.google.com 925 | 64.233.162.82 0.docs.google.com 926 | 64.233.162.82 1.docs.google.com 927 | 64.233.162.82 2.docs.google.com 928 | 64.233.162.82 3.docs.google.com 929 | 64.233.162.82 4.docs.google.com 930 | 64.233.162.82 5.docs.google.com 931 | 64.233.162.82 6.docs.google.com 932 | 64.233.162.82 7.docs.google.com 933 | 64.233.162.82 8.docs.google.com 934 | 64.233.162.82 9.docs.google.com 935 | 64.233.162.82 10.docs.google.com 936 | 64.233.162.82 11.docs.google.com 937 | 64.233.162.82 12.docs.google.com 938 | 64.233.162.82 13.docs.google.com 939 | 64.233.162.82 14.docs.google.com 940 | 64.233.162.82 15.docs.google.com 941 | 64.233.162.82 16.docs.google.com 942 | 64.233.162.82 0.drive.google.com 943 | 64.233.162.82 1.drive.google.com 944 | 64.233.162.82 2.drive.google.com 945 | 64.233.162.82 3.drive.google.com 946 | 64.233.162.82 4.drive.google.com 947 | 64.233.162.82 5.drive.google.com 948 | 64.233.162.82 6.drive.google.com 949 | 64.233.162.82 7.drive.google.com 950 | 64.233.162.82 8.drive.google.com 951 | 64.233.162.82 9.drive.google.com 952 | 64.233.162.82 10.drive.google.com 953 | 64.233.162.82 11.drive.google.com 954 | 64.233.162.82 12.drive.google.com 955 | 64.233.162.82 13.drive.google.com 956 | 64.233.162.82 14.drive.google.com 957 | 64.233.162.82 15.drive.google.com 958 | 64.233.162.82 16.drive.google.com 959 | 64.233.162.82 spreadsheet.google.com 960 | 64.233.162.82 spreadsheets.google.com 961 | 64.233.162.82 spreadsheets0.google.com 962 | 64.233.162.82 spreadsheets1.google.com 963 | 64.233.162.82 spreadsheets2.google.com 964 | 64.233.162.82 spreadsheets3.google.com 965 | 64.233.162.82 spreadsheets4.google.com 966 | 64.233.162.82 spreadsheets5.google.com 967 | 64.233.162.82 spreadsheets6.google.com 968 | 64.233.162.82 spreadsheets7.google.com 969 | 64.233.162.82 spreadsheets8.google.com 970 | 64.233.162.82 spreadsheets9.google.com 971 | 64.233.162.82 v3.cache1.c.docs.google.com 972 | 64.233.162.82 domains.google.com 973 | 64.233.162.82 dl-ssl.google.com 974 | 64.233.162.82 earth.google.com 975 | 64.233.162.82 auth.keyhole.com 976 | 64.233.162.82 geoauth.google.com 977 | 64.233.162.82 finance.google.com 978 | 64.233.162.82 fusion.google.com 979 | 64.233.162.82 groups.google.com 980 | 64.233.162.82 groups.google.com.hk 981 | 64.233.162.82 groups-beta.google.com 982 | 64.233.162.82 productforums.google.com 983 | 64.233.162.82 blob-s-docs.googlegroups.com 984 | 64.233.162.82 health.google.com 985 | 64.233.162.82 images.google.com 986 | 64.233.162.82 images.google.com.hk 987 | 64.233.162.82 tbn0.google.com 988 | 64.233.162.82 tbn1.google.com 989 | 64.233.162.82 tbn2.google.com 990 | 64.233.162.82 tbn3.google.com 991 | 64.233.162.82 tbn4.google.com 992 | 64.233.162.82 tbn5.google.com 993 | 64.233.162.82 tbn6.google.com 994 | 64.233.162.82 inputtools.google.com 995 | 64.233.162.82 knol.google.com 996 | 64.233.162.82 mars.google.com 997 | 64.233.162.82 maps.google.com 998 | 64.233.162.82 maps.google.com.hk 999 | 64.233.162.82 maps.google.com.tw 1000 | 64.233.162.82 local.google.com 1001 | 64.233.162.82 ditu.google.com 1002 | 64.233.162.82 maps-api-ssl.google.com 1003 | 64.233.162.82 map.google.com 1004 | 64.233.162.82 kh.google.com 1005 | 64.233.162.82 khmdb.google.com 1006 | 64.233.162.82 khm.google.com 1007 | 64.233.162.82 khm0.google.com 1008 | 64.233.162.82 khm1.google.com 1009 | 64.233.162.82 khm2.google.com 1010 | 64.233.162.82 khm3.google.com 1011 | 64.233.162.82 cbk0.google.com 1012 | 64.233.162.82 cbk1.google.com 1013 | 64.233.162.82 cbk2.google.com 1014 | 64.233.162.82 cbk3.google.com 1015 | 64.233.162.82 khms.google.com 1016 | 64.233.162.82 khms0.google.com 1017 | 64.233.162.82 khms1.google.com 1018 | 64.233.162.82 khms2.google.com 1019 | 64.233.162.82 khms3.google.com 1020 | 64.233.162.82 cbks0.google.com 1021 | 64.233.162.82 cbks1.google.com 1022 | 64.233.162.82 cbks2.google.com 1023 | 64.233.162.82 cbks3.google.com 1024 | 64.233.162.82 mw1.google.com 1025 | 64.233.162.82 mw2.google.com 1026 | 64.233.162.82 mt.google.com 1027 | 64.233.162.82 mt0.google.com 1028 | 64.233.162.82 mt1.google.com 1029 | 64.233.162.82 mt2.google.com 1030 | 64.233.162.82 mt3.google.com 1031 | 64.233.162.82 gg.google.com 1032 | 64.233.162.82 id.google.com 1033 | 64.233.162.82 mts.google.com 1034 | 64.233.162.82 mts0.google.com 1035 | 64.233.162.82 mts1.google.com 1036 | 64.233.162.82 mts2.google.com 1037 | 64.233.162.82 mts3.google.com 1038 | 64.233.162.82 mobilemaps.clients.google.com 1039 | 64.233.162.82 music.google.com 1040 | 64.233.162.82 t.doc-0-0-sj.sj.googleusercontent.com 1041 | 64.233.162.82 music.googleusercontent.com 1042 | 64.233.162.82 uploadsj.clients.google.com 1043 | 64.233.162.82 news.google.com 1044 | 64.233.162.82 news.google.com.hk 1045 | 64.233.162.82 news.google.com.tw 1046 | 64.233.162.82 www.orkut.com 1047 | 64.233.162.82 www.orkut.gmodules.com 1048 | 64.233.162.82 img1.orkut.com 1049 | 64.233.162.82 img2.orkut.com 1050 | 64.233.162.82 img3.orkut.com 1051 | 64.233.162.82 img4.orkut.com 1052 | 64.233.162.82 img5.orkut.com 1053 | 64.233.162.82 img6.orkut.com 1054 | 64.233.162.82 img7.orkut.com 1055 | 64.233.162.82 img8.orkut.com 1056 | 64.233.162.82 img9.orkut.com 1057 | 64.233.162.82 static1.orkut.com 1058 | 64.233.162.82 static2.orkut.com 1059 | 64.233.162.82 static3.orkut.com 1060 | 64.233.162.82 static4.orkut.com 1061 | 64.233.162.82 promote.orkut.com 1062 | 64.233.162.82 help.orkut.com 1063 | 64.233.162.82 blog.orkut.com 1064 | 64.233.162.82 en.blog.orkut.com 1065 | 64.233.162.82 pack.google.com 1066 | 64.233.162.82 cache.pack.google.com 1067 | 64.233.162.82 photos.google.com 1068 | 64.233.162.82 picasa.google.com 1069 | 64.233.162.82 picasaweb.google.com 1070 | 64.233.162.82 lh2.google.com 1071 | 64.233.162.82 lh3.google.com 1072 | 64.233.162.82 lh4.google.com 1073 | 64.233.162.82 lh5.google.com 1074 | 64.233.162.82 lh6.google.com 1075 | 64.233.162.82 upload.photos.google.com 1076 | 64.233.162.82 profiles.google.com 1077 | 64.233.162.82 plusone.google.com 1078 | 64.233.162.82 plus.google.com 1079 | 64.233.162.82 plus.google.com.hk 1080 | 64.233.162.82 plus.url.google.com 1081 | 64.233.162.82 plus.url.google.com.hk 1082 | 64.233.162.82 reader.google.com 1083 | 64.233.162.82 research.google.com 1084 | 64.233.162.82 sb.google.com 1085 | 64.233.162.82 sb-ssl.google.com 1086 | 64.233.162.82 safebrowsing.google.com 1087 | 64.233.162.82 alt1-safebrowsing.google.com 1088 | 64.233.162.82 safebrowsing.clients.google.com 1089 | 64.233.162.82 safebrowsing-cache.google.com 1090 | 64.233.162.81 sandbox.google.com 1091 | 64.233.162.82 scholar.google.com 1092 | 64.233.162.82 scholar.google.com.hk 1093 | 64.233.162.82 scholar.google.com.tw 1094 | 64.233.162.82 sites.google.com 1095 | 64.233.162.82 sketchup.google.com 1096 | 64.233.162.82 talkgadget.google.com 1097 | 64.233.162.82 tools.google.com 1098 | 64.233.162.82 toolbar.google.com 1099 | 64.233.162.82 toolbar.google.com.hk 1100 | 64.233.162.82 translate.google.com 1101 | 64.233.162.82 translate.google.com.hk 1102 | 64.233.162.82 translate.google.com.tw 1103 | 64.233.162.82 trends.google.com 1104 | 64.233.162.82 0.gvt0.com 1105 | 64.233.162.82 1.gvt0.com 1106 | 64.233.162.82 2.gvt0.com 1107 | 64.233.162.82 3.gvt0.com 1108 | 64.233.162.82 4.gvt0.com 1109 | 64.233.162.82 5.gvt0.com 1110 | 64.233.162.82 wave.google.com 1111 | 64.233.162.82 wave0.google.com 1112 | 64.233.162.82 wave1.google.com 1113 | 64.233.162.82 googlewave.com 1114 | 64.233.162.82 wifi.google.com 1115 | 64.233.162.82 gmodules.com 1116 | 64.233.162.82 www.gmodules.com 1117 | 64.233.162.82 www.ig.gmodules.com 1118 | 64.233.162.82 ig.gmodules.com 1119 | 64.233.162.82 ads.gmodules.com 1120 | 64.233.162.82 p.gmodules.com 1121 | 64.233.162.82 1.ig.gmodules.com 1122 | 64.233.162.82 2.ig.gmodules.com 1123 | 64.233.162.82 3.ig.gmodules.com 1124 | 64.233.162.82 4.ig.gmodules.com 1125 | 64.233.162.82 5.ig.gmodules.com 1126 | 64.233.162.82 6.ig.gmodules.com 1127 | 64.233.162.82 maps.gmodules.com 1128 | 64.233.162.82 img0.gmodules.com 1129 | 64.233.162.82 img1.gmodules.com 1130 | 64.233.162.82 img2.gmodules.com 1131 | 64.233.162.82 img3.gmodules.com 1132 | 64.233.162.82 skins.gmodules.com 1133 | 64.233.162.82 friendconnect.gmodules.com 1134 | 64.233.162.82 0.blogger.gmodules.com 1135 | 64.233.162.82 partnerpage.google.com 1136 | 64.233.162.82 geo0.ggpht.com 1137 | 64.233.162.82 geo1.ggpht.com 1138 | 64.233.162.82 geo2.ggpht.com 1139 | 64.233.162.82 geo3.ggpht.com 1140 | 64.233.162.82 geo4.ggpht.com 1141 | 64.233.162.82 geo5.ggpht.com 1142 | 64.233.162.82 geo6.ggpht.com 1143 | 64.233.162.82 gm0.ggpht.com 1144 | 64.233.162.82 gm1.ggpht.com 1145 | 64.233.162.82 gm2.ggpht.com 1146 | 64.233.162.82 gm3.ggpht.com 1147 | 64.233.162.82 gm4.ggpht.com 1148 | 64.233.162.82 nt0.ggpht.com 1149 | 64.233.162.82 nt1.ggpht.com 1150 | 64.233.162.82 nt2.ggpht.com 1151 | 64.233.162.82 nt3.ggpht.com 1152 | 64.233.162.82 gp3.googleusercontent.com 1153 | 64.233.162.82 gp4.googleusercontent.com 1154 | 64.233.162.82 gp5.googleusercontent.com 1155 | 64.233.162.82 gp6.googleusercontent.com 1156 | 64.233.162.82 gp.googleusercontent.com 1157 | 64.233.162.82 sp0.googleusercontent.com 1158 | 64.233.162.82 sp1.googleusercontent.com 1159 | 64.233.162.82 sp2.googleusercontent.com 1160 | 64.233.162.82 sp3.googleusercontent.com 1161 | 64.233.162.82 sp4.googleusercontent.com 1162 | 64.233.162.82 sp5.googleusercontent.com 1163 | 64.233.162.82 sp6.googleusercontent.com 1164 | 64.233.162.82 sp7.googleusercontent.com 1165 | 64.233.162.82 sp8.googleusercontent.com 1166 | 64.233.162.82 sp9.googleusercontent.com 1167 | 64.233.162.82 accounts.gstatic.com 1168 | 64.233.162.82 maps.gstatic.com 1169 | 64.233.162.82 ssl.gstatic.com 1170 | 64.233.162.82 www.gstatic.com 1171 | 64.233.162.82 encrypted-tbn0.gstatic.com 1172 | 64.233.162.82 encrypted-tbn1.gstatic.com 1173 | 64.233.162.82 encrypted-tbn2.gstatic.com 1174 | 64.233.162.82 encrypted-tbn3.gstatic.com 1175 | 64.233.162.82 encrypted-tbn4.gstatic.com 1176 | 64.233.162.82 encrypted-tbn5.gstatic.com 1177 | 64.233.162.82 encrypted-tbn6.gstatic.com 1178 | 64.233.162.82 g0.gstatic.com 1179 | 64.233.162.82 g1.gstatic.com 1180 | 64.233.162.82 g2.gstatic.com 1181 | 64.233.162.82 g3.gstatic.com 1182 | 64.233.162.82 g4.gstatic.com 1183 | 64.233.162.82 g5.gstatic.com 1184 | 64.233.162.82 g6.gstatic.com 1185 | 64.233.162.82 g7.gstatic.com 1186 | 64.233.162.82 t4.gstatic.com 1187 | 64.233.162.82 t5.gstatic.com 1188 | 64.233.162.82 t6.gstatic.com 1189 | 64.233.162.82 t7.gstatic.com 1190 | 64.233.162.82 mt0.gstatic.com 1191 | 64.233.162.82 mt1.gstatic.com 1192 | 64.233.162.82 mt2.gstatic.com 1193 | 64.233.162.82 mt3.gstatic.com 1194 | 64.233.162.82 mt4.gstatic.com 1195 | 64.233.162.82 mt5.gstatic.com 1196 | 64.233.162.82 mt6.gstatic.com 1197 | 64.233.162.82 mt7.gstatic.com 1198 | 64.233.162.82 t0.gstatic.com 1199 | 64.233.162.82 t1.gstatic.com 1200 | 64.233.162.82 t2.gstatic.com 1201 | 64.233.162.82 t3.gstatic.com 1202 | 64.233.162.82 apis.google.com 1203 | 64.233.162.82 chart.apis.google.com 1204 | 64.233.162.82 googleapis.com 1205 | 64.233.162.82 www.googleapis.com 1206 | 64.233.162.82 ajax.googleapis.com 1207 | 64.233.162.82 android.googleapis.com 1208 | 64.233.162.82 bigcache.googleapis.com 1209 | 64.233.162.82 chart.googleapis.com 1210 | 64.233.162.82 content.googleapis.com 1211 | 64.233.162.82 maps.googleapis.com 1212 | 64.233.162.82 origin-commondatastorage.googleapis.com 1213 | 64.233.162.82 play.googleapis.com 1214 | 64.233.162.82 plus.googleapis.com 1215 | 64.233.162.82 redirector-bigcache.googleapis.com 1216 | 64.233.162.82 translate.googleapis.com 1217 | 64.233.162.82 youtube.googleapis.com 1218 | 64.233.162.82 mt0.googleapis.com 1219 | 64.233.162.82 mt1.googleapis.com 1220 | 64.233.162.82 mt2.googleapis.com 1221 | 64.233.162.82 mt3.googleapis.com 1222 | 64.233.162.82 mts0.googleapis.com 1223 | 64.233.162.82 mts1.googleapis.com 1224 | 64.233.162.82 mts2.googleapis.com 1225 | 64.233.162.82 mts3.googleapis.com 1226 | # 216.58.221.48 storage.googleapis.com 1227 | # 216.58.221.48 commondatastorage.googleapis.com 1228 | # 216.58.221.48 bucket.commondatastorage.googleapis.com 1229 | # 216.58.221.48 chromium-browser-symbols.commondatastorage.googleapis.com 1230 | # 216.58.221.48 c.commondatastorage.googleapis.com 1231 | # 216.58.221.48 doc-0a9v4-0agdq-s.googleusercontent.commondatastorage.googleapis.com 1232 | 64.233.162.82 www.googlehosted.com 1233 | 64.233.162.82 base.googlehosted.com 1234 | 64.233.162.82 base0.googlehosted.com 1235 | 64.233.162.82 base1.googlehosted.com 1236 | 64.233.162.82 base2.googlehosted.com 1237 | 64.233.162.82 base3.googlehosted.com 1238 | 64.233.162.82 base4.googlehosted.com 1239 | 64.233.162.82 base5.googlehosted.com 1240 | 64.233.162.82 s0.2mdn.net 1241 | 64.233.162.82 s1.2mdn.net 1242 | 64.233.162.82 service.urchin.com 1243 | 64.233.162.82 analytics.google.com 1244 | 64.233.160.90 www.googleartproject.com 1245 | 64.233.162.82 feedburner.google.com 1246 | 64.233.162.82 www.feedburner.com 1247 | 64.233.162.82 feeds.feedburner.com 1248 | 64.233.162.82 feeds2.feedburner.com 1249 | 64.233.162.82 feedproxy.google.com 1250 | 64.233.162.82 go.googlesource.com 1251 | 64.233.160.90 golang.org 1252 | 64.233.160.90 www.golang.org 1253 | 64.233.160.90 blog.golang.org 1254 | 64.233.160.90 play.golang.org 1255 | 64.233.160.90 tip.golang.org 1256 | 64.233.160.90 tour.golang.org 1257 | 64.233.162.82 goo.gl 1258 | 64.233.162.82 g.co 1259 | 64.233.162.82 www.google.org 1260 | 64.233.162.82 blog.google.org 1261 | 64.233.160.90 panoramio.com 1262 | 64.233.160.90 www.panoramio.com 1263 | 64.233.160.90 static.panoramio.com 1264 | 64.233.160.90 blog.panoramio.com 1265 | 64.233.162.82 www.recaptcha.net 1266 | 64.233.162.82 api.recaptcha.net 1267 | 64.233.162.82 api-secure.recaptcha.net 1268 | 64.233.162.82 mailhide.recaptcha.net 1269 | 64.233.162.82 webmproject.org 1270 | 64.233.162.82 www.webmproject.org 1271 | 104.152.168.18 www.webm-ccl.org 1272 | 64.233.162.82 www.chromercise.com 1273 | 64.233.162.82 www.data-vocabulary.org 1274 | 64.233.162.82 www.googleinsidesearch.com 1275 | 64.233.162.82 www.teachparentstech.org 1276 | 64.233.160.90 www.thinkwithgoogle.com 1277 | 64.233.162.82 www.oneworldmanystories.com 1278 | # 64.233.162.82 www.dartlang.org 1279 | # 64.233.162.82 try.dartlang.org 1280 | 64.233.162.82 www.l.google.com 1281 | 64.233.162.82 www2.l.google.com 1282 | 64.233.162.82 www3.l.google.com 1283 | 64.233.162.82 www4.l.google.com 1284 | 64.233.162.82 accounts.l.google.com 1285 | 64.233.162.82 accounts-cctld.l.google.com 1286 | 64.233.162.82 afd.l.google.com 1287 | 64.233.162.82 android-market.l.google.com 1288 | 64.233.162.82 android.l.google.com 1289 | 64.233.162.82 android-china.l.google.com 1290 | 64.233.162.82 adwords.l.google.com 1291 | 64.233.162.82 appspot.l.google.com 1292 | 64.233.162.82 aspmx.l.google.com 1293 | 64.233.162.82 b.googlemail.l.google.com 1294 | 64.233.162.82 bandaid-redirector.l.google.com 1295 | 64.233.162.82 blogger.l.google.com 1296 | 64.233.162.82 bloggerphotos.l.google.com 1297 | 64.233.162.82 browsersync.l.google.com 1298 | 64.233.162.82 browserchannel-docs.l.google.com 1299 | 64.233.162.82 cache.l.google.com 1300 | 64.233.162.82 cbk.l.google.com 1301 | 64.233.162.82 code.l.google.com 1302 | 64.233.162.82 checkout.l.google.com 1303 | 64.233.162.82 chromeecho.l.google.com 1304 | 64.233.162.82 clients.l.google.com 1305 | 64.233.162.82 clients-cctld.l.google.com 1306 | 64.233.162.82 csi.l.google.com 1307 | 64.233.162.82 desktop.l.google.com 1308 | 64.233.162.82 dl.l.google.com 1309 | 64.233.162.82 dl-ssl.l.google.com 1310 | 64.233.162.82 encrypted-tbn.l.google.com 1311 | 64.233.162.82 gadgets.l.google.com 1312 | 64.233.162.82 googleapis.l.google.com 1313 | 64.233.162.82 googleapis-ajax.l.google.com 1314 | 64.233.162.82 googlecode.l.google.com 1315 | 64.233.162.82 googlehosted.l.google.com 1316 | 64.233.162.82 groups.l.google.com 1317 | 64.233.162.82 history.l.google.com 1318 | 64.233.162.82 id.l.google.com 1319 | 64.233.162.82 images.l.google.com 1320 | 64.233.162.82 ipv4.l.google.com 1321 | 64.233.162.82 keyhole.l.google.com 1322 | 64.233.162.82 kh.l.google.com 1323 | 64.233.162.82 khm.l.google.com 1324 | 64.233.162.82 khmdb.l.google.com 1325 | 64.233.162.82 khms.l.google.com 1326 | 64.233.162.82 large-uploads.l.google.com 1327 | 64.233.162.82 maps.l.google.com 1328 | 64.233.162.82 maps-cctld.l.google.com 1329 | 64.233.162.82 mt.l.google.com 1330 | 64.233.162.82 mts.l.google.com 1331 | 64.233.162.82 music-china.l.google.com 1332 | 64.233.162.82 music-streaming.l.google.com 1333 | 64.233.162.82 mw-medium.l.google.com 1334 | 64.233.162.82 mw-small.l.google.com 1335 | 64.233.162.82 news.l.google.com 1336 | 64.233.162.82 orkut-fe.l.google.com 1337 | 64.233.162.82 orkut-images.l.google.com 1338 | 64.233.162.82 orkut-opensocial.l.google.com 1339 | 64.233.162.82 orkut-promote.l.google.com 1340 | 64.233.162.82 orkut-static.l.google.com 1341 | 64.233.162.82 pagead.l.google.com 1342 | 64.233.162.82 pagead-tpc.l.google.com 1343 | 64.233.162.82 pagead-googlehosted.l.google.com 1344 | 64.233.162.82 partnerad.l.google.com 1345 | 64.233.162.82 picasaweb.l.google.com 1346 | 64.233.162.82 plus.l.google.com 1347 | 64.233.162.82 photos-ugc.l.google.com 1348 | 64.233.162.82 sandbox.l.google.com 1349 | 64.233.162.82 safebrowsing.cache.l.google.com 1350 | 64.233.162.82 sb.l.google.com 1351 | 64.233.162.82 sb-ssl.l.google.com 1352 | 64.233.162.82 scholar.l.google.com 1353 | 64.233.162.82 sketchup.l.google.com 1354 | 64.233.162.82 spreadsheets.l.google.com 1355 | 64.233.162.82 spreadsheets-china.l.google.com 1356 | 64.233.162.82 sslvideo-upload.l.google.com 1357 | 64.233.162.82 ssl-google-analytics.l.google.com 1358 | 64.233.162.82 static.cache.l.google.com 1359 | 64.233.162.82 suggestqueries.l.google.com 1360 | 64.233.162.82 tbn.l.google.com 1361 | 64.233.162.82 toolbarqueries.l.google.com 1362 | 64.233.162.82 tools.l.google.com 1363 | 64.233.162.82 video.l.google.com 1364 | 64.233.162.82 vp.video.l.google.com 1365 | 64.233.162.82 browserchannel-spreadsheets.l.google.com 1366 | 64.233.162.82 googlecl.googlecode.com 1367 | 64.233.162.82 s0-2mdn-net.l.google.com 1368 | 64.233.162.82 wire.l.google.com 1369 | 64.233.162.82 www0.l.google.com 1370 | 64.233.162.82 www1.l.google.com 1371 | 64.233.162.82 googlemashups.l.google.com 1372 | 64.233.162.82 qwqy.vp.video.l.google.com 1373 | 64.233.162.82 nz.vp.video.l.google.com 1374 | 64.233.162.82 nztdug.vp.video.l.google.com 1375 | 64.233.162.82 pr.vp.video.l.google.com 1376 | 64.233.162.82 ug.vp.video.l.google.com 1377 | 64.233.162.82 vp01.video.l.google.com 1378 | 64.233.162.82 vp02.video.l.google.com 1379 | 64.233.162.82 vp03.video.l.google.com 1380 | 64.233.162.82 vp04.video.l.google.com 1381 | 64.233.162.82 vp05.video.l.google.com 1382 | 64.233.162.82 vp06.video.l.google.com 1383 | 64.233.162.82 vp07.video.l.google.com 1384 | 64.233.162.82 vp08.video.l.google.com 1385 | 64.233.162.82 vp09.video.l.google.com 1386 | 64.233.162.82 vp10.video.l.google.com 1387 | 64.233.162.82 vp11.video.l.google.com 1388 | 64.233.162.82 vp12.video.l.google.com 1389 | 64.233.162.82 vp13.video.l.google.com 1390 | 64.233.162.82 vp14.video.l.google.com 1391 | 64.233.162.82 vp15.video.l.google.com 1392 | 64.233.162.82 vp16.video.l.google.com 1393 | 64.233.162.82 vp17.video.l.google.com 1394 | 64.233.162.82 vp18.video.l.google.com 1395 | 64.233.162.82 vp19.video.l.google.com 1396 | 64.233.162.82 vp20.video.l.google.com 1397 | 64.233.162.82 video-stats.l.google.com 1398 | 64.233.162.82 video-analytics.l.google.com 1399 | 64.233.162.82 video-thumbnails.l.google.com 1400 | 64.233.162.82 wifi.l.google.com 1401 | 64.233.162.82 writely.l.google.com 1402 | 64.233.162.82 writely-com.l.google.com 1403 | 64.233.162.82 writely-china.l.google.com 1404 | 64.233.162.82 www-china.l.google.com 1405 | 64.233.162.82 www1-china.l.google.com 1406 | 64.233.162.82 www2-china.l.google.com 1407 | 64.233.162.82 www3-china.l.google.com 1408 | 64.233.162.82 www4-china.l.google.com 1409 | 64.233.162.82 wildcard-talkgadget.l.google.com 1410 | #64.233.162.82 stun.l.google.com 1411 | #64.233.162.82 alt1.stun.l.google.com 1412 | #64.233.162.82 alt2.stun.l.google.com 1413 | #64.233.162.82 alt3.stun.l.google.com 1414 | #64.233.162.82 alt4.stun.l.google.com 1415 | #64.233.162.82 alt5.stun.l.google.com 1416 | #64.233.162.82 www-google-analytics.l.google.com 1417 | #64.233.162.82 www-googletagmanager.l.google.com 1418 | 64.233.162.82 www-wide.l.google.com 1419 | 64.233.162.82 youtube-ui.l.google.com 1420 | 64.233.162.82 yt-video-upload.l.google.com 1421 | 64.233.162.82 ytimg.l.google.com 1422 | 64.233.162.82 ytstatic.l.google.com 1423 | 64.233.162.82 admob.com 1424 | 64.233.162.82 www.admob.com 1425 | 64.233.162.82 apps.admob.com 1426 | 64.233.162.82 www.googlesyndication.com 1427 | 64.233.162.82 www.googleadservices.com 1428 | 64.233.162.82 adwords.google.com 1429 | 64.233.162.82 adwords.google.sk 1430 | 64.233.162.82 partner.googleadservices.com 1431 | 64.233.162.82 pagead.google.com 1432 | 64.233.162.82 pagead2.googleadservices.com 1433 | 64.233.162.82 buttons.googlesyndication.com 1434 | 64.233.162.82 www.android.com 1435 | 64.233.162.82 android.com 1436 | 64.233.162.82 connectivitycheck.android.com 1437 | 64.233.160.90 developer.android.com 1438 | 64.233.162.82 source.android.com 1439 | 64.233.162.82 market.android.com 1440 | 64.233.162.82 play.google.com 1441 | 64.233.162.82 android.clients.google.com 1442 | 64.233.162.82 www.googleusercontent.com 1443 | 64.233.162.82 androidmarket.googleusercontent.com 1444 | 64.233.162.82 blogger.googleusercontent.com 1445 | 64.233.162.82 gadgets.l.googleusercontent.com 1446 | 64.233.162.82 googlehosted.l.googleusercontent.com 1447 | 64.233.162.82 googlecode.l.googleusercontent.com 1448 | 64.233.162.82 googlegroups.l.googleusercontent.com 1449 | 64.233.162.82 orkut-opensocial.l.googleusercontent.com 1450 | 64.233.162.82 photos-ugc.l.googleusercontent.com 1451 | 64.233.162.82 storage.l.googleusercontent.com 1452 | 64.233.162.82 storage-ugc.l.googleusercontent.com 1453 | 64.233.162.82 a-fc-opensocial.googleusercontent.com 1454 | 64.233.162.82 images-focus-opensocial.googleusercontent.com 1455 | 64.233.162.82 www-blogger-opensocial.googleusercontent.com 1456 | 64.233.162.82 books.googleusercontent.com 1457 | 64.233.162.82 ci0.googleusercontent.com 1458 | 64.233.162.82 ci1.googleusercontent.com 1459 | 64.233.162.82 ci2.googleusercontent.com 1460 | 64.233.162.82 ci3.googleusercontent.com 1461 | 64.233.162.82 ci4.googleusercontent.com 1462 | 64.233.162.82 ci5.googleusercontent.com 1463 | 64.233.162.82 ci6.googleusercontent.com 1464 | 64.233.162.82 1-ps.googleusercontent.com 1465 | 64.233.162.82 2-ps.googleusercontent.com 1466 | 64.233.162.82 3-ps.googleusercontent.com 1467 | 64.233.162.82 4-ps.googleusercontent.com 1468 | 64.233.162.82 gp0.googleusercontent.com 1469 | 64.233.162.82 gp1.googleusercontent.com 1470 | 64.233.162.82 gp2.googleusercontent.com 1471 | 64.233.162.82 www-hangouts-opensocial.googleusercontent.com 1472 | 64.233.162.82 clients1.googleusercontent.com 1473 | 64.233.162.82 clients2.googleusercontent.com 1474 | 64.233.162.82 clients3.googleusercontent.com 1475 | 64.233.162.82 clients4.googleusercontent.com 1476 | 64.233.162.82 clients5.googleusercontent.com 1477 | 64.233.162.82 clients6.googleusercontent.com 1478 | 64.233.162.82 clients7.googleusercontent.com 1479 | 64.233.162.82 code-opensocial.googleusercontent.com 1480 | 64.233.162.82 doc-01-7o-docs.googleusercontent.com 1481 | 64.233.162.82 doc-02-7o-docs.googleusercontent.com 1482 | 64.233.162.82 doc-03-7o-docs.googleusercontent.com 1483 | 64.233.162.82 doc-05-7o-docs.googleusercontent.com 1484 | 64.233.162.82 doc-06-7o-docs.googleusercontent.com 1485 | 64.233.162.82 doc-07-7o-docs.googleusercontent.com 1486 | 64.233.162.82 doc-09-7o-docs.googleusercontent.com 1487 | 64.233.162.82 doc-0a-7o-docs.googleusercontent.com 1488 | 64.233.162.82 doc-0b-7o-docs.googleusercontent.com 1489 | 64.233.162.82 doc-0d-7o-docs.googleusercontent.com 1490 | 64.233.162.82 doc-0e-7o-docs.googleusercontent.com 1491 | 64.233.162.82 doc-0f-7o-docs.googleusercontent.com 1492 | 64.233.162.82 doc-0g-9c-docs.googleusercontent.com 1493 | 64.233.162.82 doc-0h-7o-docs.googleusercontent.com 1494 | 64.233.162.82 doc-0i-7o-docs.googleusercontent.com 1495 | 64.233.162.82 doc-0j-7o-docs.googleusercontent.com 1496 | 64.233.162.82 doc-0l-7o-docs.googleusercontent.com 1497 | 64.233.162.82 doc-0m-7o-docs.googleusercontent.com 1498 | 64.233.162.82 doc-0n-7o-docs.googleusercontent.com 1499 | 64.233.162.82 doc-0p-7o-docs.googleusercontent.com 1500 | 64.233.162.82 doc-0q-7o-docs.googleusercontent.com 1501 | 64.233.162.82 doc-0r-7o-docs.googleusercontent.com 1502 | 64.233.162.82 doc-0t-7o-docs.googleusercontent.com 1503 | 64.233.162.82 doc-07-bc-docs.googleusercontent.com 1504 | 64.233.162.82 doc-08-bc-docs.googleusercontent.com 1505 | 64.233.162.82 doc-09-bc-docs.googleusercontent.com 1506 | 64.233.162.82 doc-10-bc-docs.googleusercontent.com 1507 | 64.233.162.82 doc-0a-bc-docs.googleusercontent.com 1508 | 64.233.162.82 doc-0b-bc-docs.googleusercontent.com 1509 | 64.233.162.82 doc-0d-bc-docs.googleusercontent.com 1510 | 64.233.162.82 doc-0e-bc-docs.googleusercontent.com 1511 | 64.233.162.82 doc-0f-bc-docs.googleusercontent.com 1512 | 64.233.162.82 doc-0g-bc-docs.googleusercontent.com 1513 | 64.233.162.82 doc-0h-bc-docs.googleusercontent.com 1514 | 64.233.162.82 doc-0i-bc-docs.googleusercontent.com 1515 | 64.233.162.82 doc-0j-bc-docs.googleusercontent.com 1516 | 64.233.162.82 doc-0l-bc-docs.googleusercontent.com 1517 | 64.233.162.82 doc-0m-bc-docs.googleusercontent.com 1518 | 64.233.162.82 doc-0n-bc-docs.googleusercontent.com 1519 | 64.233.162.82 doc-0o-bc-docs.googleusercontent.com 1520 | 64.233.162.82 doc-0p-bc-docs.googleusercontent.com 1521 | 64.233.162.82 doc-0q-bc-docs.googleusercontent.com 1522 | 64.233.162.82 doc-0r-bc-docs.googleusercontent.com 1523 | 64.233.162.82 doc-0s-bc-docs.googleusercontent.com 1524 | 64.233.162.82 doc-0t-bc-docs.googleusercontent.com 1525 | 64.233.162.82 doc-00-1s-docs.googleusercontent.com 1526 | 64.233.162.82 doc-01-1s-docs.googleusercontent.com 1527 | 64.233.162.82 doc-02-1s-docs.googleusercontent.com 1528 | 64.233.162.82 doc-03-1s-docs.googleusercontent.com 1529 | 64.233.162.82 doc-04-1s-docs.googleusercontent.com 1530 | 64.233.162.82 doc-05-1s-docs.googleusercontent.com 1531 | 64.233.162.82 doc-06-1s-docs.googleusercontent.com 1532 | 64.233.162.82 doc-07-1s-docs.googleusercontent.com 1533 | 64.233.162.82 doc-08-1s-docs.googleusercontent.com 1534 | 64.233.162.82 doc-09-1s-docs.googleusercontent.com 1535 | 64.233.162.82 doc-10-1s-docs.googleusercontent.com 1536 | 64.233.162.82 doc-0a-1s-docs.googleusercontent.com 1537 | 64.233.162.82 doc-0b-1s-docs.googleusercontent.com 1538 | 64.233.162.82 doc-0c-1s-docs.googleusercontent.com 1539 | 64.233.162.82 doc-0d-1s-docs.googleusercontent.com 1540 | 64.233.162.82 doc-0e-1s-docs.googleusercontent.com 1541 | 64.233.162.82 doc-0f-1s-docs.googleusercontent.com 1542 | 64.233.162.82 doc-0g-1s-docs.googleusercontent.com 1543 | 64.233.162.82 doc-0h-1s-docs.googleusercontent.com 1544 | 64.233.162.82 doc-0i-1s-docs.googleusercontent.com 1545 | 64.233.162.82 doc-0j-1s-docs.googleusercontent.com 1546 | 64.233.162.82 doc-0l-1s-docs.googleusercontent.com 1547 | 64.233.162.82 doc-0m-1s-docs.googleusercontent.com 1548 | 64.233.162.82 doc-0n-1s-docs.googleusercontent.com 1549 | 64.233.162.82 doc-0o-1s-docs.googleusercontent.com 1550 | 64.233.162.82 doc-0p-1s-docs.googleusercontent.com 1551 | 64.233.162.82 doc-0q-1s-docs.googleusercontent.com 1552 | 64.233.162.82 doc-0r-1s-docs.googleusercontent.com 1553 | 64.233.162.82 doc-0s-1s-docs.googleusercontent.com 1554 | 64.233.162.82 doc-0t-1s-docs.googleusercontent.com 1555 | 64.233.162.82 doc-04-80-docs.googleusercontent.com 1556 | 64.233.162.82 doc-08-6g-docs.googleusercontent.com 1557 | 64.233.162.82 doc-0k-bk-docs.googleusercontent.com 1558 | 64.233.162.82 doc-10-6g-docs.googleusercontent.com 1559 | 64.233.162.82 doc-10-00-docs.googleusercontent.com 1560 | 64.233.162.82 doc-14-b8-docs.googleusercontent.com 1561 | 64.233.162.82 doc-04-b8-docs.googleusercontent.com 1562 | 64.233.162.82 doc-0c-b8-docs.googleusercontent.com 1563 | 64.233.162.82 doc-08-b8-docs.googleusercontent.com 1564 | 64.233.162.82 doc-0s-bs-docs.googleusercontent.com 1565 | 64.233.162.82 doc-00-bc-docs.googleusercontent.com 1566 | 64.233.162.82 doc-01-bc-docs.googleusercontent.com 1567 | 64.233.162.82 doc-02-bc-docs.googleusercontent.com 1568 | 64.233.162.82 doc-03-bc-docs.googleusercontent.com 1569 | 64.233.162.82 doc-04-bc-docs.googleusercontent.com 1570 | 64.233.162.82 doc-05-bc-docs.googleusercontent.com 1571 | 64.233.162.82 doc-06-bc-docs.googleusercontent.com 1572 | 64.233.162.82 doc-0c-bc-docs.googleusercontent.com 1573 | 64.233.162.82 doc-0k-bc-docs.googleusercontent.com 1574 | 64.233.162.82 doc-0k-1s-docs.googleusercontent.com 1575 | 64.233.162.82 doc-14-bc-docs.googleusercontent.com 1576 | 64.233.162.82 doc-00-1k-docs.googleusercontent.com 1577 | 64.233.162.82 doc-00-1o-docs.googleusercontent.com 1578 | 64.233.162.82 doc-04-1o-docs.googleusercontent.com 1579 | 64.233.162.82 doc-08-1o-docs.googleusercontent.com 1580 | 64.233.162.82 doc-0c-1o-docs.googleusercontent.com 1581 | 64.233.162.82 doc-0g-1o-docs.googleusercontent.com 1582 | 64.233.162.82 doc-0k-1o-docs.googleusercontent.com 1583 | 64.233.162.82 doc-0o-1o-docs.googleusercontent.com 1584 | 64.233.162.82 doc-0s-1o-docs.googleusercontent.com 1585 | 64.233.162.82 doc-10-1o-docs.googleusercontent.com 1586 | 64.233.162.82 doc-14-1o-docs.googleusercontent.com 1587 | 64.233.162.82 doc-10-2c-docs.googleusercontent.com 1588 | 64.233.162.82 doc-0k-38-docs.googleusercontent.com 1589 | 64.233.162.82 doc-14-48-docs.googleusercontent.com 1590 | 64.233.162.82 doc-00-6c-docs.googleusercontent.com 1591 | 64.233.162.82 doc-04-6c-docs.googleusercontent.com 1592 | 64.233.162.82 doc-08-6c-docs.googleusercontent.com 1593 | 64.233.162.82 doc-0c-6c-docs.googleusercontent.com 1594 | 64.233.162.82 doc-0g-6c-docs.googleusercontent.com 1595 | 64.233.162.82 doc-0k-6c-docs.googleusercontent.com 1596 | 64.233.162.82 doc-0o-6c-docs.googleusercontent.com 1597 | 64.233.162.82 doc-0s-6c-docs.googleusercontent.com 1598 | 64.233.162.82 doc-10-6c-docs.googleusercontent.com 1599 | 64.233.162.82 doc-14-6c-docs.googleusercontent.com 1600 | 64.233.162.82 doc-0o-74-docs.googleusercontent.com 1601 | 64.233.162.82 doc-14-74-docs.googleusercontent.com 1602 | 64.233.162.82 doc-00-7o-docs.googleusercontent.com 1603 | 64.233.162.82 doc-04-7o-docs.googleusercontent.com 1604 | 64.233.162.82 doc-08-7o-docs.googleusercontent.com 1605 | 64.233.162.82 doc-0c-7o-docs.googleusercontent.com 1606 | 64.233.162.82 doc-0g-7o-docs.googleusercontent.com 1607 | 64.233.162.82 doc-0k-7o-docs.googleusercontent.com 1608 | 64.233.162.82 doc-0o-7o-docs.googleusercontent.com 1609 | 64.233.162.82 doc-0s-7o-docs.googleusercontent.com 1610 | 64.233.162.82 doc-10-7o-docs.googleusercontent.com 1611 | 64.233.162.82 doc-14-7o-docs.googleusercontent.com 1612 | 64.233.162.82 doc-00-8k-docs.googleusercontent.com 1613 | 64.233.162.82 doc-04-8k-docs.googleusercontent.com 1614 | 64.233.162.82 doc-08-8k-docs.googleusercontent.com 1615 | 64.233.162.82 doc-0c-8k-docs.googleusercontent.com 1616 | 64.233.162.82 doc-0g-8k-docs.googleusercontent.com 1617 | 64.233.162.82 doc-0k-8k-docs.googleusercontent.com 1618 | 64.233.162.82 doc-0o-8k-docs.googleusercontent.com 1619 | 64.233.162.82 doc-0s-8k-docs.googleusercontent.com 1620 | 64.233.162.82 doc-10-8k-docs.googleusercontent.com 1621 | 64.233.162.82 doc-14-8k-docs.googleusercontent.com 1622 | 64.233.162.82 doc-00-9k-docs.googleusercontent.com 1623 | 64.233.162.82 doc-04-9k-docs.googleusercontent.com 1624 | 64.233.162.82 doc-08-9k-docs.googleusercontent.com 1625 | 64.233.162.82 doc-0c-9k-docs.googleusercontent.com 1626 | 64.233.162.82 doc-0g-9k-docs.googleusercontent.com 1627 | 64.233.162.82 doc-0k-9k-docs.googleusercontent.com 1628 | 64.233.162.82 doc-0o-9k-docs.googleusercontent.com 1629 | 64.233.162.82 doc-0s-9k-docs.googleusercontent.com 1630 | 64.233.162.82 doc-10-9k-docs.googleusercontent.com 1631 | 64.233.162.82 doc-14-9k-docs.googleusercontent.com 1632 | 64.233.162.82 doc-00-as-docs.googleusercontent.com 1633 | 64.233.162.82 doc-04-as-docs.googleusercontent.com 1634 | 64.233.162.82 doc-08-as-docs.googleusercontent.com 1635 | 64.233.162.82 doc-0c-as-docs.googleusercontent.com 1636 | 64.233.162.82 doc-0g-as-docs.googleusercontent.com 1637 | 64.233.162.82 doc-0k-as-docs.googleusercontent.com 1638 | 64.233.162.82 doc-0o-as-docs.googleusercontent.com 1639 | 64.233.162.82 doc-0s-as-docs.googleusercontent.com 1640 | 64.233.162.82 doc-10-as-docs.googleusercontent.com 1641 | 64.233.162.82 doc-14-as-docs.googleusercontent.com 1642 | 64.233.162.82 doc-00-bg-docs.googleusercontent.com 1643 | 64.233.162.82 doc-0k-5g-docs.googleusercontent.com 1644 | 64.233.162.82 doc-0c-5c-docs.googleusercontent.com 1645 | 64.233.162.82 doc-00-2g-3dwarehouse.googleusercontent.com 1646 | 64.233.162.82 doc-04-2g-3dwarehouse.googleusercontent.com 1647 | 64.233.162.82 doc-08-2g-3dwarehouse.googleusercontent.com 1648 | 64.233.162.82 doc-0c-2g-3dwarehouse.googleusercontent.com 1649 | 64.233.162.82 doc-0g-2g-3dwarehouse.googleusercontent.com 1650 | 64.233.162.82 doc-0k-2g-3dwarehouse.googleusercontent.com 1651 | 64.233.162.82 doc-0o-2g-3dwarehouse.googleusercontent.com 1652 | 64.233.162.82 doc-0s-2g-3dwarehouse.googleusercontent.com 1653 | 64.233.162.82 doc-10-2g-3dwarehouse.googleusercontent.com 1654 | 64.233.162.82 doc-14-2g-3dwarehouse.googleusercontent.com 1655 | 64.233.162.82 feedback.googleusercontent.com 1656 | 64.233.162.82 images1-esmobile-opensocial.googleusercontent.com 1657 | 64.233.162.82 images2-esmobile-opensocial.googleusercontent.com 1658 | 64.233.162.82 images3-esmobile-opensocial.googleusercontent.com 1659 | 64.233.162.82 images4-esmobile-opensocial.googleusercontent.com 1660 | 64.233.162.82 images5-esmobile-opensocial.googleusercontent.com 1661 | 64.233.162.82 images6-esmobile-opensocial.googleusercontent.com 1662 | 64.233.162.82 images7-esmobile-opensocial.googleusercontent.com 1663 | 64.233.162.82 images8-esmobile-opensocial.googleusercontent.com 1664 | 64.233.162.82 images9-esmobile-opensocial.googleusercontent.com 1665 | 64.233.162.82 images1-hangout-opensocial.googleusercontent.com 1666 | 64.233.162.82 images2-hangout-opensocial.googleusercontent.com 1667 | 64.233.162.82 images3-hangout-opensocial.googleusercontent.com 1668 | 64.233.162.82 images4-hangout-opensocial.googleusercontent.com 1669 | 64.233.162.82 images5-hangout-opensocial.googleusercontent.com 1670 | 64.233.162.82 images6-hangout-opensocial.googleusercontent.com 1671 | 64.233.162.82 images7-hangout-opensocial.googleusercontent.com 1672 | 64.233.162.82 images8-hangout-opensocial.googleusercontent.com 1673 | 64.233.162.82 images9-hangout-opensocial.googleusercontent.com 1674 | 64.233.162.82 images-docs-opensocial.googleusercontent.com 1675 | 64.233.162.82 images-oz-opensocial.googleusercontent.com 1676 | 64.233.162.82 images-lso-opensocial.googleusercontent.com 1677 | 64.233.162.82 images-blogger-opensocial.googleusercontent.com 1678 | 64.233.162.82 images-pos-opensocial.googleusercontent.com 1679 | 64.233.162.82 www-calendar-opensocial.googleusercontent.com 1680 | 64.233.162.82 a-oz-opensocial.googleusercontent.com 1681 | 64.233.162.82 lh0.googleusercontent.com 1682 | 64.233.162.82 lh1.googleusercontent.com 1683 | 64.233.162.82 lh2.googleusercontent.com 1684 | 64.233.162.82 lh3.googleusercontent.com 1685 | 64.233.162.82 lh4.googleusercontent.com 1686 | 64.233.162.82 lh5.googleusercontent.com 1687 | 64.233.162.82 lh6.googleusercontent.com 1688 | 64.233.162.82 mail-attachment.googleusercontent.com 1689 | 64.233.162.82 music-onebox.googleusercontent.com 1690 | 64.233.162.82 newsstand.googleusercontent.com 1691 | 64.233.162.82 oauth.googleusercontent.com 1692 | 64.233.162.82 producer.googleusercontent.com 1693 | 64.233.162.82 reader.googleusercontent.com 1694 | 64.233.162.82 s1.googleusercontent.com 1695 | 64.233.162.82 s2.googleusercontent.com 1696 | 64.233.162.82 s3.googleusercontent.com 1697 | 64.233.162.82 s4.googleusercontent.com 1698 | 64.233.162.82 s5.googleusercontent.com 1699 | 64.233.162.82 s6.googleusercontent.com 1700 | 64.233.162.82 spreadsheets-opensocial.googleusercontent.com 1701 | 64.233.162.82 static.googleusercontent.com 1702 | 64.233.162.82 themes.googleusercontent.com 1703 | 64.233.162.82 translate.googleusercontent.com 1704 | 64.233.162.82 video.googleusercontent.com 1705 | 64.233.162.82 wave.googleusercontent.com 1706 | 64.233.162.82 webcache.googleusercontent.com 1707 | 64.233.162.82 ytimg.googleusercontent.com 1708 | 64.233.162.82 www-opensocial.googleusercontent.com 1709 | 64.233.162.82 www-gm-opensocial.googleusercontent.com 1710 | 64.233.162.82 www-opensocial-sandbox.googleusercontent.com 1711 | 64.233.162.82 www-fc-opensocial.googleusercontent.com 1712 | 64.233.162.82 www-focus-opensocial.googleusercontent.com 1713 | 64.233.162.82 images0-focus-opensocial.googleusercontent.com 1714 | 64.233.162.82 images1-focus-opensocial.googleusercontent.com 1715 | 64.233.162.82 images2-focus-opensocial.googleusercontent.com 1716 | 64.233.162.82 images3-focus-opensocial.googleusercontent.com 1717 | 64.233.162.82 images4-focus-opensocial.googleusercontent.com 1718 | 64.233.162.82 images5-focus-opensocial.googleusercontent.com 1719 | 64.233.162.82 images6-focus-opensocial.googleusercontent.com 1720 | 64.233.162.82 images7-focus-opensocial.googleusercontent.com 1721 | 64.233.162.82 images8-focus-opensocial.googleusercontent.com 1722 | 64.233.162.82 images9-focus-opensocial.googleusercontent.com 1723 | 64.233.162.82 0-focus-opensocial.googleusercontent.com 1724 | 64.233.162.82 1-focus-opensocial.googleusercontent.com 1725 | 64.233.162.82 2-focus-opensocial.googleusercontent.com 1726 | 64.233.162.82 3-focus-opensocial.googleusercontent.com 1727 | 64.233.162.82 www-fusiontables-opensocial.googleusercontent.com 1728 | 64.233.162.82 www-kix-opensocial.googleusercontent.com 1729 | 64.233.162.82 www-onepick-opensocial.googleusercontent.com 1730 | 64.233.162.82 images-onepick-opensocial.googleusercontent.com 1731 | 64.233.162.82 www-open-opensocial.googleusercontent.com 1732 | 64.233.162.82 0-open-opensocial.googleusercontent.com 1733 | 64.233.162.82 1-open-opensocial.googleusercontent.com 1734 | 64.233.162.82 2-open-opensocial.googleusercontent.com 1735 | 64.233.162.82 3-open-opensocial.googleusercontent.com 1736 | 64.233.162.82 www-oz-opensocial.googleusercontent.com 1737 | 64.233.162.82 www-trixcopysheet-opensocial.googleusercontent.com 1738 | 64.233.162.82 www-wave-opensocial.googleusercontent.com 1739 | 64.233.162.82 wave-opensocial.googleusercontent.com 1740 | 64.233.162.82 0-wave-opensocial.googleusercontent.com 1741 | 64.233.162.82 1-wave-opensocial.googleusercontent.com 1742 | 64.233.162.82 2-wave-opensocial.googleusercontent.com 1743 | 64.233.162.82 3-wave-opensocial.googleusercontent.com 1744 | 64.233.162.82 4-wave-opensocial.googleusercontent.com 1745 | 64.233.162.82 5-wave-opensocial.googleusercontent.com 1746 | 64.233.162.82 6-wave-opensocial.googleusercontent.com 1747 | 64.233.162.82 7-wave-opensocial.googleusercontent.com 1748 | 64.233.162.82 8-wave-opensocial.googleusercontent.com 1749 | 64.233.162.82 9-wave-opensocial.googleusercontent.com 1750 | 64.233.162.82 10-wave-opensocial.googleusercontent.com 1751 | 64.233.162.82 11-wave-opensocial.googleusercontent.com 1752 | 64.233.162.82 12-wave-opensocial.googleusercontent.com 1753 | 64.233.162.82 13-wave-opensocial.googleusercontent.com 1754 | 64.233.162.82 14-wave-opensocial.googleusercontent.com 1755 | 64.233.162.82 15-wave-opensocial.googleusercontent.com 1756 | 64.233.162.82 16-wave-opensocial.googleusercontent.com 1757 | 64.233.162.82 17-wave-opensocial.googleusercontent.com 1758 | 64.233.162.82 18-wave-opensocial.googleusercontent.com 1759 | 64.233.162.82 19-wave-opensocial.googleusercontent.com 1760 | 64.233.162.82 20-wave-opensocial.googleusercontent.com 1761 | 64.233.162.82 21-wave-opensocial.googleusercontent.com 1762 | 64.233.162.82 22-wave-opensocial.googleusercontent.com 1763 | 64.233.162.82 23-wave-opensocial.googleusercontent.com 1764 | 64.233.162.82 24-wave-opensocial.googleusercontent.com 1765 | 64.233.162.82 25-wave-opensocial.googleusercontent.com 1766 | 64.233.162.82 26-wave-opensocial.googleusercontent.com 1767 | 64.233.162.82 27-wave-opensocial.googleusercontent.com 1768 | 64.233.162.82 28-wave-opensocial.googleusercontent.com 1769 | 64.233.162.82 29-wave-opensocial.googleusercontent.com 1770 | 64.233.162.82 30-wave-opensocial.googleusercontent.com 1771 | 64.233.162.82 31-wave-opensocial.googleusercontent.com 1772 | 64.233.162.82 32-wave-opensocial.googleusercontent.com 1773 | 64.233.162.82 33-wave-opensocial.googleusercontent.com 1774 | 64.233.162.82 34-wave-opensocial.googleusercontent.com 1775 | 64.233.162.82 35-wave-opensocial.googleusercontent.com 1776 | 64.233.162.82 36-wave-opensocial.googleusercontent.com 1777 | 64.233.162.82 37-wave-opensocial.googleusercontent.com 1778 | 64.233.162.82 38-wave-opensocial.googleusercontent.com 1779 | 64.233.162.82 39-wave-opensocial.googleusercontent.com 1780 | 64.233.162.82 40-wave-opensocial.googleusercontent.com 1781 | 64.233.162.82 gweb-letour.storage.googleapis.com 1782 | 64.233.160.90 foobar.withgoogle.com 1783 | 64.233.160.90 interstellar.withgoogle.com 1784 | 64.233.160.90 edudirectory.withgoogle.com 1785 | 64.233.160.90 atmosphere.withgoogle.com 1786 | 64.233.160.90 accelerate.withgoogle.com 1787 | 64.233.160.90 insgruene.withgoogle.com 1788 | 64.233.160.90 atmospheretokyo.withgoogle.com 1789 | 64.233.160.90 connectedclassrooms.withgoogle.com 1790 | 64.233.160.90 smartypins.withgoogle.com 1791 | 64.233.160.90 streetart.withgoogle.com 1792 | 64.233.160.90 cardboard.withgoogle.com 1793 | 64.233.160.90 kickwithchrome.withgoogle.com 1794 | 64.233.160.90 candidatos.withgoogle.com 1795 | 64.233.160.90 trendstw.withgoogle.com 1796 | 64.233.160.90 spellup.withgoogle.com 1797 | 64.233.160.90 impactchallenge.withgoogle.com 1798 | 64.233.162.87 virustotalcloud.appspot.com 1799 | 64.233.160.90 eduproducts.withgoogle.com 1800 | 64.233.162.82 toolbox.googleapps.com 1801 | 64.233.188.192 supl.google.com 1802 | 64.233.162.82 m.google.com 1803 | 64.233.162.82 m.google.com.hk 1804 | 64.233.162.82 m.google.com.tw 1805 | 64.233.162.82 m.google.com.co.jp 1806 | 64.233.162.82 m.google.com.sg 1807 | 64.233.162.82 mobile.google.com 1808 | 64.233.162.82 mobile.l.google.com 1809 | # 64.233.162.82 ext.google.com 1810 | 216.58.217.12 proxy.googlezip.net 1811 | 216.58.217.12 check.googlezip.net 1812 | 216.58.217.12 compress.googlezip.net 1813 | 216.58.217.12 proxy-dev.googlezip.net 1814 | 64.233.162.82 polymer-project.org 1815 | 64.233.162.82 www.polymer-project.org 1816 | 64.233.188.125 talk.google.com 1817 | 64.233.188.125 talk.l.google.com 1818 | 64.233.188.125 talkx.l.google.com 1819 | 64.233.188.125 alt1.talk.l.google.com 1820 | 64.233.162.82 talkgadget.l.google.com 1821 | 64.233.162.82 hangouts.google.com 1822 | 64.233.162.82 hangout.google.com 1823 | 64.233.162.82 0.talkgadget.google.com 1824 | 64.233.162.82 chromoting-oauth.talkgadget.google.com 1825 | 64.233.162.82 chromoting-host.talkgadget.google.com 1826 | 64.233.162.82 chromoting-client.talkgadget.google.com 1827 | 64.233.162.82 contacts.google.com 1828 | 64.233.162.82 youtube.com 1829 | 64.233.162.82 www.youtube.com 1830 | 64.233.162.82 youtube-ui.l.google.com 1831 | 64.233.162.82 au.youtube.com 1832 | 64.233.162.82 ca.youtube.com 1833 | 64.233.162.82 de.youtube.com 1834 | 64.233.162.82 fr.youtube.co 1835 | 64.233.162.82 jp.youtube.com 1836 | 64.233.162.82 ru.youtube.com 1837 | 64.233.162.82 uk.youtube.com 1838 | 64.233.162.82 tw.youtube.com 1839 | 64.233.162.82 ads.youtube.com 1840 | 64.233.162.82 www3.l.google.com 1841 | 64.233.162.82 www.youtube-nocookie.com 1842 | 64.233.162.82 m.youtube.com 1843 | 64.233.162.82 youtu.be 1844 | 64.233.162.82 gdata.youtube.com 1845 | 64.233.162.82 stage.gdata.youtube.com 1846 | 64.233.162.82 s.youtube.com 1847 | 64.233.162.82 video-stats.l.google.com 1848 | 64.233.162.82 s2.youtube.com 1849 | 64.233.162.82 accounts.youtube.com 1850 | 64.233.162.82 img.youtube.com 1851 | 64.233.162.82 ytimg.l.google.com 1852 | 64.233.162.82 help.youtube.com 1853 | 64.233.162.82 upload.youtube.com 1854 | 64.233.162.82 yt-video-upload.l.google.com 1855 | 64.233.162.82 uploads.stage.gdata.youtube.com 1856 | 64.233.162.82 yt-video-upload.l.google.com 1857 | 64.233.162.82 insight.youtube.com 1858 | 64.233.162.82 video-analytics.l.google.com 1859 | 64.233.162.82 apiblog.youtube.com 1860 | 64.233.162.82 clients1.youtube.com 1861 | 64.233.162.82 i.ytimg.com 1862 | 64.233.162.82 ytimg.l.google.com 1863 | 64.233.162.82 i1.ytimg.com 1864 | 64.233.162.82 i2.ytimg.com 1865 | 64.233.162.82 i3.ytimg.com 1866 | 64.233.162.82 i4.ytimg.com 1867 | 64.233.162.82 s.ytimg.com 1868 | 64.233.162.82 ytstatic.l.google.com 1869 | 64.233.162.82 video.google.com 1870 | 64.233.162.82 video.l.google.com 1871 | 64.233.162.82 video.google.com.hk 1872 | 64.233.162.82 video.google.com.tw 1873 | 64.233.162.82 0.gvt0.com 1874 | 64.233.162.82 video-thumbnails.l.google.com 1875 | 64.233.162.82 1.gvt0.com 1876 | 64.233.162.82 2.gvt0.com 1877 | 64.233.162.82 3.gvt0.com 1878 | 64.233.162.82 4.gvt0.com 1879 | 64.233.162.82 5.gvt0.com 1880 | 64.233.162.82 upload.video.google.com 1881 | 64.233.162.82 sslvideo-upload.l.google.com 1882 | 64.233.162.82 video-stats.video.google.com 1883 | 64.233.162.82 manifest.googlevideo.com 1884 | 64.233.162.83 onetoday.google.com 1885 | 1886 | # Google:ghs Start 1887 | 64.233.188.121 ghs.google.com 1888 | 64.233.188.121 ghs46.google.com 1889 | 64.233.188.121 ghs.l.google.com 1890 | 64.233.188.121 ghs46.l.google.com 1891 | 64.233.188.121 gsamplemaps.googlepages.com 1892 | 64.233.188.121 javascript-blocker.toggleable.com 1893 | 64.233.188.121 goto.ext.google.com 1894 | 64.233.188.121 webrtc.org 1895 | 64.233.188.121 www.webrtc.org 1896 | 64.233.188.121 chromeexperiments.com 1897 | 64.233.188.121 www.chromeexperiments.com 1898 | 64.233.188.121 vr.chromeexperiments.com 1899 | 64.233.188.121 www.gwtproject.org 1900 | 64.233.188.121 www.html5rocks.com 1901 | 64.233.188.121 slides.html5rocks.com 1902 | 64.233.188.121 playground.html5rocks.com 1903 | 64.233.188.121 studio.html5rocks.com 1904 | 64.233.188.121 lists.webmproject.org 1905 | 64.233.188.121 www.waveprotocol.org 1906 | 64.233.188.121 www.20thingsilearned.com 1907 | 64.233.188.121 www.creativelab5.com 1908 | 64.233.188.121 blog.webmproject.org 1909 | 64.233.188.121 www.agoogleaday.com 1910 | 64.233.188.121 www.gosetsuden.jp 1911 | 64.233.188.121 www.thegooglepuzzle.com 1912 | 64.233.188.121 www.thegobridgeoglepuzzle.com 1913 | 64.233.188.121 www.googlezeitgeist.com 1914 | 64.233.188.121 news.dartlang.org 1915 | # Google:ghs End 1916 | 1917 | # Google:gcm Start 1918 | 64.233.188.188 mobile-gtalk.l.google.com 1919 | 64.233.188.188 mtalk.google.com 1920 | 64.233.188.188 gcm.googleapis.com 1921 | 64.233.188.188 gcm.l.google.com 1922 | 64.233.188.188 gcm-xmpp.googleapis.com 1923 | 64.233.188.188 gcm-preprod.l.google.com 1924 | 64.233.188.188 gcm-preprod.googleapis.com 1925 | # Google:gcm End 1926 | 1927 | # Google End 1928 | 1929 | # Google CN Start 1930 | # 203.208.41.144 0.gvt0.cn 1931 | # 203.208.41.144 1.gvt0.cn 1932 | # 203.208.41.144 2.gvt0.cn 1933 | # 203.208.41.144 265.com 1934 | # 203.208.41.144 3.gvt0.cn 1935 | # 203.208.41.144 blogsearch.google.cn 1936 | # 203.208.41.144 books.google.cn 1937 | # 203.208.41.144 ditu.google.cn 1938 | # 203.208.41.144 dl.google.com 1939 | # 203.208.41.144 fonts.googleapis.com 1940 | # 203.208.41.144 g.cn 1941 | # 203.208.41.144 gg.google.cn 1942 | # 203.208.41.144 google.cn 1943 | # 203.208.41.144 groups.google.cn 1944 | # 203.208.41.144 id.google.cn 1945 | # 203.208.41.144 labs.google.cn 1946 | # 203.208.41.144 m.google.cn 1947 | # 203.208.41.144 maps.gstatic.cn 1948 | # 203.208.41.144 mt.google.cn 1949 | # 203.208.41.144 mt0.google.cn 1950 | # 203.208.41.144 mt1.google.cn 1951 | # 203.208.41.144 mt2.google.cn 1952 | # 203.208.41.144 mt3.google.cn 1953 | # 203.208.41.144 news.google.cn 1954 | # 203.208.41.144 pack.google.cn 1955 | # 203.208.41.144 scholar.google.cn 1956 | # 203.208.41.144 static.googleadsserving.cn 1957 | # 203.208.41.144 translate.google.cn 1958 | # 203.208.41.144 video.google.cn 1959 | # 203.208.41.144 www.265.com 1960 | # 203.208.41.144 www.google.cn 1961 | # 203.208.41.144 www.gstatic.cn 1962 | # 203.208.41.144 www.gvt0.cn 1963 | # 203.208.41.139 tpc.googlesyndication.com 1964 | # 203.208.40.153 domains.googlesyndication.com 1965 | # 203.208.41.153 pagead2.googlesyndication.com 1966 | # 64.233.162.82 www.googletagservices.com 1967 | # 64.233.162.82 www.google-analytics.com 1968 | # 64.233.162.82 googleads.g.doubleclick.net 1969 | # 64.233.162.82 ssl.google-analytics.com 1970 | # 64.233.162.82 googletagmanager.com 1971 | # 64.233.162.82 www.googletagmanager.com 1972 | # 64.233.162.82 fonts.gstatic.com 1973 | # 64.233.162.82 fls.uk.doubleclick.net 1974 | # 64.233.162.82 csi.gstatic.com 1975 | # Google CN End 1976 | 1977 | # HumbleBundle Start 1978 | 5.153.35.171 humble.pubnub.com 1979 | 198.41.186.33 humblebundle.com 1980 | 103.31.45.8 humblebundle-a.akamaihd.net 1981 | 216.146.46.11 pubnub.com 1982 | 74.125.34.32 www.humblebundle.com 1983 | # HumbleBundle End 1984 | 1985 | # imgur Start 1986 | 103.245.222.193 imgur.com 1987 | 103.245.222.193 www.imgur.com 1988 | 103.245.222.193 i.imgur.com 1989 | 103.245.222.193 s.imgur.com 1990 | # imgur End 1991 | 1992 | # Indiegala Start 1993 | 199.83.129.61 www.indiegala.com 1994 | 74.125.29.121 www.galagiveaways.com 1995 | # Indiegala End 1996 | 1997 | # inoreader Start 1998 | 92.247.181.40 inoreader.com 1999 | 92.247.181.40 www.inoreader.com 2000 | # inoreader End 2001 | 2002 | # Instagram Start 2003 | 31.13.95.48 www.instagram.com 2004 | 31.13.95.48 instagram.com 2005 | 184.25.56.249 igcdn-photos-a-a.akamaihd.net 2006 | 184.25.56.249 igcdn-photos-b-a.akamaihd.net 2007 | 184.25.56.249 igcdn-photos-c-a.akamaihd.net 2008 | 184.25.56.249 igcdn-photos-d-a.akamaihd.net 2009 | 184.25.56.249 igcdn-photos-e-a.akamaihd.net 2010 | 184.25.56.249 igcdn-photos-f-a.akamaihd.net 2011 | 184.25.56.249 igcdn-photos-g-a.akamaihd.net 2012 | 184.25.56.249 igcdn-photos-h-a.akamaihd.net 2013 | 31.13.95.48 scontent.cdninstagram.com 2014 | # Instagram End 2015 | 2016 | # Ixquick Start 2017 | 69.90.210.184 www.ixquick.com 2018 | 69.90.210.184 ixquick.com 2019 | 69.90.210.184 support.ixquick.com 2020 | 69.90.210.184 s19.ixquick.com 2021 | 69.90.210.184 s1-eu5.ixquick.com 2022 | 69.90.210.184 s2-eu5.ixquick.com 2023 | 69.90.210.184 s3-eu5.ixquick.com 2024 | 69.90.210.184 s4-eu5.ixquick.com 2025 | 69.90.210.184 s5-eu5.ixquick.com 2026 | 69.90.210.184 s6-eu5.ixquick.com 2027 | 69.90.210.184 s7-eu5.ixquick.com 2028 | 69.90.210.184 s8-eu5.ixquick.com 2029 | 69.90.210.184 s9-eu5.ixquick.com 2030 | 69.90.210.184 s10-eu5.ixquick.com 2031 | 69.90.210.184 s11-eu5.ixquick.com 2032 | 69.90.210.184 s12-eu5.ixquick.com 2033 | 69.90.210.184 s13-eu2.ixquick.com 2034 | 69.90.210.184 s14-eu2.ixquick.com 2035 | 69.90.210.184 s15-eu2.ixquick.com 2036 | 69.90.210.184 s16-eu2.ixquick.com 2037 | 69.90.210.184 s17-eu2.ixquick.com 2038 | 69.90.210.184 s18-eu2.ixquick.com 2039 | 69.90.210.184 s19-eu2.ixquick.com 2040 | 69.90.210.184 s20-eu2.ixquick.com 2041 | 69.90.210.184 s1-us5.ixquick.com 2042 | 69.90.210.184 s2-us5.ixquick.com 2043 | 69.90.210.184 s3-us5.ixquick.com 2044 | 69.90.210.184 s4-us5.ixquick.com 2045 | 69.90.210.184 s5-us5.ixquick.com 2046 | 69.90.210.184 s6-us5.ixquick.com 2047 | 69.90.210.184 s7-us5.ixquick.com 2048 | 69.90.210.184 s8-us5.ixquick.com 2049 | 69.90.210.184 s9-us5.ixquick.com 2050 | 69.90.210.184 s10-us5.ixquick.com 2051 | 69.90.210.184 s11-us5.ixquick.com 2052 | 69.90.210.184 s12-us5.ixquick.com 2053 | 69.90.210.184 s13-us2.ixquick.com 2054 | 69.90.210.184 s14-us2.ixquick.com 2055 | 69.90.210.184 s15-us2.ixquick.com 2056 | 69.90.210.184 s16-us2.ixquick.com 2057 | 69.90.210.184 s17-us2.ixquick.com 2058 | 69.90.210.184 s18-us2.ixquick.com 2059 | 69.90.210.184 s19-us2.ixquick.com 2060 | 69.90.210.184 s20-us2.ixquick.com 2061 | # Ixquick End 2062 | 2063 | # Logmein Start 2064 | 77.242.192.193 secure.logmein.com 2065 | # Logmein End 2066 | 2067 | # MEGA Start 2068 | 31.216.147.135 eu.api.mega.co.nz 2069 | 154.53.224.130 eu.static.mega.co.nz 2070 | 117.18.237.188 g.cdn1.mega.co.nz 2071 | 154.53.224.150 mega.co.nz 2072 | 154.53.224.166 mega.nz 2073 | 31.216.147.130 w.api.mega.co.nz 2074 | # MEGA End 2075 | 2076 | # Mozilla Start 2077 | 117.18.232.191 activations.cdn.mozilla.net 2078 | 117.18.232.191 addons.cdn.mozilla.net 2079 | 117.18.232.191 air.cdn.mozilla.net 2080 | 117.18.232.191 cdn.mozilla.net 2081 | 117.18.232.191 code.cdn.mozilla.net 2082 | 117.18.232.191 developer.cdn.mozilla.net 2083 | 117.18.232.191 download-installer.cdn.mozilla.net 2084 | 117.18.232.191 fhr.cdn.mozilla.net 2085 | 117.18.232.191 glow.cdn.mozilla.net 2086 | 117.18.232.191 marketplace.cdn.mozilla.net 2087 | 117.18.232.191 mozorg.cdn.mozilla.net 2088 | 117.18.232.191 snippets.cdn.mozilla.net 2089 | 117.18.232.191 support.cdn.mozilla.net 2090 | 117.18.232.191 telemetry-experiment.cdn.mozilla.net 2091 | 117.18.232.191 videos.cdn.mozilla.net 2092 | 117.18.237.191 getpersonas-cdn.mozilla.net 2093 | 117.18.237.29 ocsp.digicert.com 2094 | 63.245.215.56 ftp.mozilla.org 2095 | 63.245.216.132 addons.mozilla.org 2096 | 72.21.81.109 df6a.https.cdn.softlayer.net 2097 | # Mozilla End 2098 | 2099 | # OneDrive Start 2100 | 65.54.187.24 account.live.com 2101 | 23.44.152.70 auth.gfx.ms 2102 | 131.253.61.66 login.live.com 2103 | 134.170.108.154 onedrive.live.com 2104 | 23.212.129.202 p.sfx.ms 2105 | 134.170.30.15 people.live.com 2106 | 134.170.30.15 profile.live.com 2107 | 134.170.111.96 skyapi.onedrive.live.com 2108 | 134.170.104.168 storage.live.com 2109 | 204.79.197.213 nhuhga.dm2301.livefilestore.com 2110 | # OneDrive End 2111 | 2112 | # osu Start 2113 | 141.101.112.193 a.ppy.sh 2114 | 141.101.112.193 b.ppy.sh 2115 | 192.99.201.125 bm4.ppy.sh 2116 | 192.99.38.38 bm5.ppy.sh 2117 | 141.101.112.193 c.ppy.sh 2118 | 192.241.179.220 m1.ppy.sh 2119 | 141.101.112.193 osu.ppy.sh 2120 | 141.101.112.193 s.ppy.sh 2121 | # osu End 2122 | 2123 | # RockStar Start 2124 | 192.81.241.11 conductor-prod.ros.rockstargames.com 2125 | 192.81.241.100 conductor-prod.ros.rockstargames.com 2126 | 208.111.148.6 patches.rockstargames.com 2127 | 208.111.149.150 prod.cloud.rockstargames.com 2128 | 54.68.41.239 prod.cs.ros.rockstargames.com 2129 | 192.81.245.200 prod.p01sjc.pod.rockstargames.com 2130 | 192.81.245.201 prod.p02sjc.pod.rockstargames.com 2131 | 192.81.241.11 prod.ros.rockstargames.com 2132 | 54.149.44.210 prod.telemetry.ros.rockstargames.com 2133 | # RockStar End 2134 | 2135 | # SoundCloud Start 2136 | 68.232.44.96 a1.sndcdn.com 2137 | 68.232.44.127 api.soundcloud.com 2138 | 68.232.44.127 api-mobile.soundcloud.com 2139 | 68.232.44.127 api-v2.soundcloud.com 2140 | 68.232.44.96 a-v2.sndcdn.com 2141 | 54.192.127.227 cf-media.sndcdn.com 2142 | 68.232.45.67 ec-media.soundcloud.com 2143 | 68.232.46.220 ec-rtmp-media.soundcloud.com 2144 | 54.76.196.137 eventgateway.soundcloud.com 2145 | 54.76.196.137 eventlogger.soundcloud.com 2146 | 68.232.44.96 i1.sndcdn.com 2147 | 68.232.44.96 i2.sndcdn.com 2148 | 68.232.44.96 i3.sndcdn.com 2149 | 54.192.138.234 i4.sndcdn.com 2150 | 62.161.94.230 logs1403.xiti.com 2151 | 72.21.91.127 m.soundcloud.com 2152 | 203.190.124.18 pixel.quantserve.com 2153 | 68.232.44.127 promoted.soundcloud.com 2154 | 23.207.123.120 sb.scorecardresearch.com 2155 | 203.190.124.16 secure.quantserve.com 2156 | 68.232.44.127 soundcloud.com 2157 | 111.119.3.1 soundcloud.hs.llnwd.net 2158 | 72.21.91.96 style.sndcdn.com 2159 | 68.232.44.96 va.sndcdn.com 2160 | 68.232.44.127 visuals.soundcloud.com 2161 | 68.232.44.96 wis.sndcdn.com 2162 | # SoundCloud End 2163 | 2164 | # Speedtest Start 2165 | 110.232.178.82 a.speedtest.net 2166 | 110.232.178.82 b.speedtest.net 2167 | 117.18.232.133 c.speedtest.net 2168 | 110.232.178.82 d.speedtest.net 2169 | 216.146.46.11 speedtest.net 2170 | 110.232.178.82 www.speedtest.net 2171 | # Speedtest End 2172 | 2173 | # Startpage Start 2174 | 37.0.88.36 startpage.com 2175 | 37.0.88.36 eu.startpage.com 2176 | 37.0.88.36 www.startpage.com 2177 | 37.0.88.36 support.startpage.com 2178 | 37.0.88.36 blog.startpage.com 2179 | # Startpage End 2180 | 2181 | # Steam Start 2182 | 23.32.241.40 akacdn.valve.com.edgesuite.net 2183 | 208.64.202.85 api.steampowered.com 2184 | 162.242.173.193 cafe.steampowered.com 2185 | 23.32.241.19 cdn.akamai.steamstatic.com 2186 | 23.32.241.19 cdn.steamcommunity.com 2187 | 23.32.241.19 cdn.steampowered.com 2188 | 23.32.241.19 cdn.store.steampowered.com 2189 | 162.254.192.20 client-download.steampowered.com 2190 | 205.185.216.42 cloud-2.steampowered.com 2191 | 205.185.216.10 cloud-2.steamusercontent.com 2192 | 23.32.241.19 cloud-3.steampowered.com 2193 | 23.32.241.19 cloud-3.steamusercontent.com 2194 | 205.128.91.126 cloud-4.steampowered.com 2195 | 205.128.91.126 cloud-4.steamusercontent.com 2196 | 207.123.53.253 content2.steampowered.com 2197 | 205.185.216.10 content3.steampowered.com 2198 | 69.252.117.26 content6.steampowered.com 2199 | 23.32.241.19 content8.steampowered.com 2200 | 184.50.91.157 forums.steampowered.com 2201 | 23.32.241.19 images.akamai.steamusercontent.com 2202 | 23.32.241.19 media.steampowered.com 2203 | 205.185.216.42 media2.steampowered.com 2204 | 207.123.53.253 media3.steampowered.com 2205 | 23.32.241.19 media4.steampowered.com 2206 | 46.16.252.18 na.gcsip.com 2207 | 23.32.248.58 steamcdn-a.akamaihd.net 2208 | 184.50.91.157 steamcommunity.com 2209 | 23.32.248.10 steamcommunity-a.akamaihd.net 2210 | 23.32.248.48 steamstore-a.akamaihd.net 2211 | 23.32.241.19 store.akamai.steamstatic.com 2212 | 184.50.91.157 store.steampowered.com 2213 | 23.32.241.40 store.valvesoftware.com 2214 | 184.50.91.157 storefront.steampowered.com 2215 | 184.50.91.157 support.steampowered.com 2216 | # Steam End 2217 | 2218 | # Twitter Start 2219 | 185.45.5.47 t.co 2220 | 185.45.5.54 api.twitter.com 2221 | 185.45.5.41 a0.twimg.com 2222 | 185.45.5.41 a1.twimg.com 2223 | 185.45.5.41 r.twimg.com 2224 | 185.45.5.41 abs.twimg.com 2225 | 185.45.5.41 g.twimg.com 2226 | 185.45.5.41 ma.twimg.com 2227 | 185.45.5.41 p.twimg.com 2228 | 185.45.5.41 pbs.twimg.com 2229 | 185.45.5.41 o.twimg.com 2230 | 185.45.5.41 image-proxy-origin.twimg.com 2231 | 185.45.5.41 cdn.syndication.twimg.com 2232 | 185.45.5.45 about.twitter.com 2233 | 185.45.5.45 betastream.twitter.com 2234 | 185.45.5.45 blog.twitter.com 2235 | 199.59.150.48 cdn.api.twitter.com 2236 | 185.45.5.39 cdn.syndication.twitter.com 2237 | 185.45.5.45 dev.twitter.com 2238 | 185.45.5.35 downloads.tweetdeck.com 2239 | 185.45.5.48 mobile.twitter.com 2240 | 209.17.68.209 oi40.tinypic.com 2241 | 209.17.68.209 oi41.tinypic.com 2242 | 209.17.68.209 oi42.tinypic.com 2243 | 209.17.68.209 oi43.tinypic.com 2244 | 209.17.68.209 oi44.tinypic.com 2245 | 209.17.68.209 oi45.tinypic.com 2246 | 209.17.68.209 oi46.tinypic.com 2247 | 209.17.68.209 oi47.tinypic.com 2248 | 209.17.68.209 oi48.tinypic.com 2249 | 209.17.68.209 oi49.tinypic.com 2250 | 209.17.68.209 oi50.tinypic.com 2251 | 209.17.68.209 oi51.tinypic.com 2252 | 209.17.68.209 oi52.tinypic.com 2253 | 209.17.68.209 oi53.tinypic.com 2254 | 209.17.68.209 oi54.tinypic.com 2255 | 209.17.68.209 oi55.tinypic.com 2256 | 209.17.68.209 oi56.tinypic.com 2257 | 185.45.5.45 pic.twitter.com 2258 | 192.229.237.25 platform.twitter.com 2259 | 192.229.237.25 preview.cdn.twitter.com 2260 | 185.45.5.41 si0.twimg.com 2261 | 185.45.5.41 si1.twimg.com 2262 | 185.45.5.41 si2.twimg.com 2263 | 185.45.5.41 si3.twimg.com 2264 | 185.45.5.41 si4.twimg.com 2265 | 185.45.5.41 si5.twimg.com 2266 | 185.45.5.45 sitestream.twitter.com 2267 | 185.45.5.45 stream.twitter.com 2268 | 185.45.5.49 support.twitter.com 2269 | 185.45.5.41 syndication.twimg.com 2270 | 185.45.5.39 syndication.twitter.com 2271 | 185.45.5.41 syndication-o.twimg.com 2272 | 185.45.5.39 syndication-o.twitter.com 2273 | 185.45.5.35 tdweb.twitter.com 2274 | 185.45.5.41 ton.twimg.com 2275 | 185.45.5.35 tweetdeck.twitter.com 2276 | 173.236.110.98 twitpic.com 2277 | 173.236.110.98 m1.twitpic.com 2278 | 104.244.42.193 twitter.com 2279 | 185.45.5.40 upload.twitter.com 2280 | 104.244.42.67 analytics.twitter.com 2281 | 199.59.150.48 urls-real.api.twitter.com 2282 | 108.61.13.60 userstream.twitter.com 2283 | 173.236.110.98 web1.twitpic.com 2284 | 173.236.110.98 web10.twitpic.com 2285 | 173.236.110.98 web2.twitpic.com 2286 | 173.236.110.98 web3.twitpic.com 2287 | 173.236.110.98 web4.twitpic.com 2288 | 173.236.110.98 web5.twitpic.com 2289 | 173.236.110.98 web6.twitpic.com 2290 | 173.236.110.98 web7.twitpic.com 2291 | 173.236.110.98 web8.twitpic.com 2292 | 173.236.110.98 web9.twitpic.com 2293 | 104.244.42.193 www.twitter.com 2294 | 23.44.161.224 p.twitter.com 2295 | 204.13.251.34 search.twitter.com 2296 | 72.21.80.5 status.twitter.com 2297 | 204.13.251.34 assets0.twitter.com 2298 | 204.13.251.34 assets1.twitter.com 2299 | 204.13.251.34 assets2.twitter.com 2300 | 208.78.71.34 assets3.twitter.com 2301 | 204.13.251.34 static.twitter.com 2302 | 204.13.251.34 help.twitter.com 2303 | 199.59.243.21 si0.twimg.co 2304 | 199.59.243.120 si1.twimg.co 2305 | 199.7.91.13 si2.twimg.co 2306 | 199.59.243.21 si3.twimg.co 2307 | 199.7.91.13 si4.twimg.co 2308 | 199.59.243.120 si5.twimg.co 2309 | 185.45.5.35 tweetdeck.com 2310 | 185.45.5.35 api.tweetdeck.com 2311 | 185.45.5.35 web.tweetdeck.com 2312 | 185.45.5.35 www.tweetdeck.com 2313 | # Twitter End 2314 | 2315 | # Wikipedia Start 2316 | 198.35.26.96 www.wikipedia.org 2317 | 198.35.26.112 upload.wikimedia.org 2318 | 198.35.26.106 bits.wikimedia.org 2319 | 198.35.26.96 ab.wikipedia.org 2320 | 198.35.26.96 ace.wikipedia.org 2321 | 198.35.26.96 af.wikipedia.org 2322 | 198.35.26.96 ak.wikipedia.org 2323 | 198.35.26.96 als.wikipedia.org 2324 | 198.35.26.96 am.wikipedia.org 2325 | 198.35.26.96 an.wikipedia.org 2326 | 198.35.26.96 ang.wikipedia.org 2327 | 198.35.26.96 ar.wikipedia.org 2328 | 198.35.26.96 arc.wikipedia.org 2329 | 198.35.26.96 arz.wikipedia.org 2330 | 198.35.26.96 as.wikipedia.org 2331 | 198.35.26.96 ast.wikipedia.org 2332 | 198.35.26.96 av.wikipedia.org 2333 | 198.35.26.96 ay.wikipedia.org 2334 | 198.35.26.96 az.wikipedia.org 2335 | 198.35.26.96 ba.wikipedia.org 2336 | 198.35.26.96 bar.wikipedia.org 2337 | 198.35.26.96 bat-smg.wikipedia.org 2338 | 198.35.26.96 bcl.wikipedia.org 2339 | 198.35.26.96 bg.wikipedia.org 2340 | 198.35.26.96 bh.wikipedia.org 2341 | 198.35.26.96 bi.wikipedia.org 2342 | 198.35.26.96 bjn.wikipedia.org 2343 | 198.35.26.96 bm.wikipedia.org 2344 | 198.35.26.96 bn.wikipedia.org 2345 | 198.35.26.96 bo.wikipedia.org 2346 | 198.35.26.96 bpy.wikipedia.org 2347 | 198.35.26.96 br.wikipedia.org 2348 | 198.35.26.96 bs.wikipedia.org 2349 | 198.35.26.96 bug.wikipedia.org 2350 | 198.35.26.96 bxr.wikipedia.org 2351 | 198.35.26.96 ca.wikipedia.org 2352 | 198.35.26.96 cbk-zam.wikipedia.org 2353 | 198.35.26.96 cdo.wikipedia.org 2354 | 198.35.26.96 ce.wikipedia.org 2355 | 198.35.26.96 ceb.wikipedia.org 2356 | 198.35.26.96 ch.wikipedia.org 2357 | 198.35.26.96 chr.wikipedia.org 2358 | 198.35.26.96 chy.wikipedia.org 2359 | 198.35.26.96 ckb.wikipedia.org 2360 | 198.35.26.96 co.wikipedia.org 2361 | 198.35.26.96 cr.wikipedia.org 2362 | 198.35.26.96 crh.wikipedia.org 2363 | 198.35.26.96 cs.wikipedia.org 2364 | 198.35.26.96 csb.wikipedia.org 2365 | 198.35.26.96 cu.wikipedia.org 2366 | 198.35.26.96 cv.wikipedia.org 2367 | 198.35.26.96 cy.wikipedia.org 2368 | 198.35.26.96 da.wikipedia.org 2369 | 198.35.26.96 de.wikipedia.org 2370 | 198.35.26.96 diq.wikipedia.org 2371 | 198.35.26.96 dsb.wikipedia.org 2372 | 198.35.26.96 dv.wikipedia.org 2373 | 198.35.26.96 dz.wikipedia.org 2374 | 198.35.26.96 ee.wikipedia.org 2375 | 198.35.26.96 el.wikipedia.org 2376 | 198.35.26.96 eml.wikipedia.org 2377 | 198.35.26.96 en.wikipedia.org 2378 | 198.35.26.96 eo.wikipedia.org 2379 | 198.35.26.96 es.wikipedia.org 2380 | 198.35.26.96 et.wikipedia.org 2381 | 198.35.26.96 eu.wikipedia.org 2382 | 198.35.26.96 ext.wikipedia.org 2383 | 198.35.26.96 fa.wikipedia.org 2384 | 198.35.26.96 ff.wikipedia.org 2385 | 198.35.26.96 fi.wikipedia.org 2386 | 198.35.26.96 fiu-vro.wikipedia.org 2387 | 198.35.26.96 fj.wikipedia.org 2388 | 198.35.26.96 fo.wikipedia.org 2389 | 198.35.26.96 fr.wikipedia.org 2390 | 198.35.26.96 frp.wikipedia.org 2391 | 198.35.26.96 frr.wikipedia.org 2392 | 198.35.26.96 fur.wikipedia.org 2393 | 198.35.26.96 fy.wikipedia.org 2394 | 198.35.26.96 ga.wikipedia.org 2395 | 198.35.26.96 gag.wikipedia.org 2396 | 198.35.26.96 gan.wikipedia.org 2397 | 198.35.26.96 gd.wikipedia.org 2398 | 198.35.26.96 gl.wikipedia.org 2399 | 198.35.26.96 glk.wikipedia.org 2400 | 198.35.26.96 gn.wikipedia.org 2401 | 198.35.26.96 got.wikipedia.org 2402 | 198.35.26.96 gu.wikipedia.org 2403 | 198.35.26.96 gv.wikipedia.org 2404 | 198.35.26.96 ha.wikipedia.org 2405 | 198.35.26.96 hak.wikipedia.org 2406 | 198.35.26.96 haw.wikipedia.org 2407 | 198.35.26.96 he.wikipedia.org 2408 | 198.35.26.96 hi.wikipedia.org 2409 | 198.35.26.96 hif.wikipedia.org 2410 | 198.35.26.96 hr.wikipedia.org 2411 | 198.35.26.96 hsb.wikipedia.org 2412 | 198.35.26.96 ht.wikipedia.org 2413 | 198.35.26.96 hu.wikipedia.org 2414 | 198.35.26.96 hy.wikipedia.org 2415 | 198.35.26.96 ia.wikipedia.org 2416 | 198.35.26.96 id.wikipedia.org 2417 | 198.35.26.96 ie.wikipedia.org 2418 | 198.35.26.96 ig.wikipedia.org 2419 | 198.35.26.96 ik.wikipedia.org 2420 | 198.35.26.96 ilo.wikipedia.org 2421 | 198.35.26.96 io.wikipedia.org 2422 | 198.35.26.96 is.wikipedia.org 2423 | 198.35.26.96 it.wikipedia.org 2424 | 198.35.26.96 iu.wikipedia.org 2425 | 198.35.26.96 ja.wikipedia.org 2426 | 198.35.26.96 ja.wikipedia.org 2427 | 198.35.26.96 jbo.wikipedia.org 2428 | 198.35.26.96 jv.wikipedia.org 2429 | 198.35.26.96 ka.wikipedia.org 2430 | 198.35.26.96 kaa.wikipedia.org 2431 | 198.35.26.96 kab.wikipedia.org 2432 | 198.35.26.96 kbd.wikipedia.org 2433 | 198.35.26.96 kg.wikipedia.org 2434 | 198.35.26.96 ki.wikipedia.org 2435 | 198.35.26.96 kk.wikipedia.org 2436 | 198.35.26.96 kl.wikipedia.org 2437 | 198.35.26.96 km.wikipedia.org 2438 | 198.35.26.96 kn.wikipedia.org 2439 | 198.35.26.96 ko.wikipedia.org 2440 | 198.35.26.96 koi.wikipedia.org 2441 | 198.35.26.96 krc.wikipedia.org 2442 | 198.35.26.96 ks.wikipedia.org 2443 | 198.35.26.96 ksh.wikipedia.org 2444 | 198.35.26.96 ku.wikipedia.org 2445 | 198.35.26.96 kv.wikipedia.org 2446 | 198.35.26.96 kw.wikipedia.org 2447 | 198.35.26.96 ky.wikipedia.org 2448 | 198.35.26.96 la.wikipedia.org 2449 | 198.35.26.96 lad.wikipedia.org 2450 | 198.35.26.96 lb.wikipedia.org 2451 | 198.35.26.96 lbe.wikipedia.org 2452 | 198.35.26.96 lez.wikipedia.org 2453 | 198.35.26.96 lg.wikipedia.org 2454 | 198.35.26.96 li.wikipedia.org 2455 | 198.35.26.96 lij.wikipedia.org 2456 | 198.35.26.96 lmo.wikipedia.org 2457 | 198.35.26.96 ln.wikipedia.org 2458 | 198.35.26.96 lo.wikipedia.org 2459 | 198.35.26.96 lt.wikipedia.org 2460 | 198.35.26.96 ltg.wikipedia.org 2461 | 198.35.26.96 lv.wikipedia.org 2462 | 198.35.26.96 map-bms.wikipedia.org 2463 | 198.35.26.96 mdf.wikipedia.org 2464 | 198.35.26.96 mg.wikipedia.org 2465 | 198.35.26.96 mhr.wikipedia.org 2466 | 198.35.26.96 mi.wikipedia.org 2467 | 198.35.26.96 mk.wikipedia.org 2468 | 198.35.26.96 ml.wikipedia.org 2469 | 198.35.26.96 mn.wikipedia.org 2470 | 198.35.26.96 mo.wikipedia.org 2471 | 198.35.26.96 mr.wikipedia.org 2472 | 198.35.26.96 mrj.wikipedia.org 2473 | 198.35.26.96 ms.wikipedia.org 2474 | 198.35.26.96 mt.wikipedia.org 2475 | 198.35.26.96 mwl.wikipedia.org 2476 | 198.35.26.96 my.wikipedia.org 2477 | 198.35.26.96 myv.wikipedia.org 2478 | 198.35.26.96 mzn.wikipedia.org 2479 | 198.35.26.96 na.wikipedia.org 2480 | 198.35.26.96 nah.wikipedia.org 2481 | 198.35.26.96 nap.wikipedia.org 2482 | 198.35.26.96 nds-nl.wikipedia.org 2483 | 198.35.26.96 nds.wikipedia.org 2484 | 198.35.26.96 ne.wikipedia.org 2485 | 198.35.26.96 new.wikipedia.org 2486 | 198.35.26.96 nov.wikipedia.org 2487 | 198.35.26.96 nrm.wikipedia.org 2488 | 198.35.26.96 nso.wikipedia.org 2489 | 198.35.26.96 nv.wikipedia.org 2490 | 198.35.26.96 ny.wikipedia.org 2491 | 198.35.26.96 oc.wikipedia.org 2492 | 198.35.26.96 om.wikipedia.org 2493 | 198.35.26.96 or.wikipedia.org 2494 | 198.35.26.96 os.wikipedia.org 2495 | 198.35.26.96 pa.wikipedia.org 2496 | 198.35.26.96 pag.wikipedia.org 2497 | 198.35.26.96 pam.wikipedia.org 2498 | 198.35.26.96 pap.wikipedia.org 2499 | 198.35.26.96 pcd.wikipedia.org 2500 | 198.35.26.96 pdc.wikipedia.org 2501 | 198.35.26.96 pfl.wikipedia.org 2502 | 198.35.26.96 pi.wikipedia.org 2503 | 198.35.26.96 pih.wikipedia.org 2504 | 198.35.26.96 pl.wikipedia.org 2505 | 198.35.26.96 pl.wikipedia.org 2506 | 198.35.26.96 pms.wikipedia.org 2507 | 198.35.26.96 pnb.wikipedia.org 2508 | 198.35.26.96 pnt.wikipedia.org 2509 | 198.35.26.96 ps.wikipedia.org 2510 | 198.35.26.96 pt.wikipedia.org 2511 | 198.35.26.96 pt.wikipedia.org 2512 | 198.35.26.96 qu.wikipedia.org 2513 | 198.35.26.96 rm.wikipedia.org 2514 | 198.35.26.96 rmy.wikipedia.org 2515 | 198.35.26.96 rn.wikipedia.org 2516 | 198.35.26.96 ro.wikipedia.org 2517 | 198.35.26.96 roa-rup.wikipedia.org 2518 | 198.35.26.96 roa-tara.wikipedia.org 2519 | 198.35.26.96 ru.wikipedia.org 2520 | 198.35.26.96 rue.wikipedia.org 2521 | 198.35.26.96 rw.wikipedia.org 2522 | 198.35.26.96 sa.wikipedia.org 2523 | 198.35.26.96 sah.wikipedia.org 2524 | 198.35.26.96 sc.wikipedia.org 2525 | 198.35.26.96 scn.wikipedia.org 2526 | 198.35.26.96 sco.wikipedia.org 2527 | 198.35.26.96 sd.wikipedia.org 2528 | 198.35.26.96 se.wikipedia.org 2529 | 198.35.26.96 sg.wikipedia.org 2530 | 198.35.26.96 sh.wikipedia.org 2531 | 198.35.26.96 si.wikipedia.org 2532 | 198.35.26.96 simple.wikipedia.org 2533 | 198.35.26.96 sk.wikipedia.org 2534 | 198.35.26.96 sl.wikipedia.org 2535 | 198.35.26.96 sm.wikipedia.org 2536 | 198.35.26.96 sn.wikipedia.org 2537 | 198.35.26.96 so.wikipedia.org 2538 | 198.35.26.96 sq.wikipedia.org 2539 | 198.35.26.96 sr.wikipedia.org 2540 | 198.35.26.96 srn.wikipedia.org 2541 | 198.35.26.96 ss.wikipedia.org 2542 | 198.35.26.96 st.wikipedia.org 2543 | 198.35.26.96 stq.wikipedia.org 2544 | 198.35.26.96 su.wikipedia.org 2545 | 198.35.26.96 sv.wikipedia.org 2546 | 198.35.26.96 sw.wikipedia.org 2547 | 198.35.26.96 szl.wikipedia.org 2548 | 198.35.26.96 ta.wikipedia.org 2549 | 198.35.26.96 te.wikipedia.org 2550 | 198.35.26.96 tet.wikipedia.org 2551 | 198.35.26.96 tg.wikipedia.org 2552 | 198.35.26.96 th.wikipedia.org 2553 | 198.35.26.96 ti.wikipedia.org 2554 | 198.35.26.96 tk.wikipedia.org 2555 | 198.35.26.96 tl.wikipedia.org 2556 | 198.35.26.96 tn.wikipedia.org 2557 | 198.35.26.96 to.wikipedia.org 2558 | 198.35.26.96 tpi.wikipedia.org 2559 | 198.35.26.96 tr.wikipedia.org 2560 | 198.35.26.96 ts.wikipedia.org 2561 | 198.35.26.96 tt.wikipedia.org 2562 | 198.35.26.96 tum.wikipedia.org 2563 | 198.35.26.96 tw.wikipedia.org 2564 | 198.35.26.96 ty.wikipedia.org 2565 | 198.35.26.96 udm.wikipedia.org 2566 | 198.35.26.96 ug.wikipedia.org 2567 | 198.35.26.96 uk.wikipedia.org 2568 | 198.35.26.96 ur.wikipedia.org 2569 | 198.35.26.96 uz.wikipedia.org 2570 | 198.35.26.96 ve.wikipedia.org 2571 | 198.35.26.96 vec.wikipedia.org 2572 | 198.35.26.96 vep.wikipedia.org 2573 | 198.35.26.96 vi.wikipedia.org 2574 | 198.35.26.96 vls.wikipedia.org 2575 | 198.35.26.96 vo.wikipedia.org 2576 | 198.35.26.96 wa.wikipedia.org 2577 | 198.35.26.96 war.wikipedia.org 2578 | 198.35.26.96 wo.wikipedia.org 2579 | 198.35.26.96 wuu.wikipedia.org 2580 | 198.35.26.96 xal.wikipedia.org 2581 | 198.35.26.96 xh.wikipedia.org 2582 | 198.35.26.96 xmf.wikipedia.org 2583 | 198.35.26.96 yi.wikipedia.org 2584 | 198.35.26.96 yo.wikipedia.org 2585 | 198.35.26.96 za.wikipedia.org 2586 | 198.35.26.96 zea.wikipedia.org 2587 | 198.35.26.96 zh-classical.wikipedia.org 2588 | 198.35.26.96 zh-min-nan.wikipedia.org 2589 | 198.35.26.96 zh-yue.wikipedia.org 2590 | 198.35.26.96 zh.wikipedia.org 2591 | 198.35.26.96 zu.wikipedia.org 2592 | 198.35.26.108 zh.m.wikipedia.org 2593 | 198.35.26.96 www.mediawiki.org 2594 | 198.35.26.96 www.wikibooks.org 2595 | 198.35.26.96 www.wikidata.org 2596 | 198.35.26.96 www.wikimedia.org 2597 | 198.35.26.96 www.wikimediafoundation.org 2598 | 198.35.26.96 www.wikinews.org 2599 | 198.35.26.96 www.wikipedia.org 2600 | 198.35.26.96 www.wikiquote.org 2601 | 198.35.26.96 www.wikisource.org 2602 | 198.35.26.96 www.wikiversity.org 2603 | 198.35.26.96 www.wikivoyage.org 2604 | 198.35.26.96 www.wiktionary.org 2605 | 198.35.26.96 m.mediawiki.org 2606 | 198.35.26.96 m.wikibooks.org 2607 | 198.35.26.96 m.wikidata.org 2608 | 198.35.26.96 m.wikimedia.org 2609 | 198.35.26.96 m.wikimediafoundation.org 2610 | 198.35.26.96 m.wikinews.org 2611 | 198.35.26.96 m.wikipedia.org 2612 | 198.35.26.96 m.wikiquote.org 2613 | 198.35.26.96 m.wikisource.org 2614 | 198.35.26.96 m.wikiversity.org 2615 | 198.35.26.96 m.wikivoyage.org 2616 | 198.35.26.96 m.wiktionary.org 2617 | 198.35.26.96 mediawiki.org 2618 | 198.35.26.96 wikibooks.org 2619 | 198.35.26.96 wikidata.org 2620 | 198.35.26.96 wikimedia.org 2621 | 198.35.26.96 wikimediafoundation.org 2622 | 198.35.26.96 wikinews.org 2623 | 198.35.26.96 wikipedia.org 2624 | 198.35.26.96 wikiquote.org 2625 | 198.35.26.96 wikisource.org 2626 | 198.35.26.96 wikiversity.org 2627 | 198.35.26.96 wikivoyage.org 2628 | 198.35.26.96 wiktionary.org 2629 | 91.198.174.192 wikibooks.org 2630 | 91.198.174.192 www.wikibooks.org 2631 | 91.198.174.192 en.wikibooks.org 2632 | 91.198.174.192 es.wikibooks.org 2633 | 91.198.174.192 zh.wikibooks.org 2634 | 91.198.174.192 fr.wikibooks.org 2635 | 91.198.174.192 de.wikibooks.org 2636 | 91.198.174.192 it.wikibooks.org 2637 | 91.198.174.192 ja.wikibooks.org 2638 | 91.198.174.192 wikinews.org 2639 | 91.198.174.192 www.wikinews.org 2640 | 91.198.174.192 en.wikinews.org 2641 | 91.198.174.192 zh.wikinews.org 2642 | 91.198.174.192 fr.wikinews.org 2643 | 91.198.174.192 de.wikinews.org 2644 | 91.198.174.192 es.wikinews.org 2645 | 91.198.174.192 it.wikinews.org 2646 | 91.198.174.192 ja.wikinews.org 2647 | 91.198.174.192 wikiquote.org 2648 | 91.198.174.192 www.wikiquote.org 2649 | 91.198.174.192 en.wikiquote.org 2650 | 91.198.174.192 zh.wikiquote.org 2651 | 91.198.174.192 fr.wikiquote.org 2652 | 91.198.174.192 de.wikiquote.org 2653 | 91.198.174.192 es.wikiquote.org 2654 | 91.198.174.192 it.wikiquote.org 2655 | 91.198.174.192 ja.wikiquote.org 2656 | 91.198.174.192 zh.wikisource.org 2657 | 91.198.174.192 fr.wikisource.org 2658 | 91.198.174.192 de.wikisource.org 2659 | 91.198.174.192 en.wikisource.org 2660 | 91.198.174.192 it.wikisource.org 2661 | 91.198.174.192 ja.wikisource.org 2662 | 91.198.174.192 es.wikisource.org 2663 | 91.198.174.192 wiktionary.org 2664 | 91.198.174.192 www.wiktionary.org 2665 | 91.198.174.192 en.wiktionary.org 2666 | 91.198.174.192 zh.wiktionary.org 2667 | 91.198.174.192 fr.wiktionary.org 2668 | 91.198.174.192 de.wiktionary.org 2669 | 91.198.174.192 it.wiktionary.org 2670 | 91.198.174.192 es.wiktionary.org 2671 | 91.198.174.192 ja.wiktionary.org 2672 | 91.198.174.192 wikimedia.org 2673 | 91.198.174.192 www.wikimedia.org 2674 | 91.198.174.192 commons.wikimedia.org 2675 | 91.198.174.192 mail.wikimedia.org 2676 | 91.198.174.192 meta.wikimedia.org 2677 | 91.198.174.192 wikimediafoundation.org 2678 | 91.198.174.192 www.wikimediafoundation.org 2679 | 91.198.174.192 mediawiki.org 2680 | 91.198.174.192 www.mediawiki.org 2681 | 208.80.154.241 bugs.wikimedia.org 2682 | 208.80.154.241 bugzilla.wikimedia.org 2683 | 208.80.154.241 noc.wikimedia.org 2684 | 208.80.154.241 stats.wikimedia.org 2685 | 208.80.154.11 dumps.wikimedia.org 2686 | 208.80.154.11 download.wikimedia.org 2687 | 208.80.154.146 ticket.wikimedia.org 2688 | 91.198.174.208 upload.wikimedia.org 2689 | 208.80.154.160 irc.wikimedia.org 2690 | 208.80.154.53 ganglia.wikimedia.org 2691 | # Wikipedia End 2692 | 2693 | # WordPress Start 2694 | 68.232.44.121 www.gravatar.com 2695 | 68.232.44.121 0.gravatar.com 2696 | 68.232.44.121 1.gravatar.com 2697 | 68.232.44.121 2.gravatar.com 2698 | 192.0.81.250 botd2.wordpress.com 2699 | 66.155.9.238 dashboard.wordpress.com 2700 | 66.155.9.238 en.blog.wordpress.com 2701 | 66.155.9.238 en.forums.wordpress.com 2702 | 66.155.9.238 forums.wordpress.com 2703 | 192.0.77.2 i0.wp.com 2704 | 192.0.77.2 i1.wp.com 2705 | 192.0.77.2 i2.wp.com 2706 | 192.0.80.242 lb.gravatar.com 2707 | 66.155.9.238 lb.wordpress.com 2708 | 66.155.9.238 lucifr.wordpress.com 2709 | 192.0.81.250 r-login.wordpress.com 2710 | 68.232.44.121 s.gravatar.com 2711 | 68.232.44.119 s.stats.wordpress.com 2712 | 192.229.144.127 s.w.org 2713 | 68.232.44.111 s.wordpress.com 2714 | 68.232.44.111 s.wordpress.org 2715 | 68.232.44.111 s0.wp.com 2716 | 68.232.44.111 s1.wordpress.com 2717 | 68.232.44.111 s1.wp.com 2718 | 68.232.44.111 s2.wordpress.com 2719 | 68.232.44.111 s2.wp.com 2720 | 68.232.44.111 s3.wordpress.com 2721 | 192.0.80.242 secure.gravatar.com 2722 | 66.155.9.238 stats.wordpress.com 2723 | 66.155.11.243 wordpress.com 2724 | 66.155.9.238 wpcom.wordpress.com 2725 | 66.155.9.238 zh.wordpress.com 2726 | 66.155.9.238 zh-cn.wordpress.com 2727 | 66.155.9.238 zh-sg.wordpress.com 2728 | # WordPress End 2729 | 2730 | # XDA Start 2731 | 68.232.44.229 cdn.www.xda-developers.com 2732 | 174.129.2.23 cdn.xda-developers.com 2733 | 192.229.144.96 cdn1.xda-developers.com 2734 | 192.229.144.96 cdn2.xda-developers.com 2735 | 192.229.144.96 cdn3.xda-developers.com 2736 | 93.184.216.96 cdn4.xda-developers.com 2737 | 192.229.144.96 cdn-img.xda-developers.com 2738 | 192.229.144.96 cdn-www.xda-developers.com 2739 | 192.229.144.96 cs261.wac.edgecastcdn.net 2740 | 207.244.72.9 forum.xda-developers.com 2741 | 23.32.241.66 m.servebom.com 2742 | 117.18.237.203 tags.bkrtx.com 2743 | 68.232.44.229 wac.8244.edgecastcdn.net 2744 | 207.244.73.44 www.xda-developers.com 2745 | 207.244.73.44 xda-developers.com 2746 | # XDA End 2747 | 2748 | # Yahoo Start 2749 | 76.13.18.77 ac4.farm4.staticflickr.com 2750 | 209.191.105.102 adjax.flickr.yahoo.com 2751 | 121.101.144.112 api.flickr.com 2752 | 98.137.205.236 bf1.farm3.staticflickr.com 2753 | 98.139.21.45 bf1.farm6.staticflickr.com 2754 | 98.139.235.135 bf1.farm7.staticflickr.com 2755 | 119.161.9.151 c5.ah.yahoo.com 2756 | 68.142.196.57 c5.ah.yahoo.com 2757 | 204.0.5.35 content.yieldmanager.edgesuite.net 2758 | 119.160.254.215 d.yimg.com 2759 | 98.137.88.88 d.yimg.com 2760 | 106.10.136.195 de.yahoo.com 2761 | 119.160.254.215 e.yimg.com 2762 | 98.139.21.169 edit.yahoo.com 2763 | 68.142.214.43 farm1.staticflickr.com 2764 | 69.147.90.159 farm2.staticflickr.com 2765 | 77.238.160.184 farm3.staticflickr.com 2766 | 76.13.18.77 farm4.staticflickr.com 2767 | 76.13.18.79 farm5.staticflickr.com 2768 | 98.136.171.208 farm6.staticflickr.com 2769 | 98.138.250.88 farm7.staticflickr.com 2770 | 69.147.76.173 flickr.com 2771 | 106.10.137.175 geo.query.yahoo.com 2772 | 98.136.43.76 geo.yahoo.com 2773 | 216.39.54.34 gq1.farm3.staticflickr.com 2774 | 67.195.19.62 gq1.farm4.staticflickr.com 2775 | 67.195.19.65 gq1.farm5.staticflickr.com 2776 | 98.136.171.208 gq1.farm6.staticflickr.com 2777 | 119.160.254.215 h.yimg.com 2778 | 106.10.199.10 hk.news.yahoo.com 2779 | 106.10.138.240 hk.yahoo.com 2780 | 206.190.39.139 hsrd.yahoo.com 2781 | 106.10.193.20 hk-mg61.mail.yahoo.com 2782 | 119.160.254.215 l.yimg.com 2783 | 68.142.250.161 l.yimg.com 2784 | 106.10.193.20 login.yahoo.com 2785 | 124.108.97.193 login.yahoo.com 2786 | 208.71.44.31 m.flickr.com 2787 | 106.10.193.20 mail.yahoo.com 2788 | 203.84.197.27 mg.mail.yahoo.com 2789 | 68.142.214.43 mud.farm1.staticflickr.com 2790 | 106.10.193.20 na.edit.yahoo.com 2791 | 98.138.250.88 ne1.farm7.staticflickr.com 2792 | 106.10.193.20 open.login.yahoo.com 2793 | 66.163.168.247 open.login.yahoo.com 2794 | 98.136.166.37 overview.mail.yahoo.com 2795 | 119.160.254.215 p.yimg.com 2796 | 119.160.254.215 s.yimg.com 2797 | 96.6.93.227 s.yimg.com 2798 | 119.160.254.215 s1.yimg.com 2799 | 106.10.193.20 sa.edit.yahoo.com 2800 | 124.108.120.124 sa.edit.yahoo.com 2801 | 208.71.44.31 secure.flickr.com 2802 | 106.10.193.30 sp.analytics.yahoo.com 2803 | 69.147.90.159 sp1.farm2.staticflickr.com 2804 | 69.147.90.215 sp1.farm3.staticflickr.com 2805 | 106.10.137.23 static.flickr.com 2806 | 106.10.199.11 tw.news.yahoo.com 2807 | 106.10.138.240 tw.yahoo.com 2808 | 121.101.144.116 up.flickr.com 2809 | 204.0.5.34 us.js2.yimg.com 2810 | 23.62.109.75 us.js2.yimg.com 2811 | 106.10.138.240 us.yahoo.com 2812 | 183.177.81.75 www.flickr.com 2813 | 106.10.138.240 www.yahoo.com 2814 | 98.138.47.63 y.analytics.yahoo.com 2815 | 98.138.253.109 yahoo.com 2816 | 77.238.184.150 ying.com 2817 | # Yahoo End 2818 | 2819 | # Appannie start 2820 | 69.167.138.64 www.appannie.com 2821 | 69.167.138.64 appannie.com 2822 | # Appannie end 2823 | 2824 | # Travis CI fastly CDN Start 2825 | 185.31.17.184 travis-ci-org.global.ssl.fastly.net 2826 | # Travis CI fastly CDN End 2827 | 2828 | # Github start 2829 | 192.30.252.141 gist.github.com 2830 | # Github end 2831 | 2832 | # W3schools Start 2833 | 68.232.44.251 w3schools.com 2834 | 68.232.44.251 www.w3schools.com 2835 | # W3schools End 2836 | 2837 | # Modify hosts end -------------------------------------------------------------------------------- /history/20151121/hosts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/laucyun/hosts/b465dca1104a18172e623999f1d69bc2822d03c7/history/20151121/hosts -------------------------------------------------------------------------------- /history/20151212/hosts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/laucyun/hosts/b465dca1104a18172e623999f1d69bc2822d03c7/history/20151212/hosts -------------------------------------------------------------------------------- /history/20160102/hosts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/laucyun/hosts/b465dca1104a18172e623999f1d69bc2822d03c7/history/20160102/hosts --------------------------------------------------------------------------------