├── .github └── config.yml ├── LICENSE ├── README.md └── hosts-files ├── dnscrypt-proxy-cloaking.txt ├── dnsmasq.conf ├── hosts ├── hosts-compact ├── hosts.rsc └── surge.conf /.github/config.yml: -------------------------------------------------------------------------------- 1 | newPRWelcomeComment: > 2 | Hello,Thanks for opening this PR. Safety note: You're submitting your changes with YOUR OWN IDENTITY, which is probably not good for your anonymity. Unless you're OK with this, please consider submit your changes as beyondgfw beyond.gfw.limit@gmail.com. 3 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | Copyright (c) 2016-2020 googlehosts members 2 | 3 | 前言 4 | 1.每个人都可以逐字复制并且分发此协议,但不允许更改任何内容. 5 | 2.请使用Hosts license的项目在hosts文件抬头注明版权,仅以下格式有效: 6 | Copyright (C) Time Author 7 | 8 | 本协议的起草参考了GPL v2.0开源协议的格式,但是我们注重的是对hosts文件的保护 9 | 10 | 复制,修改,分发的条件和条款 11 | 1.禁止修改原作者信息以及协议声明 12 | 2.禁止修改hosts文件中的格式,例如: 13 | ①一个域名对应一个IP(单域名解析) 14 | ::1 adc.com 15 | ::2 zzz.adc.com 16 | ②一个IP对应多个域名(泛解析) 17 | ::1 abc.com 18 | ::1 zzz.abc.com 19 | 只要符合以上例子中任何一种或者作者自行声明,皆不可修改 20 | 3.禁止将hosts文件用于任何商业行为,包括但不限于捐赠,广告,直接收费 21 | 4.您必须在相同平台fork原项目后才能进行再发行,并且不允许转移至其他平台 22 | 23 | 免责声明 24 | 1.由于服务器单方面问题造成的损失,hosts作者不负法律责任 25 | 2.如果使用反向代理服务器、端口转发服务器或者任何非官方服务器,请作者提前声明并且同免责声明1 26 | 3.fork原项目后修改的内容,原项目不负责任 27 | 28 | 最终解释权由Hosts license编写组所有 29 | 30 | And wait, the most important, you shall star/+1/like the project(s) in project url 31 | section above first, and then thank the author(s) in Copyright section. 32 | 33 | Here are some suggested ways: 34 | 35 | - Email the authors a thank-you letter, and make friends with him/her/them. 36 | - Report bugs or issues. 37 | - Tell friends what a wonderful project this is. 38 | - And, sure, you can just express thanks in your mind without telling the world. 39 | 40 | Contributors of this project by forking have the option to add his/her name and 41 | forked project url at copyright and project url sections, but shall not delete 42 | or modify anything else in these two sections. 43 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Google Hosts 2 | [![doodle]][doodle-story] 3 | 4 | [doodle]: https://www.google.com/logos/doodles/2019/first-image-of-a-black-hole-6224607435030528.2-2xa.gif 5 | [doodle-story]: https://www.google.com/doodles/first-image-of-a-black-hole 6 | 7 | | [Telegram群][telegram-group-link] | [Telegram通知频道][telegram-channel-link] | [hosts自动生成][travis-link] | hosts镜像 | 8 | | :---: | :---: | :---: | :---: | 9 | | [![telegram-badge]][telegram-group-link] | [![telegram-badge]][telegram-channel-link] | [![travis-badge]][travis-link] | [![mirror-badge-coding]][mirror-link-coding][![mirror-badge-qvqnetwork]][mirror-link-qvqnetwork] | 10 | 11 | [telegram-badge]: https://img.shields.io/badge/Google%20Hosts-Telegram-brightgreen.svg?style=flat-square 12 | [telegram-group-link]: https://t.me/googlehosts 13 | [telegram-channel-link]: https://t.me/googlehostsnews 14 | [travis-badge]: https://img.shields.io/travis/googlehosts/hosts-ipv6/hosts-source.svg?style=flat-square 15 | [travis-link]: https://travis-ci.org/googlehosts/hosts-ipv6 16 | [mirror-badge-coding]: https://cloud.githubusercontent.com/assets/7419875/21286217/c6642eb2-c488-11e6-94b1-8ad01d31ac9d.png 17 | [mirror-badge-qvqnetwork]: https://user-images.githubusercontent.com/30754849/74812238-0ecae380-532e-11ea-84a7-9f6e347b73ee.png 18 | [mirror-link-coding]: https://scaffrey.coding.net/p/hosts-ipv6/git 19 | [mirror-link-qvqnetwork]: https://git.qvq.network/googlehosts/hosts-ipv6 20 | 21 | 我们立足于美利坚合众国,对全球华人服务,受北美法律保护。版权所有,未经授权禁止复制或建立镜像。 22 | 23 | ## 如何贡献 24 | 25 | `hosts`等文件是由程序自动生成的,如要改变其内容,请修改`hosts-source`分支下的`hosts.yml`,具体说明见该分支下的`README`。 26 | 27 | ## 使用条款 28 | 29 | - 本项目的hosts,README,wiki等资源基于一个[修改版的Hosts license协议](LICENSE)发布(主要增加了SATA协议),这意味着你可以拷贝、再发行本项目的内容, 但是你将必须: 30 | - 使用**完全相同**的条款和格式发布。 31 | - 提供原作者信息以及协议声明。 32 | - 同时你也**不能将本项目用于商业用途**,**任何盈利活动都属于商业用途**。 33 | - 当你使用了使用SATA的开源软件或文档的时候,在遵守MIT许可证的前提下,你应该马不停蹄地给你所使用的开源项目“点个赞”,比如GitHub上的star,然后你应该感谢这个帮助了你的开源项目的作者,作者信息可以在许可证头部的版权声明部分找到。 34 | 35 | - 本项目的所有代码除另有说明外,均基于MIT License发布,具体请看`hosts-master`分支下的[LICENSE](https://github.com/googlehosts/hosts/blob/hosts-source/LICENSE)。 36 | 37 | - 此处的文字仅用于说明,条款以LICENSE文件中的内容为准。 38 | 39 | - 请在遵守当地相关法律法规的前提下使用本项目,由此产生的问题我们不负任何责任。 40 | -------------------------------------------------------------------------------- /hosts-files/dnscrypt-proxy-cloaking.txt: -------------------------------------------------------------------------------- 1 | # Copyright (c) 2017-2018, googlehosts members. 2 | # https://github.com/googlehosts/hosts 3 | # Last updated: 2018-12-05 4 | 5 | # This work is licensed under a modified HOSTS License. 6 | # https://github.com/googlehosts/hosts/raw/master/LICENSE 7 | 8 | # Modified Hosts Start 9 | 10 | # Localhost (DO NOT REMOVE) Start 11 | localhost ::1 12 | ip6-localhost ::1 13 | ip6-loopback ::1 14 | # Localhost (DO NOT REMOVE) End 15 | 16 | # GoogleHosts Start 17 | 204-44-101-36.googlehosts.org 2607:fcd0:100:1935::19fe:bd14 18 | tg-1.googlehosts.org 2607:fcd0:100:1935::19fe:bd14 19 | 185-200-34-198.googlehosts.org 2602:fe90:1:1::8f2a:341f 20 | 185-200-34-209.googlehosts.org 2602:fe90:1:1::8f2a:341f 21 | tg-2.googlehosts.org 2602:fe90:1:1::8f2a:341f 22 | tg-4.googlehosts.org 2602:fe90:1:1::8f2a:341f 23 | 45-124-64-82.googlehosts.org 2402:9e80:0:1000::1:d3b6 24 | tg-6.googlehosts.org 2402:9e80:0:1000::1:d3b6 25 | 172-86-72-19.googlehosts.org 2400:84c0:2102:0003:0000:0000:1aec:701d 26 | tg-7.googlehosts.org 2400:84c0:2102:0003:0000:0000:1aec:701d 27 | 185-122-58-249.googlehosts.org 2a06:8ec0:3::1:59cb 28 | tg-8.googlehosts.org 2a06:8ec0:3::1:59cb 29 | 103-105-48-234.googlehosts.org 2a06:82c2:0:1272::1 30 | tg-9.googlehosts.org 2a06:82c2:0:1272::1 31 | 23-226-136-24.googlehosts.org 2607:fcd0:100:1926::8152:9bab 32 | ss-1.googlehosts.org 2607:fcd0:100:1926::8152:9bab 33 | 107-150-12-229.googlehosts.org 2607:fcd0:100:e50f::8706:7e6 34 | 104-129-16-244.googlehosts.org 2607:fcd0:100:1928::1c21:2b4d 35 | 23-226-136-132.googlehosts.org 2607:fcd0:100:1926::c28d:6e0d 36 | 104-223-60-17.googlehosts.org 2607:fcd0:100:e50f::651c:85c 37 | ss-2.googlehosts.org 2607:fcd0:100:e50f::651c:85c 38 | 66-154-108-62.googlehosts.org 2607:fcd0:100:e50f::fe23:8346 39 | 23-226-136-216.googlehosts.org 2607:fcd0:100:1926::f69e:8063 40 | ss-3.googlehosts.org 2607:fcd0:100:1926::f69e:8063 41 | 155-94-137-77.googlehosts.org 2607:fcd0:100:1912::d8cb:1617 42 | 185-22-152-42.googlehosts.org 2a00:b700::2:36a 43 | # GoogleHosts End 44 | 45 | # Akamai Start 46 | static.ak.instagram.com 2a02:26f0:e8::6856:6e4b 47 | images.ak.instagram.com 2a02:26f0:e8::6856:6ec3 48 | s.pinimg.com 2a02:26f0:a1:2a2::1931 49 | i.pinimg.com 2a04:4e42:4::84 50 | s-media-cache-ak0.pinimg.com 2a02:26f0:7b:383::1931 51 | passets-cdn.pinterest.com 2a02:26f0:7b:39b::1931 52 | # Akamai End 53 | 54 | # Android Start 55 | a.android.com 2a00:1450:4010:c09::64 56 | b.android.com 2a00:1450:4010:c09::64 57 | m.android.com 2a00:1450:4010:c09::64 58 | connectivitycheck.android.com 2a00:1450:4010:c09::64 59 | d.android.com 2a00:1450:4010:c09::64 60 | dev.android.com 2a00:1450:4010:c09::64 61 | market.android.com 2a00:1450:4010:c09::64 62 | r.android.com 2a00:1450:4010:c09::64 63 | android.com 2a00:1450:4010:c03::68 64 | developer.android.com 2a00:1450:4010:c03::6a 65 | # Android End 66 | 67 | # Apkmirror Start 68 | www.apkmirror.com 2400:cb00:2048:1::6813:843a 69 | # Apkmirror End 70 | 71 | # Appspot Start 72 | www.appspot.com 2a00:1450:4001:816::2011 73 | appspot.com 2a00:1450:4001:816::2011 74 | events.withgoogle.com 2a00:1450:4001:816::2011 75 | summerofcode.withgoogle.com 2a00:1450:4001:816::2011 76 | foobar.withgoogle.com 2a00:1450:4001:816::2011 77 | interstellar.withgoogle.com 2a00:1450:4001:816::2011 78 | edudirectory.withgoogle.com 2a00:1450:4001:816::2011 79 | atmosphere.withgoogle.com 2a00:1450:4001:816::2011 80 | accelerate.withgoogle.com 2a00:1450:4001:816::2011 81 | insgruene.withgoogle.com 2a00:1450:4001:816::2011 82 | atmospheretokyo.withgoogle.com 2a00:1450:4001:816::2011 83 | connectedclassrooms.withgoogle.com 2a00:1450:4001:816::2011 84 | smartypins.withgoogle.com 2a00:1450:4001:816::2011 85 | streetart.withgoogle.com 2a00:1450:4001:816::2011 86 | cardboard.withgoogle.com 2a00:1450:4001:816::2011 87 | kickwithchrome.withgoogle.com 2a00:1450:4001:816::2011 88 | candidatos.withgoogle.com 2a00:1450:4001:816::2011 89 | trendstw.withgoogle.com 2a00:1450:4001:816::2011 90 | impactchallenge.withgoogle.com 2a00:1450:4001:816::2011 91 | eduproducts.withgoogle.com 2a00:1450:4001:816::2011 92 | onetoday.google.com 2a00:1450:4001:816::2011 93 | withgoogle.com 2a00:1450:4001:816::2011 94 | www.withgoogle.com 2a00:1450:4001:816::2011 95 | cloudnext.withgoogle.com 2a00:1450:4001:816::2011 96 | edutrainingcenter.withgoogle.com 2a00:1450:4001:816::2011 97 | earthview.withgoogle.com 2a00:1450:4001:816::2011 98 | lightsaber.withgoogle.com 2a00:1450:4001:816::2011 99 | britishmuseum.withgoogle.com 2a00:1450:4001:816::2011 100 | beyondthemap.withgoogle.com 2a00:1450:4001:816::2011 101 | analyticsacademy.withgoogle.com 2a00:1450:4001:816::2011 102 | spellup.withgoogle.com 2a00:1450:4001:816::2011 103 | # Appspot End 104 | 105 | # Appspotpreview Start 106 | author-dot-betaspike.appspot.com 2607:f8b0:400d:c0f::99 107 | jmoore-dot-android-experiments.appspot.com 2607:f8b0:400d:c0f::99 108 | mission-author-dot-betaspike.appspot.com 2607:f8b0:400d:c0f::99 109 | drivenotepad.appspot.com 2607:f8b0:400d:c0f::99 110 | virustotalcloud.appspot.com 2607:f8b0:400d:c0f::99 111 | joinjoaomgcd.appspot.com 2607:f8b0:400d:c0f::99 112 | m-dot-betaspike.appspot.com 2607:f8b0:400d:c0f::99 113 | download-chromium.appspot.com 2607:f8b0:400d:c0f::99 114 | google-developers.appspot.com 2607:f8b0:400d:c0f::99 115 | chrometophone.appspot.com 2607:f8b0:400d:c0f::99 116 | chrome-devtools-frontend.appspot.com 2607:f8b0:400d:c0f::99 117 | apis-explorer.appspot.com 2607:f8b0:400d:c0f::99 118 | betaspike.appspot.com 2607:f8b0:400d:c0f::99 119 | hstspreload.appspot.com 2607:f8b0:400d:c0f::99 120 | lfe-alpo-gm.appspot.com 2607:f8b0:400d:c0f::99 121 | # Appspotpreview End 122 | 123 | # Culturalspot Start 124 | embed.culturalspot.org 2404:6800:4005:800::200e 125 | # Culturalspot End 126 | 127 | # Dropbox Start 128 | db.tt 2620:100:6020:2::a27d:4002 129 | www.dropbox.com 2620:100:6020:1::a27d:4001 130 | www.dualstack.dropbox-dns.com 2620:100:6020:1::a27d:4001 131 | api.dropbox.com 2620:100:6020:7::a27d:4007 132 | api.dualstack.dropbox-dns.com 2620:100:6020:7::a27d:4007 133 | api.dropboxapi.com 2620:100:6020:7::a27d:4007 134 | api-content.dropbox.com 2620:100:6020:8::a27d:4008 135 | api-content-photos.dropbox.com 2620:100:6020:5::a27d:4005 136 | blogs.dropbox.com 2600:9000:2020:a400:d:7bbe:2740:93a1 137 | client.dropbox.com 2620:100:6020:3::a27d:4003 138 | client-cf.dropbox.com 2620:100:6020:3::a27d:4003 139 | client-lb.dropbox.com 2620:100:6020:4::a27d:4004 140 | client-web.dropbox.com 2620:100:6020:4::a27d:4004 141 | dl.dropbox.com 2620:100:6020:6::a27d:4006 142 | dl-web.dropbox.com 2620:100:6020:6::a27d:4006 143 | dl-doc.dropbox.com 2620:100:6032:6::a27d:5206 144 | m.dropbox.com 2620:100:6032:2::a27d:5202 145 | photos.dropbox.com 2620:100:6032:1::a27d:5201 146 | photos-1.dropbox.com 2620:100:6032:5::a27d:5205 147 | photos-2.dropbox.com 2620:100:6032:5::a27d:5205 148 | photos-3.dropbox.com 2620:100:6032:5::a27d:5205 149 | photos-4.dropbox.com 2620:100:6032:5::a27d:5205 150 | photos-5.dropbox.com 2620:100:6032:5::a27d:5205 151 | photos-6.dropbox.com 2620:100:6032:5::a27d:5205 152 | photos-thumb.dropbox.com 2620:100:6032:5::a27d:5205 153 | dl.dropboxusercontent.com 2620:100:6032:6::a27d:5206 154 | cfl.dropboxstatic.com 2400:cb00:2048:1::6810:631d 155 | log.getdropbox.com 2620:100:6020:2::a27d:4002 156 | # Dropbox End 157 | 158 | # Discord Start 159 | discord.media 2400:cb00:2048:1::6810:acbd 160 | # Discord End 161 | 162 | # Facebook Start 163 | www.facebook.com 2a03:2880:f10a:83:face:b00c::25de 164 | fb.me 2a03:2880:f10a:83:face:b00c::25de 165 | facebook.com 2a03:2880:f10a:83:face:b00c::25de 166 | api.facebook.com 2a03:2880:f10a:83:face:b00c::25de 167 | apps.facebook.com 2a03:2880:f10a:83:face:b00c::25de 168 | attachments.facebook.com 2a03:2880:f10a:83:face:b00c::25de 169 | business.facebook.com 2a03:2880:f10a:83:face:b00c::25de 170 | bigzipfiles.facebook.com 2a03:2880:f10a:83:face:b00c::25de 171 | code.facebook.com 2a03:2880:f10a:83:face:b00c::25de 172 | check4.facebook.com 2a03:2880:f10a:83:face:b00c::25de 173 | check6.facebook.com 2a03:2880:f10a:83:face:b00c::25de 174 | connect.facebook.com 2a03:2880:f10a:83:face:b00c::25de 175 | d.facebook.com 2a03:2880:f10a:83:face:b00c::25de 176 | developers.facebook.com 2a03:2880:f10a:83:face:b00c::25de 177 | graph.facebook.com 2a03:2880:f10a:83:face:b00c::25de 178 | l.facebook.com 2a03:2880:f10a:83:face:b00c::25de 179 | login.facebook.com 2a03:2880:f10a:83:face:b00c::25de 180 | m.facebook.com 2a03:2880:f10a:83:face:b00c::25de 181 | mtouch.facebook.com 2a03:2880:f10a:83:face:b00c::25de 182 | mqtt.facebook.com 2a03:2880:f10a:83:face:b00c::25de 183 | mqtt-mini.facebook.com 2a03:2880:f10a:83:face:b00c::25de 184 | orcart.facebook.com 2a03:2880:f10a:83:face:b00c::25de 185 | pixel.facebook.com 2a03:2880:f10a:83:face:b00c::25de 186 | scontent.facebook.com 2a03:2880:f10a:83:face:b00c::25de 187 | ssl.facebook.com 2a03:2880:f10a:83:face:b00c::25de 188 | star.facebook.com 2a03:2880:f10a:83:face:b00c::25de 189 | secure.facebook.com 2a03:2880:f10a:83:face:b00c::25de 190 | staticxx.facebook.com 2a03:2880:f10a:83:face:b00c::25de 191 | touch.facebook.com 2a03:2880:f10a:83:face:b00c::25de 192 | upload.facebook.com 2a03:2880:f10a:83:face:b00c::25de 193 | vupload.facebook.com 2a03:2880:f10a:83:face:b00c::25de 194 | vupload2.facebook.com 2a03:2880:f10a:83:face:b00c::25de 195 | api-read.facebook.com 2a03:2880:f10a:83:face:b00c::25de 196 | b-api.facebook.com 2a03:2880:f10a:83:face:b00c::25de 197 | b-graph.facebook.com 2a03:2880:f10a:83:face:b00c::25de 198 | s-static.facebook.com 2a03:2880:f10a:83:face:b00c::25de 199 | zh-cn.facebook.com 2a03:2880:f10a:83:face:b00c::25de 200 | zh-tw.facebook.com 2a03:2880:f10a:83:face:b00c::25de 201 | edge-chat.facebook.com 2a03:2880:f10a:83:face:b00c::25de 202 | 0-edge-chat.facebook.com 2a03:2880:f10a:83:face:b00c::25de 203 | 1-edge-chat.facebook.com 2a03:2880:f10a:83:face:b00c::25de 204 | 2-edge-chat.facebook.com 2a03:2880:f10a:83:face:b00c::25de 205 | 3-edge-chat.facebook.com 2a03:2880:f10a:83:face:b00c::25de 206 | 4-edge-chat.facebook.com 2a03:2880:f10a:83:face:b00c::25de 207 | 5-edge-chat.facebook.com 2a03:2880:f10a:83:face:b00c::25de 208 | 6-edge-chat.facebook.com 2a03:2880:f10a:83:face:b00c::25de 209 | channel-ecmp-05-ash3.facebook.com 2a03:2880:f10a:83:face:b00c::25de 210 | channel-staging-ecmp-05-ash3.facebook.com 2a03:2880:f10a:83:face:b00c::25de 211 | channel-testing-ecmp-05-ash3.facebook.com 2a03:2880:f10a:83:face:b00c::25de 212 | beta-chat-01-05-ash3.facebook.com 2a03:2880:f10a:83:face:b00c::25de 213 | s-static.ak.facebook.com 2a03:2880:f10a:83:face:b00c::25de 214 | star.c10r.facebook.com 2a03:2880:f10a:83:face:b00c::25de 215 | fbcdn.net 2a03:2880:f10a:83:face:b00c::25de 216 | connect.facebook.net 2a03:2880:f10a:83:face:b00c::25de 217 | ent-a.xx.fbcdn.net 2a03:2880:f10a:83:face:b00c::25de 218 | ent-b.xx.fbcdn.net 2a03:2880:f10a:83:face:b00c::25de 219 | ent-c.xx.fbcdn.net 2a03:2880:f10a:83:face:b00c::25de 220 | ent-d.xx.fbcdn.net 2a03:2880:f10a:83:face:b00c::25de 221 | ent-e.xx.fbcdn.net 2a03:2880:f10a:83:face:b00c::25de 222 | scontent.xx.fbcdn.net 2a03:2880:f10a:83:face:b00c::25de 223 | scontent-a.xx.fbcdn.net 2a03:2880:f10a:83:face:b00c::25de 224 | scontent-b.xx.fbcdn.net 2a03:2880:f10a:83:face:b00c::25de 225 | scontent-c.xx.fbcdn.net 2a03:2880:f10a:83:face:b00c::25de 226 | scontent-d.xx.fbcdn.net 2a03:2880:f10a:83:face:b00c::25de 227 | scontent-e.xx.fbcdn.net 2a03:2880:f10a:83:face:b00c::25de 228 | scontent-mxp.xx.fbcdn.net 2a03:2880:f10a:83:face:b00c::25de 229 | scontent-a-lax.xx.fbcdn.net 2a03:2880:f10a:83:face:b00c::25de 230 | scontent-a-sin.xx.fbcdn.net 2a03:2880:f10a:83:face:b00c::25de 231 | scontent-b-lax.xx.fbcdn.net 2a03:2880:f10a:83:face:b00c::25de 232 | scontent-b-sin.xx.fbcdn.net 2a03:2880:f10a:83:face:b00c::25de 233 | static.thefacebook.com 2a03:2880:f10a:83:face:b00c::25de 234 | attachment.fbsbx.com 2a03:2880:f10a:83:face:b00c::25de 235 | messenger.com 2a03:2880:f10a:83:face:b00c::25de 236 | www.messenger.com 2a03:2880:f10a:83:face:b00c::25de 237 | 0-edge-chat.messenger.com 2a03:2880:f10a:83:face:b00c::25de 238 | 1-edge-chat.messenger.com 2a03:2880:f10a:83:face:b00c::25de 239 | 2-edge-chat.messenger.com 2a03:2880:f10a:83:face:b00c::25de 240 | 3-edge-chat.messenger.com 2a03:2880:f10a:83:face:b00c::25de 241 | 4-edge-chat.messenger.com 2a03:2880:f10a:83:face:b00c::25de 242 | 5-edge-chat.messenger.com 2a03:2880:f10a:83:face:b00c::25de 243 | 6-edge-chat.messenger.com 2a03:2880:f10a:83:face:b00c::25de 244 | snaptu-z.facebook.com 2a03:2880:f10a:81:face:b00c::e17 245 | snaptu-p1.facebook.com 2a03:2880:f10a:81:face:b00c::e17 246 | snaptu-p2.facebook.com 2a03:2880:f10a:81:face:b00c::e17 247 | edge-mqtt.facebook.com 2a03:2880:f00a:5:face:b00c::8e 248 | static.xx.fbcdn.net 2a03:2880:f00a:e:face:b00c::3 249 | scontent-lax3-1.xx.fbcdn.net 2a03:2880:f00a:e:face:b00c::3 250 | scontent-lax3-2.xx.fbcdn.net 2a03:2880:f00a:e:face:b00c::3 251 | scontent-lax3-3.xx.fbcdn.net 2a03:2880:f00a:e:face:b00c::3 252 | scontent-lax3-4.xx.fbcdn.net 2a03:2880:f00a:e:face:b00c::3 253 | scontent-hkg3-1.xx.fbcdn.net 2a03:2880:f00a:e:face:b00c::3 254 | scontent-hkg3-2.xx.fbcdn.net 2a03:2880:f00a:e:face:b00c::3 255 | scontent-hkg3-3.xx.fbcdn.net 2a03:2880:f00a:e:face:b00c::3 256 | z-1-scontent.xx.fbcdn.net 2a03:2880:f00a:e:face:b00c::3 257 | video-lax3-1.xx.fbcdn.net 2a03:2880:f00a:e:face:b00c::3 258 | video-lax3-2.xx.fbcdn.net 2a03:2880:f00a:e:face:b00c::3 259 | video-lax3-3.xx.fbcdn.net 2a03:2880:f00a:e:face:b00c::3 260 | video-lax3-4.xx.fbcdn.net 2a03:2880:f00a:e:face:b00c::3 261 | video-mrs1-1.xx.fbcdn.net 2a03:2880:f00a:e:face:b00c::3 262 | video-mrs1-2.xx.fbcdn.net 2a03:2880:f00a:e:face:b00c::3 263 | video-mrs1-3.xx.fbcdn.net 2a03:2880:f00a:e:face:b00c::3 264 | video-mrs1-4.xx.fbcdn.net 2a03:2880:f00a:e:face:b00c::3 265 | video-hkg3-1.xx.fbcdn.net 2a03:2880:f00a:e:face:b00c::3 266 | video-sit4-1.xx.fbcdn.net 2a03:2880:f00a:e:face:b00c::3 267 | external.xx.fbcdn.net 2a03:2880:f00a:e:face:b00c::3 268 | video.xx.fbcdn.net 2a03:2880:f00a:13:face:b00c::1823 269 | # Facebook End 270 | 271 | # Gmail Start 272 | gmail.com 2a00:1450:4011:804::1016 273 | www.gmail.com 2a00:1450:4011:805::1016 274 | googlemail.l.google.com 2a00:1450:4011:805::1016 275 | mail-settings.google.com 2a00:1450:4011:804::101d 276 | m.gmail.com 2a00:1450:4011:804::1015 277 | m.googlemail.com 2a00:1450:4011:805::1015 278 | gmail.google.com 2a00:1450:4010:c0e::64 279 | mail.google.com 2a00:1450:4010:c0b::64 280 | inbox.google.com 2a00:1450:4011:808::1015 281 | chatenabled.mail.google.com 2a00:1450:4011:805::101d 282 | filetransferenabled.mail.google.com 2a00:1450:4011:808::101d 283 | isolated.mail.google.com 2a00:1450:4011:809::101d 284 | # Gmail End 285 | 286 | # Google Apis Start 287 | www.googleapis.com 2a00:1450:4010:c01::5f 288 | ajax.googleapis.com 2a00:1450:4010:c02::5f 289 | fonts.googleapis.com 2a00:1450:4010:c03::5f 290 | googleapis.com 2a00:1450:4010:c05::5f 291 | android.googleapis.com 2a00:1450:4010:c05::5f 292 | appinvite-pa.googleapis.com 2a00:1450:4010:c05::5f 293 | appinvite-ipv4-pa.googleapis.com 2a00:1450:4010:c05::5f 294 | redirector-bigcache.googleapis.com 2a00:1450:4010:c05::5f 295 | bigcache.googleapis.com 2a00:1450:4010:c05::5f 296 | ct.googleapis.com 2a00:1450:4010:c05::5f 297 | chart.googleapis.com 2a00:1450:4010:c05::5f 298 | chart.apis.google.com 2a00:1450:4010:c05::5f 299 | content.googleapis.com 2a00:1450:4010:c05::5f 300 | datasaver.googleapis.com 2a00:1450:4010:c05::5f 301 | device-provisioning.googleapis.com 2a00:1450:4010:c05::5f 302 | youtube.googleapis.com 2a00:1450:4010:c05::5f 303 | youtubei.googleapis.com 2a00:1450:4010:c05::5f 304 | appengine.clients6.google.com 2a00:1450:4010:c05::5f 305 | bigtableadmin.clients6.google.com 2a00:1450:4010:c05::5f 306 | clouddebugger.clients6.google.com 2a00:1450:4010:c05::5f 307 | cloudconfig.clients6.google.com 2a00:1450:4010:c05::5f 308 | cloudpersonalization-pa.clients6.google.com 2a00:1450:4010:c05::5f 309 | cloudsupport.clients6.google.com 2a00:1450:4010:c05::5f 310 | cloudusersettings-pa.clients6.google.com 2a00:1450:4010:c05::5f 311 | dataflow.clients6.google.com 2a00:1450:4010:c05::5f 312 | datahub.clients6.google.com 2a00:1450:4010:c05::5f 313 | firebasestorage.googleapis.com 2a00:1450:4010:c05::5f 314 | firebasedurablelinks-pa.clients6.google.com 2a00:1450:4010:c05::5f 315 | firebaserules.clients6.google.com 2a00:1450:4010:c05::5f 316 | firebasestorage.clients6.google.com 2a00:1450:4010:c05::5f 317 | gcmcontextualcampaign-pa.clients6.google.com 2a00:1450:4010:c05::5f 318 | growth-pa.googleapis.com 2a00:1450:4010:c05::5f 319 | instantmessaging-pa.googleapis.com 2a00:1450:4010:c05::5f 320 | khms0.googleapis.com 2a00:1450:4010:c05::5f 321 | khms1.googleapis.com 2a00:1450:4010:c05::5f 322 | logging.clients6.google.com 2a00:1450:4010:c05::5f 323 | maps.googleapis.com 2a00:1450:4010:c05::5f 324 | memcache.clients6.google.com 2a00:1450:4010:c05::5f 325 | ml.clients6.google.com 2a00:1450:4010:c05::5f 326 | mts0.googleapis.com 2a00:1450:4010:c05::5f 327 | mts1.googleapis.com 2a00:1450:4010:c05::5f 328 | mts2.googleapis.com 2a00:1450:4010:c05::5f 329 | mts3.googleapis.com 2a00:1450:4010:c05::5f 330 | mobilecrashreporting.clients6.google.com 2a00:1450:4010:c05::5f 331 | mobilesdk-pa.clients6.google.com 2a00:1450:4010:c05::5f 332 | opensourceprojects-pa.googleapis.com 2a00:1450:4010:c05::5f 333 | photos.googleapis.com 2a00:1450:4010:c05::5f 334 | plus.googleapis.com 2a00:1450:4010:c05::5f 335 | reminders-pa.clients6.google.com 2a00:1450:4010:c05::5f 336 | securetoken.googleapis.com 2a00:1450:4010:c05::5f 337 | remoting-pa.googleapis.com 2a00:1450:4010:c05::5f 338 | personalsafety-pa.googleapis.com 2a00:1450:4010:c05::5f 339 | clientmetrics-pa.googleapis.com 2a00:1450:4010:c05::5f 340 | music-pa.clients6.google.com 2a00:1450:4010:c05::5f 341 | 31061001.googleapis.com 2a00:1450:4010:c06::5f 342 | 26644787.googleapis.com 2a00:1450:4010:c06::5f 343 | # Google Apis End 344 | 345 | # Modified Hosts End 346 | -------------------------------------------------------------------------------- /hosts-files/dnsmasq.conf: -------------------------------------------------------------------------------- 1 | # Copyright (c) 2017-2018, googlehosts members. 2 | # https://github.com/googlehosts/hosts 3 | # Last updated: 2018-12-05 4 | 5 | # This work is licensed under a modified HOSTS License. 6 | # https://github.com/googlehosts/hosts/raw/master/LICENSE 7 | 8 | # Modified Hosts Start 9 | 10 | # Localhost (DO NOT REMOVE) Start 11 | address=/localhost/::1 12 | address=/ip6-localhost/::1 13 | address=/ip6-loopback/::1 14 | # Localhost (DO NOT REMOVE) End 15 | 16 | # GoogleHosts Start 17 | address=/204-44-101-36.googlehosts.org/2607:fcd0:100:1935::19fe:bd14 18 | address=/tg-1.googlehosts.org/2607:fcd0:100:1935::19fe:bd14 19 | address=/185-200-34-198.googlehosts.org/2602:fe90:1:1::8f2a:341f 20 | address=/185-200-34-209.googlehosts.org/2602:fe90:1:1::8f2a:341f 21 | address=/tg-2.googlehosts.org/2602:fe90:1:1::8f2a:341f 22 | address=/tg-4.googlehosts.org/2602:fe90:1:1::8f2a:341f 23 | address=/45-124-64-82.googlehosts.org/2402:9e80:0:1000::1:d3b6 24 | address=/tg-6.googlehosts.org/2402:9e80:0:1000::1:d3b6 25 | address=/172-86-72-19.googlehosts.org/2400:84c0:2102:0003:0000:0000:1aec:701d 26 | address=/tg-7.googlehosts.org/2400:84c0:2102:0003:0000:0000:1aec:701d 27 | address=/185-122-58-249.googlehosts.org/2a06:8ec0:3::1:59cb 28 | address=/tg-8.googlehosts.org/2a06:8ec0:3::1:59cb 29 | address=/103-105-48-234.googlehosts.org/2a06:82c2:0:1272::1 30 | address=/tg-9.googlehosts.org/2a06:82c2:0:1272::1 31 | address=/23-226-136-24.googlehosts.org/2607:fcd0:100:1926::8152:9bab 32 | address=/ss-1.googlehosts.org/2607:fcd0:100:1926::8152:9bab 33 | address=/107-150-12-229.googlehosts.org/2607:fcd0:100:e50f::8706:7e6 34 | address=/104-129-16-244.googlehosts.org/2607:fcd0:100:1928::1c21:2b4d 35 | address=/23-226-136-132.googlehosts.org/2607:fcd0:100:1926::c28d:6e0d 36 | address=/104-223-60-17.googlehosts.org/2607:fcd0:100:e50f::651c:85c 37 | address=/ss-2.googlehosts.org/2607:fcd0:100:e50f::651c:85c 38 | address=/66-154-108-62.googlehosts.org/2607:fcd0:100:e50f::fe23:8346 39 | address=/23-226-136-216.googlehosts.org/2607:fcd0:100:1926::f69e:8063 40 | address=/ss-3.googlehosts.org/2607:fcd0:100:1926::f69e:8063 41 | address=/155-94-137-77.googlehosts.org/2607:fcd0:100:1912::d8cb:1617 42 | address=/185-22-152-42.googlehosts.org/2a00:b700::2:36a 43 | # GoogleHosts End 44 | 45 | # Akamai Start 46 | address=/static.ak.instagram.com/2a02:26f0:e8::6856:6e4b 47 | address=/images.ak.instagram.com/2a02:26f0:e8::6856:6ec3 48 | address=/s.pinimg.com/2a02:26f0:a1:2a2::1931 49 | address=/i.pinimg.com/2a04:4e42:4::84 50 | address=/s-media-cache-ak0.pinimg.com/2a02:26f0:7b:383::1931 51 | address=/passets-cdn.pinterest.com/2a02:26f0:7b:39b::1931 52 | # Akamai End 53 | 54 | # Android Start 55 | address=/a.android.com/2a00:1450:4010:c09::64 56 | address=/b.android.com/2a00:1450:4010:c09::64 57 | address=/m.android.com/2a00:1450:4010:c09::64 58 | address=/connectivitycheck.android.com/2a00:1450:4010:c09::64 59 | address=/d.android.com/2a00:1450:4010:c09::64 60 | address=/dev.android.com/2a00:1450:4010:c09::64 61 | address=/market.android.com/2a00:1450:4010:c09::64 62 | address=/r.android.com/2a00:1450:4010:c09::64 63 | address=/android.com/2a00:1450:4010:c03::68 64 | address=/developer.android.com/2a00:1450:4010:c03::6a 65 | # Android End 66 | 67 | # Apkmirror Start 68 | address=/www.apkmirror.com/2400:cb00:2048:1::6813:843a 69 | # Apkmirror End 70 | 71 | # Appspot Start 72 | address=/www.appspot.com/2a00:1450:4001:816::2011 73 | address=/appspot.com/2a00:1450:4001:816::2011 74 | address=/events.withgoogle.com/2a00:1450:4001:816::2011 75 | address=/summerofcode.withgoogle.com/2a00:1450:4001:816::2011 76 | address=/foobar.withgoogle.com/2a00:1450:4001:816::2011 77 | address=/interstellar.withgoogle.com/2a00:1450:4001:816::2011 78 | address=/edudirectory.withgoogle.com/2a00:1450:4001:816::2011 79 | address=/atmosphere.withgoogle.com/2a00:1450:4001:816::2011 80 | address=/accelerate.withgoogle.com/2a00:1450:4001:816::2011 81 | address=/insgruene.withgoogle.com/2a00:1450:4001:816::2011 82 | address=/atmospheretokyo.withgoogle.com/2a00:1450:4001:816::2011 83 | address=/connectedclassrooms.withgoogle.com/2a00:1450:4001:816::2011 84 | address=/smartypins.withgoogle.com/2a00:1450:4001:816::2011 85 | address=/streetart.withgoogle.com/2a00:1450:4001:816::2011 86 | address=/cardboard.withgoogle.com/2a00:1450:4001:816::2011 87 | address=/kickwithchrome.withgoogle.com/2a00:1450:4001:816::2011 88 | address=/candidatos.withgoogle.com/2a00:1450:4001:816::2011 89 | address=/trendstw.withgoogle.com/2a00:1450:4001:816::2011 90 | address=/impactchallenge.withgoogle.com/2a00:1450:4001:816::2011 91 | address=/eduproducts.withgoogle.com/2a00:1450:4001:816::2011 92 | address=/onetoday.google.com/2a00:1450:4001:816::2011 93 | address=/withgoogle.com/2a00:1450:4001:816::2011 94 | address=/www.withgoogle.com/2a00:1450:4001:816::2011 95 | address=/cloudnext.withgoogle.com/2a00:1450:4001:816::2011 96 | address=/edutrainingcenter.withgoogle.com/2a00:1450:4001:816::2011 97 | address=/earthview.withgoogle.com/2a00:1450:4001:816::2011 98 | address=/lightsaber.withgoogle.com/2a00:1450:4001:816::2011 99 | address=/britishmuseum.withgoogle.com/2a00:1450:4001:816::2011 100 | address=/beyondthemap.withgoogle.com/2a00:1450:4001:816::2011 101 | address=/analyticsacademy.withgoogle.com/2a00:1450:4001:816::2011 102 | address=/spellup.withgoogle.com/2a00:1450:4001:816::2011 103 | # Appspot End 104 | 105 | # Appspotpreview Start 106 | address=/author-dot-betaspike.appspot.com/2607:f8b0:400d:c0f::99 107 | address=/jmoore-dot-android-experiments.appspot.com/2607:f8b0:400d:c0f::99 108 | address=/mission-author-dot-betaspike.appspot.com/2607:f8b0:400d:c0f::99 109 | address=/drivenotepad.appspot.com/2607:f8b0:400d:c0f::99 110 | address=/virustotalcloud.appspot.com/2607:f8b0:400d:c0f::99 111 | address=/joinjoaomgcd.appspot.com/2607:f8b0:400d:c0f::99 112 | address=/m-dot-betaspike.appspot.com/2607:f8b0:400d:c0f::99 113 | address=/download-chromium.appspot.com/2607:f8b0:400d:c0f::99 114 | address=/google-developers.appspot.com/2607:f8b0:400d:c0f::99 115 | address=/chrometophone.appspot.com/2607:f8b0:400d:c0f::99 116 | address=/chrome-devtools-frontend.appspot.com/2607:f8b0:400d:c0f::99 117 | address=/apis-explorer.appspot.com/2607:f8b0:400d:c0f::99 118 | address=/betaspike.appspot.com/2607:f8b0:400d:c0f::99 119 | address=/hstspreload.appspot.com/2607:f8b0:400d:c0f::99 120 | address=/lfe-alpo-gm.appspot.com/2607:f8b0:400d:c0f::99 121 | # Appspotpreview End 122 | 123 | # Culturalspot Start 124 | address=/embed.culturalspot.org/2404:6800:4005:800::200e 125 | # Culturalspot End 126 | 127 | # Dropbox Start 128 | address=/db.tt/2620:100:6020:2::a27d:4002 129 | address=/www.dropbox.com/2620:100:6020:1::a27d:4001 130 | address=/www.dualstack.dropbox-dns.com/2620:100:6020:1::a27d:4001 131 | address=/api.dropbox.com/2620:100:6020:7::a27d:4007 132 | address=/api.dualstack.dropbox-dns.com/2620:100:6020:7::a27d:4007 133 | address=/api.dropboxapi.com/2620:100:6020:7::a27d:4007 134 | address=/api-content.dropbox.com/2620:100:6020:8::a27d:4008 135 | address=/api-content-photos.dropbox.com/2620:100:6020:5::a27d:4005 136 | address=/blogs.dropbox.com/2600:9000:2020:a400:d:7bbe:2740:93a1 137 | address=/client.dropbox.com/2620:100:6020:3::a27d:4003 138 | address=/client-cf.dropbox.com/2620:100:6020:3::a27d:4003 139 | address=/client-lb.dropbox.com/2620:100:6020:4::a27d:4004 140 | address=/client-web.dropbox.com/2620:100:6020:4::a27d:4004 141 | address=/dl.dropbox.com/2620:100:6020:6::a27d:4006 142 | address=/dl-web.dropbox.com/2620:100:6020:6::a27d:4006 143 | address=/dl-doc.dropbox.com/2620:100:6032:6::a27d:5206 144 | address=/m.dropbox.com/2620:100:6032:2::a27d:5202 145 | address=/photos.dropbox.com/2620:100:6032:1::a27d:5201 146 | address=/photos-1.dropbox.com/2620:100:6032:5::a27d:5205 147 | address=/photos-2.dropbox.com/2620:100:6032:5::a27d:5205 148 | address=/photos-3.dropbox.com/2620:100:6032:5::a27d:5205 149 | address=/photos-4.dropbox.com/2620:100:6032:5::a27d:5205 150 | address=/photos-5.dropbox.com/2620:100:6032:5::a27d:5205 151 | address=/photos-6.dropbox.com/2620:100:6032:5::a27d:5205 152 | address=/photos-thumb.dropbox.com/2620:100:6032:5::a27d:5205 153 | address=/dl.dropboxusercontent.com/2620:100:6032:6::a27d:5206 154 | address=/cfl.dropboxstatic.com/2400:cb00:2048:1::6810:631d 155 | address=/log.getdropbox.com/2620:100:6020:2::a27d:4002 156 | # Dropbox End 157 | 158 | # Discord Start 159 | address=/discord.media/2400:cb00:2048:1::6810:acbd 160 | # Discord End 161 | 162 | # Facebook Start 163 | address=/www.facebook.com/2a03:2880:f10a:83:face:b00c::25de 164 | address=/fb.me/2a03:2880:f10a:83:face:b00c::25de 165 | address=/facebook.com/2a03:2880:f10a:83:face:b00c::25de 166 | address=/api.facebook.com/2a03:2880:f10a:83:face:b00c::25de 167 | address=/apps.facebook.com/2a03:2880:f10a:83:face:b00c::25de 168 | address=/attachments.facebook.com/2a03:2880:f10a:83:face:b00c::25de 169 | address=/business.facebook.com/2a03:2880:f10a:83:face:b00c::25de 170 | address=/bigzipfiles.facebook.com/2a03:2880:f10a:83:face:b00c::25de 171 | address=/code.facebook.com/2a03:2880:f10a:83:face:b00c::25de 172 | address=/check4.facebook.com/2a03:2880:f10a:83:face:b00c::25de 173 | address=/check6.facebook.com/2a03:2880:f10a:83:face:b00c::25de 174 | address=/connect.facebook.com/2a03:2880:f10a:83:face:b00c::25de 175 | address=/d.facebook.com/2a03:2880:f10a:83:face:b00c::25de 176 | address=/developers.facebook.com/2a03:2880:f10a:83:face:b00c::25de 177 | address=/graph.facebook.com/2a03:2880:f10a:83:face:b00c::25de 178 | address=/l.facebook.com/2a03:2880:f10a:83:face:b00c::25de 179 | address=/login.facebook.com/2a03:2880:f10a:83:face:b00c::25de 180 | address=/m.facebook.com/2a03:2880:f10a:83:face:b00c::25de 181 | address=/mtouch.facebook.com/2a03:2880:f10a:83:face:b00c::25de 182 | address=/mqtt.facebook.com/2a03:2880:f10a:83:face:b00c::25de 183 | address=/mqtt-mini.facebook.com/2a03:2880:f10a:83:face:b00c::25de 184 | address=/orcart.facebook.com/2a03:2880:f10a:83:face:b00c::25de 185 | address=/pixel.facebook.com/2a03:2880:f10a:83:face:b00c::25de 186 | address=/scontent.facebook.com/2a03:2880:f10a:83:face:b00c::25de 187 | address=/ssl.facebook.com/2a03:2880:f10a:83:face:b00c::25de 188 | address=/star.facebook.com/2a03:2880:f10a:83:face:b00c::25de 189 | address=/secure.facebook.com/2a03:2880:f10a:83:face:b00c::25de 190 | address=/staticxx.facebook.com/2a03:2880:f10a:83:face:b00c::25de 191 | address=/touch.facebook.com/2a03:2880:f10a:83:face:b00c::25de 192 | address=/upload.facebook.com/2a03:2880:f10a:83:face:b00c::25de 193 | address=/vupload.facebook.com/2a03:2880:f10a:83:face:b00c::25de 194 | address=/vupload2.facebook.com/2a03:2880:f10a:83:face:b00c::25de 195 | address=/api-read.facebook.com/2a03:2880:f10a:83:face:b00c::25de 196 | address=/b-api.facebook.com/2a03:2880:f10a:83:face:b00c::25de 197 | address=/b-graph.facebook.com/2a03:2880:f10a:83:face:b00c::25de 198 | address=/s-static.facebook.com/2a03:2880:f10a:83:face:b00c::25de 199 | address=/zh-cn.facebook.com/2a03:2880:f10a:83:face:b00c::25de 200 | address=/zh-tw.facebook.com/2a03:2880:f10a:83:face:b00c::25de 201 | address=/edge-chat.facebook.com/2a03:2880:f10a:83:face:b00c::25de 202 | address=/0-edge-chat.facebook.com/2a03:2880:f10a:83:face:b00c::25de 203 | address=/1-edge-chat.facebook.com/2a03:2880:f10a:83:face:b00c::25de 204 | address=/2-edge-chat.facebook.com/2a03:2880:f10a:83:face:b00c::25de 205 | address=/3-edge-chat.facebook.com/2a03:2880:f10a:83:face:b00c::25de 206 | address=/4-edge-chat.facebook.com/2a03:2880:f10a:83:face:b00c::25de 207 | address=/5-edge-chat.facebook.com/2a03:2880:f10a:83:face:b00c::25de 208 | address=/6-edge-chat.facebook.com/2a03:2880:f10a:83:face:b00c::25de 209 | address=/channel-ecmp-05-ash3.facebook.com/2a03:2880:f10a:83:face:b00c::25de 210 | address=/channel-staging-ecmp-05-ash3.facebook.com/2a03:2880:f10a:83:face:b00c::25de 211 | address=/channel-testing-ecmp-05-ash3.facebook.com/2a03:2880:f10a:83:face:b00c::25de 212 | address=/beta-chat-01-05-ash3.facebook.com/2a03:2880:f10a:83:face:b00c::25de 213 | address=/s-static.ak.facebook.com/2a03:2880:f10a:83:face:b00c::25de 214 | address=/star.c10r.facebook.com/2a03:2880:f10a:83:face:b00c::25de 215 | address=/fbcdn.net/2a03:2880:f10a:83:face:b00c::25de 216 | address=/connect.facebook.net/2a03:2880:f10a:83:face:b00c::25de 217 | address=/ent-a.xx.fbcdn.net/2a03:2880:f10a:83:face:b00c::25de 218 | address=/ent-b.xx.fbcdn.net/2a03:2880:f10a:83:face:b00c::25de 219 | address=/ent-c.xx.fbcdn.net/2a03:2880:f10a:83:face:b00c::25de 220 | address=/ent-d.xx.fbcdn.net/2a03:2880:f10a:83:face:b00c::25de 221 | address=/ent-e.xx.fbcdn.net/2a03:2880:f10a:83:face:b00c::25de 222 | address=/scontent.xx.fbcdn.net/2a03:2880:f10a:83:face:b00c::25de 223 | address=/scontent-a.xx.fbcdn.net/2a03:2880:f10a:83:face:b00c::25de 224 | address=/scontent-b.xx.fbcdn.net/2a03:2880:f10a:83:face:b00c::25de 225 | address=/scontent-c.xx.fbcdn.net/2a03:2880:f10a:83:face:b00c::25de 226 | address=/scontent-d.xx.fbcdn.net/2a03:2880:f10a:83:face:b00c::25de 227 | address=/scontent-e.xx.fbcdn.net/2a03:2880:f10a:83:face:b00c::25de 228 | address=/scontent-mxp.xx.fbcdn.net/2a03:2880:f10a:83:face:b00c::25de 229 | address=/scontent-a-lax.xx.fbcdn.net/2a03:2880:f10a:83:face:b00c::25de 230 | address=/scontent-a-sin.xx.fbcdn.net/2a03:2880:f10a:83:face:b00c::25de 231 | address=/scontent-b-lax.xx.fbcdn.net/2a03:2880:f10a:83:face:b00c::25de 232 | address=/scontent-b-sin.xx.fbcdn.net/2a03:2880:f10a:83:face:b00c::25de 233 | address=/static.thefacebook.com/2a03:2880:f10a:83:face:b00c::25de 234 | address=/attachment.fbsbx.com/2a03:2880:f10a:83:face:b00c::25de 235 | address=/messenger.com/2a03:2880:f10a:83:face:b00c::25de 236 | address=/www.messenger.com/2a03:2880:f10a:83:face:b00c::25de 237 | address=/0-edge-chat.messenger.com/2a03:2880:f10a:83:face:b00c::25de 238 | address=/1-edge-chat.messenger.com/2a03:2880:f10a:83:face:b00c::25de 239 | address=/2-edge-chat.messenger.com/2a03:2880:f10a:83:face:b00c::25de 240 | address=/3-edge-chat.messenger.com/2a03:2880:f10a:83:face:b00c::25de 241 | address=/4-edge-chat.messenger.com/2a03:2880:f10a:83:face:b00c::25de 242 | address=/5-edge-chat.messenger.com/2a03:2880:f10a:83:face:b00c::25de 243 | address=/6-edge-chat.messenger.com/2a03:2880:f10a:83:face:b00c::25de 244 | address=/snaptu-z.facebook.com/2a03:2880:f10a:81:face:b00c::e17 245 | address=/snaptu-p1.facebook.com/2a03:2880:f10a:81:face:b00c::e17 246 | address=/snaptu-p2.facebook.com/2a03:2880:f10a:81:face:b00c::e17 247 | address=/edge-mqtt.facebook.com/2a03:2880:f00a:5:face:b00c::8e 248 | address=/static.xx.fbcdn.net/2a03:2880:f00a:e:face:b00c::3 249 | address=/scontent-lax3-1.xx.fbcdn.net/2a03:2880:f00a:e:face:b00c::3 250 | address=/scontent-lax3-2.xx.fbcdn.net/2a03:2880:f00a:e:face:b00c::3 251 | address=/scontent-lax3-3.xx.fbcdn.net/2a03:2880:f00a:e:face:b00c::3 252 | address=/scontent-lax3-4.xx.fbcdn.net/2a03:2880:f00a:e:face:b00c::3 253 | address=/scontent-hkg3-1.xx.fbcdn.net/2a03:2880:f00a:e:face:b00c::3 254 | address=/scontent-hkg3-2.xx.fbcdn.net/2a03:2880:f00a:e:face:b00c::3 255 | address=/scontent-hkg3-3.xx.fbcdn.net/2a03:2880:f00a:e:face:b00c::3 256 | address=/z-1-scontent.xx.fbcdn.net/2a03:2880:f00a:e:face:b00c::3 257 | address=/video-lax3-1.xx.fbcdn.net/2a03:2880:f00a:e:face:b00c::3 258 | address=/video-lax3-2.xx.fbcdn.net/2a03:2880:f00a:e:face:b00c::3 259 | address=/video-lax3-3.xx.fbcdn.net/2a03:2880:f00a:e:face:b00c::3 260 | address=/video-lax3-4.xx.fbcdn.net/2a03:2880:f00a:e:face:b00c::3 261 | address=/video-mrs1-1.xx.fbcdn.net/2a03:2880:f00a:e:face:b00c::3 262 | address=/video-mrs1-2.xx.fbcdn.net/2a03:2880:f00a:e:face:b00c::3 263 | address=/video-mrs1-3.xx.fbcdn.net/2a03:2880:f00a:e:face:b00c::3 264 | address=/video-mrs1-4.xx.fbcdn.net/2a03:2880:f00a:e:face:b00c::3 265 | address=/video-hkg3-1.xx.fbcdn.net/2a03:2880:f00a:e:face:b00c::3 266 | address=/video-sit4-1.xx.fbcdn.net/2a03:2880:f00a:e:face:b00c::3 267 | address=/external.xx.fbcdn.net/2a03:2880:f00a:e:face:b00c::3 268 | address=/video.xx.fbcdn.net/2a03:2880:f00a:13:face:b00c::1823 269 | # Facebook End 270 | 271 | # Gmail Start 272 | address=/gmail.com/2a00:1450:4011:804::1016 273 | address=/www.gmail.com/2a00:1450:4011:805::1016 274 | address=/googlemail.l.google.com/2a00:1450:4011:805::1016 275 | address=/mail-settings.google.com/2a00:1450:4011:804::101d 276 | address=/m.gmail.com/2a00:1450:4011:804::1015 277 | address=/m.googlemail.com/2a00:1450:4011:805::1015 278 | address=/gmail.google.com/2a00:1450:4010:c0e::64 279 | address=/mail.google.com/2a00:1450:4010:c0b::64 280 | address=/inbox.google.com/2a00:1450:4011:808::1015 281 | address=/chatenabled.mail.google.com/2a00:1450:4011:805::101d 282 | address=/filetransferenabled.mail.google.com/2a00:1450:4011:808::101d 283 | address=/isolated.mail.google.com/2a00:1450:4011:809::101d 284 | # Gmail End 285 | 286 | # Google Apis Start 287 | address=/www.googleapis.com/2a00:1450:4010:c01::5f 288 | address=/ajax.googleapis.com/2a00:1450:4010:c02::5f 289 | address=/fonts.googleapis.com/2a00:1450:4010:c03::5f 290 | address=/googleapis.com/2a00:1450:4010:c05::5f 291 | address=/android.googleapis.com/2a00:1450:4010:c05::5f 292 | address=/appinvite-pa.googleapis.com/2a00:1450:4010:c05::5f 293 | address=/appinvite-ipv4-pa.googleapis.com/2a00:1450:4010:c05::5f 294 | address=/redirector-bigcache.googleapis.com/2a00:1450:4010:c05::5f 295 | address=/bigcache.googleapis.com/2a00:1450:4010:c05::5f 296 | address=/ct.googleapis.com/2a00:1450:4010:c05::5f 297 | address=/chart.googleapis.com/2a00:1450:4010:c05::5f 298 | address=/chart.apis.google.com/2a00:1450:4010:c05::5f 299 | address=/content.googleapis.com/2a00:1450:4010:c05::5f 300 | address=/datasaver.googleapis.com/2a00:1450:4010:c05::5f 301 | address=/device-provisioning.googleapis.com/2a00:1450:4010:c05::5f 302 | address=/youtube.googleapis.com/2a00:1450:4010:c05::5f 303 | address=/youtubei.googleapis.com/2a00:1450:4010:c05::5f 304 | address=/appengine.clients6.google.com/2a00:1450:4010:c05::5f 305 | address=/bigtableadmin.clients6.google.com/2a00:1450:4010:c05::5f 306 | address=/clouddebugger.clients6.google.com/2a00:1450:4010:c05::5f 307 | address=/cloudconfig.clients6.google.com/2a00:1450:4010:c05::5f 308 | address=/cloudpersonalization-pa.clients6.google.com/2a00:1450:4010:c05::5f 309 | address=/cloudsupport.clients6.google.com/2a00:1450:4010:c05::5f 310 | address=/cloudusersettings-pa.clients6.google.com/2a00:1450:4010:c05::5f 311 | address=/dataflow.clients6.google.com/2a00:1450:4010:c05::5f 312 | address=/datahub.clients6.google.com/2a00:1450:4010:c05::5f 313 | address=/firebasestorage.googleapis.com/2a00:1450:4010:c05::5f 314 | address=/firebasedurablelinks-pa.clients6.google.com/2a00:1450:4010:c05::5f 315 | address=/firebaserules.clients6.google.com/2a00:1450:4010:c05::5f 316 | address=/firebasestorage.clients6.google.com/2a00:1450:4010:c05::5f 317 | address=/gcmcontextualcampaign-pa.clients6.google.com/2a00:1450:4010:c05::5f 318 | address=/growth-pa.googleapis.com/2a00:1450:4010:c05::5f 319 | address=/instantmessaging-pa.googleapis.com/2a00:1450:4010:c05::5f 320 | address=/khms0.googleapis.com/2a00:1450:4010:c05::5f 321 | address=/khms1.googleapis.com/2a00:1450:4010:c05::5f 322 | address=/logging.clients6.google.com/2a00:1450:4010:c05::5f 323 | address=/maps.googleapis.com/2a00:1450:4010:c05::5f 324 | address=/memcache.clients6.google.com/2a00:1450:4010:c05::5f 325 | address=/ml.clients6.google.com/2a00:1450:4010:c05::5f 326 | address=/mts0.googleapis.com/2a00:1450:4010:c05::5f 327 | address=/mts1.googleapis.com/2a00:1450:4010:c05::5f 328 | address=/mts2.googleapis.com/2a00:1450:4010:c05::5f 329 | address=/mts3.googleapis.com/2a00:1450:4010:c05::5f 330 | address=/mobilecrashreporting.clients6.google.com/2a00:1450:4010:c05::5f 331 | address=/mobilesdk-pa.clients6.google.com/2a00:1450:4010:c05::5f 332 | address=/opensourceprojects-pa.googleapis.com/2a00:1450:4010:c05::5f 333 | address=/photos.googleapis.com/2a00:1450:4010:c05::5f 334 | address=/plus.googleapis.com/2a00:1450:4010:c05::5f 335 | address=/reminders-pa.clients6.google.com/2a00:1450:4010:c05::5f 336 | address=/securetoken.googleapis.com/2a00:1450:4010:c05::5f 337 | address=/remoting-pa.googleapis.com/2a00:1450:4010:c05::5f 338 | address=/personalsafety-pa.googleapis.com/2a00:1450:4010:c05::5f 339 | address=/clientmetrics-pa.googleapis.com/2a00:1450:4010:c05::5f 340 | address=/music-pa.clients6.google.com/2a00:1450:4010:c05::5f 341 | address=/31061001.googleapis.com/2a00:1450:4010:c06::5f 342 | address=/26644787.googleapis.com/2a00:1450:4010:c06::5f 343 | # Google Apis End 344 | 345 | # Modified Hosts End 346 | -------------------------------------------------------------------------------- /hosts-files/hosts: -------------------------------------------------------------------------------- 1 | # Copyright (c) 2017-2018, googlehosts members. 2 | # https://github.com/googlehosts/hosts 3 | # Last updated: 2018-12-05 4 | 5 | # This work is licensed under a modified HOSTS License. 6 | # https://github.com/googlehosts/hosts/raw/master/LICENSE 7 | 8 | # Modified Hosts Start 9 | 10 | # Localhost (DO NOT REMOVE) Start 11 | ::1 localhost 12 | ::1 ip6-localhost 13 | ::1 ip6-loopback 14 | # Localhost (DO NOT REMOVE) End 15 | 16 | # GoogleHosts Start 17 | 2607:fcd0:100:1935::19fe:bd14 204-44-101-36.googlehosts.org 18 | 2607:fcd0:100:1935::19fe:bd14 tg-1.googlehosts.org 19 | 2602:fe90:1:1::8f2a:341f 185-200-34-198.googlehosts.org 20 | 2602:fe90:1:1::8f2a:341f 185-200-34-209.googlehosts.org 21 | 2602:fe90:1:1::8f2a:341f tg-2.googlehosts.org 22 | 2602:fe90:1:1::8f2a:341f tg-4.googlehosts.org 23 | 2402:9e80:0:1000::1:d3b6 45-124-64-82.googlehosts.org 24 | 2402:9e80:0:1000::1:d3b6 tg-6.googlehosts.org 25 | 2400:84c0:2102:0003:0000:0000:1aec:701d 172-86-72-19.googlehosts.org 26 | 2400:84c0:2102:0003:0000:0000:1aec:701d tg-7.googlehosts.org 27 | 2a06:8ec0:3::1:59cb 185-122-58-249.googlehosts.org 28 | 2a06:8ec0:3::1:59cb tg-8.googlehosts.org 29 | 2a06:82c2:0:1272::1 103-105-48-234.googlehosts.org 30 | 2a06:82c2:0:1272::1 tg-9.googlehosts.org 31 | 2607:fcd0:100:1926::8152:9bab 23-226-136-24.googlehosts.org 32 | 2607:fcd0:100:1926::8152:9bab ss-1.googlehosts.org 33 | 2607:fcd0:100:e50f::8706:7e6 107-150-12-229.googlehosts.org 34 | 2607:fcd0:100:1928::1c21:2b4d 104-129-16-244.googlehosts.org 35 | 2607:fcd0:100:1926::c28d:6e0d 23-226-136-132.googlehosts.org 36 | 2607:fcd0:100:e50f::651c:85c 104-223-60-17.googlehosts.org 37 | 2607:fcd0:100:e50f::651c:85c ss-2.googlehosts.org 38 | 2607:fcd0:100:e50f::fe23:8346 66-154-108-62.googlehosts.org 39 | 2607:fcd0:100:1926::f69e:8063 23-226-136-216.googlehosts.org 40 | 2607:fcd0:100:1926::f69e:8063 ss-3.googlehosts.org 41 | 2607:fcd0:100:1912::d8cb:1617 155-94-137-77.googlehosts.org 42 | 2a00:b700::2:36a 185-22-152-42.googlehosts.org 43 | # GoogleHosts End 44 | 45 | # Akamai Start 46 | 2a02:26f0:e8::6856:6e4b static.ak.instagram.com 47 | 2a02:26f0:e8::6856:6ec3 images.ak.instagram.com 48 | 2a02:26f0:a1:2a2::1931 s.pinimg.com 49 | 2a04:4e42:4::84 i.pinimg.com 50 | 2a02:26f0:7b:383::1931 s-media-cache-ak0.pinimg.com 51 | 2a02:26f0:7b:39b::1931 passets-cdn.pinterest.com 52 | # Akamai End 53 | 54 | # Android Start 55 | 2a00:1450:4010:c09::64 a.android.com 56 | 2a00:1450:4010:c09::64 b.android.com 57 | 2a00:1450:4010:c09::64 m.android.com 58 | 2a00:1450:4010:c09::64 connectivitycheck.android.com 59 | 2a00:1450:4010:c09::64 d.android.com 60 | 2a00:1450:4010:c09::64 dev.android.com 61 | 2a00:1450:4010:c09::64 market.android.com 62 | 2a00:1450:4010:c09::64 r.android.com 63 | 2a00:1450:4010:c03::68 android.com 64 | 2a00:1450:4010:c03::6a developer.android.com 65 | # Android End 66 | 67 | # Apkmirror Start 68 | 2400:cb00:2048:1::6813:843a www.apkmirror.com 69 | # Apkmirror End 70 | 71 | # Appspot Start 72 | 2a00:1450:4001:816::2011 www.appspot.com 73 | 2a00:1450:4001:816::2011 appspot.com 74 | 2a00:1450:4001:816::2011 events.withgoogle.com 75 | 2a00:1450:4001:816::2011 summerofcode.withgoogle.com 76 | 2a00:1450:4001:816::2011 foobar.withgoogle.com 77 | 2a00:1450:4001:816::2011 interstellar.withgoogle.com 78 | 2a00:1450:4001:816::2011 edudirectory.withgoogle.com 79 | 2a00:1450:4001:816::2011 atmosphere.withgoogle.com 80 | 2a00:1450:4001:816::2011 accelerate.withgoogle.com 81 | 2a00:1450:4001:816::2011 insgruene.withgoogle.com 82 | 2a00:1450:4001:816::2011 atmospheretokyo.withgoogle.com 83 | 2a00:1450:4001:816::2011 connectedclassrooms.withgoogle.com 84 | 2a00:1450:4001:816::2011 smartypins.withgoogle.com 85 | 2a00:1450:4001:816::2011 streetart.withgoogle.com 86 | 2a00:1450:4001:816::2011 cardboard.withgoogle.com 87 | 2a00:1450:4001:816::2011 kickwithchrome.withgoogle.com 88 | 2a00:1450:4001:816::2011 candidatos.withgoogle.com 89 | 2a00:1450:4001:816::2011 trendstw.withgoogle.com 90 | 2a00:1450:4001:816::2011 impactchallenge.withgoogle.com 91 | 2a00:1450:4001:816::2011 eduproducts.withgoogle.com 92 | 2a00:1450:4001:816::2011 onetoday.google.com 93 | 2a00:1450:4001:816::2011 withgoogle.com 94 | 2a00:1450:4001:816::2011 www.withgoogle.com 95 | 2a00:1450:4001:816::2011 cloudnext.withgoogle.com 96 | 2a00:1450:4001:816::2011 edutrainingcenter.withgoogle.com 97 | 2a00:1450:4001:816::2011 earthview.withgoogle.com 98 | 2a00:1450:4001:816::2011 lightsaber.withgoogle.com 99 | 2a00:1450:4001:816::2011 britishmuseum.withgoogle.com 100 | 2a00:1450:4001:816::2011 beyondthemap.withgoogle.com 101 | 2a00:1450:4001:816::2011 analyticsacademy.withgoogle.com 102 | 2a00:1450:4001:816::2011 spellup.withgoogle.com 103 | # Appspot End 104 | 105 | # Appspotpreview Start 106 | 2607:f8b0:400d:c0f::99 author-dot-betaspike.appspot.com 107 | 2607:f8b0:400d:c0f::99 jmoore-dot-android-experiments.appspot.com 108 | 2607:f8b0:400d:c0f::99 mission-author-dot-betaspike.appspot.com 109 | 2607:f8b0:400d:c0f::99 drivenotepad.appspot.com 110 | 2607:f8b0:400d:c0f::99 virustotalcloud.appspot.com 111 | 2607:f8b0:400d:c0f::99 joinjoaomgcd.appspot.com 112 | 2607:f8b0:400d:c0f::99 m-dot-betaspike.appspot.com 113 | 2607:f8b0:400d:c0f::99 download-chromium.appspot.com 114 | 2607:f8b0:400d:c0f::99 google-developers.appspot.com 115 | 2607:f8b0:400d:c0f::99 chrometophone.appspot.com 116 | 2607:f8b0:400d:c0f::99 chrome-devtools-frontend.appspot.com 117 | 2607:f8b0:400d:c0f::99 apis-explorer.appspot.com 118 | 2607:f8b0:400d:c0f::99 betaspike.appspot.com 119 | 2607:f8b0:400d:c0f::99 hstspreload.appspot.com 120 | 2607:f8b0:400d:c0f::99 lfe-alpo-gm.appspot.com 121 | # Appspotpreview End 122 | 123 | # Culturalspot Start 124 | 2404:6800:4005:800::200e embed.culturalspot.org 125 | # Culturalspot End 126 | 127 | # Dropbox Start 128 | 2620:100:6020:2::a27d:4002 db.tt 129 | 2620:100:6020:1::a27d:4001 www.dropbox.com 130 | 2620:100:6020:1::a27d:4001 www.dualstack.dropbox-dns.com 131 | 2620:100:6020:7::a27d:4007 api.dropbox.com 132 | 2620:100:6020:7::a27d:4007 api.dualstack.dropbox-dns.com 133 | 2620:100:6020:7::a27d:4007 api.dropboxapi.com 134 | 2620:100:6020:8::a27d:4008 api-content.dropbox.com 135 | 2620:100:6020:5::a27d:4005 api-content-photos.dropbox.com 136 | 2600:9000:2020:a400:d:7bbe:2740:93a1 blogs.dropbox.com 137 | 2620:100:6020:3::a27d:4003 client.dropbox.com 138 | 2620:100:6020:3::a27d:4003 client-cf.dropbox.com 139 | 2620:100:6020:4::a27d:4004 client-lb.dropbox.com 140 | 2620:100:6020:4::a27d:4004 client-web.dropbox.com 141 | 2620:100:6020:6::a27d:4006 dl.dropbox.com 142 | 2620:100:6020:6::a27d:4006 dl-web.dropbox.com 143 | 2620:100:6032:6::a27d:5206 dl-doc.dropbox.com 144 | 2620:100:6032:2::a27d:5202 m.dropbox.com 145 | 2620:100:6032:1::a27d:5201 photos.dropbox.com 146 | 2620:100:6032:5::a27d:5205 photos-1.dropbox.com 147 | 2620:100:6032:5::a27d:5205 photos-2.dropbox.com 148 | 2620:100:6032:5::a27d:5205 photos-3.dropbox.com 149 | 2620:100:6032:5::a27d:5205 photos-4.dropbox.com 150 | 2620:100:6032:5::a27d:5205 photos-5.dropbox.com 151 | 2620:100:6032:5::a27d:5205 photos-6.dropbox.com 152 | 2620:100:6032:5::a27d:5205 photos-thumb.dropbox.com 153 | 2620:100:6032:6::a27d:5206 dl.dropboxusercontent.com 154 | 2400:cb00:2048:1::6810:631d cfl.dropboxstatic.com 155 | 2620:100:6020:2::a27d:4002 log.getdropbox.com 156 | # Dropbox End 157 | 158 | # Discord Start 159 | 2400:cb00:2048:1::6810:acbd discord.media 160 | # Discord End 161 | 162 | # Facebook Start 163 | 2a03:2880:f10a:83:face:b00c::25de www.facebook.com 164 | 2a03:2880:f10a:83:face:b00c::25de fb.me 165 | 2a03:2880:f10a:83:face:b00c::25de facebook.com 166 | 2a03:2880:f10a:83:face:b00c::25de api.facebook.com 167 | 2a03:2880:f10a:83:face:b00c::25de apps.facebook.com 168 | 2a03:2880:f10a:83:face:b00c::25de attachments.facebook.com 169 | 2a03:2880:f10a:83:face:b00c::25de business.facebook.com 170 | 2a03:2880:f10a:83:face:b00c::25de bigzipfiles.facebook.com 171 | 2a03:2880:f10a:83:face:b00c::25de code.facebook.com 172 | 2a03:2880:f10a:83:face:b00c::25de check4.facebook.com 173 | 2a03:2880:f10a:83:face:b00c::25de check6.facebook.com 174 | 2a03:2880:f10a:83:face:b00c::25de connect.facebook.com 175 | 2a03:2880:f10a:83:face:b00c::25de d.facebook.com 176 | 2a03:2880:f10a:83:face:b00c::25de developers.facebook.com 177 | 2a03:2880:f10a:83:face:b00c::25de graph.facebook.com 178 | 2a03:2880:f10a:83:face:b00c::25de l.facebook.com 179 | 2a03:2880:f10a:83:face:b00c::25de login.facebook.com 180 | 2a03:2880:f10a:83:face:b00c::25de m.facebook.com 181 | 2a03:2880:f10a:83:face:b00c::25de mtouch.facebook.com 182 | 2a03:2880:f10a:83:face:b00c::25de mqtt.facebook.com 183 | 2a03:2880:f10a:83:face:b00c::25de mqtt-mini.facebook.com 184 | 2a03:2880:f10a:83:face:b00c::25de orcart.facebook.com 185 | 2a03:2880:f10a:83:face:b00c::25de pixel.facebook.com 186 | 2a03:2880:f10a:83:face:b00c::25de scontent.facebook.com 187 | 2a03:2880:f10a:83:face:b00c::25de ssl.facebook.com 188 | 2a03:2880:f10a:83:face:b00c::25de star.facebook.com 189 | 2a03:2880:f10a:83:face:b00c::25de secure.facebook.com 190 | 2a03:2880:f10a:83:face:b00c::25de staticxx.facebook.com 191 | 2a03:2880:f10a:83:face:b00c::25de touch.facebook.com 192 | 2a03:2880:f10a:83:face:b00c::25de upload.facebook.com 193 | 2a03:2880:f10a:83:face:b00c::25de vupload.facebook.com 194 | 2a03:2880:f10a:83:face:b00c::25de vupload2.facebook.com 195 | 2a03:2880:f10a:83:face:b00c::25de api-read.facebook.com 196 | 2a03:2880:f10a:83:face:b00c::25de b-api.facebook.com 197 | 2a03:2880:f10a:83:face:b00c::25de b-graph.facebook.com 198 | 2a03:2880:f10a:83:face:b00c::25de s-static.facebook.com 199 | 2a03:2880:f10a:83:face:b00c::25de zh-cn.facebook.com 200 | 2a03:2880:f10a:83:face:b00c::25de zh-tw.facebook.com 201 | 2a03:2880:f10a:83:face:b00c::25de edge-chat.facebook.com 202 | 2a03:2880:f10a:83:face:b00c::25de 0-edge-chat.facebook.com 203 | 2a03:2880:f10a:83:face:b00c::25de 1-edge-chat.facebook.com 204 | 2a03:2880:f10a:83:face:b00c::25de 2-edge-chat.facebook.com 205 | 2a03:2880:f10a:83:face:b00c::25de 3-edge-chat.facebook.com 206 | 2a03:2880:f10a:83:face:b00c::25de 4-edge-chat.facebook.com 207 | 2a03:2880:f10a:83:face:b00c::25de 5-edge-chat.facebook.com 208 | 2a03:2880:f10a:83:face:b00c::25de 6-edge-chat.facebook.com 209 | 2a03:2880:f10a:83:face:b00c::25de channel-ecmp-05-ash3.facebook.com 210 | 2a03:2880:f10a:83:face:b00c::25de channel-staging-ecmp-05-ash3.facebook.com 211 | 2a03:2880:f10a:83:face:b00c::25de channel-testing-ecmp-05-ash3.facebook.com 212 | 2a03:2880:f10a:83:face:b00c::25de beta-chat-01-05-ash3.facebook.com 213 | 2a03:2880:f10a:83:face:b00c::25de s-static.ak.facebook.com 214 | 2a03:2880:f10a:83:face:b00c::25de star.c10r.facebook.com 215 | 2a03:2880:f10a:83:face:b00c::25de fbcdn.net 216 | 2a03:2880:f10a:83:face:b00c::25de connect.facebook.net 217 | 2a03:2880:f10a:83:face:b00c::25de ent-a.xx.fbcdn.net 218 | 2a03:2880:f10a:83:face:b00c::25de ent-b.xx.fbcdn.net 219 | 2a03:2880:f10a:83:face:b00c::25de ent-c.xx.fbcdn.net 220 | 2a03:2880:f10a:83:face:b00c::25de ent-d.xx.fbcdn.net 221 | 2a03:2880:f10a:83:face:b00c::25de ent-e.xx.fbcdn.net 222 | 2a03:2880:f10a:83:face:b00c::25de scontent.xx.fbcdn.net 223 | 2a03:2880:f10a:83:face:b00c::25de scontent-a.xx.fbcdn.net 224 | 2a03:2880:f10a:83:face:b00c::25de scontent-b.xx.fbcdn.net 225 | 2a03:2880:f10a:83:face:b00c::25de scontent-c.xx.fbcdn.net 226 | 2a03:2880:f10a:83:face:b00c::25de scontent-d.xx.fbcdn.net 227 | 2a03:2880:f10a:83:face:b00c::25de scontent-e.xx.fbcdn.net 228 | 2a03:2880:f10a:83:face:b00c::25de scontent-mxp.xx.fbcdn.net 229 | 2a03:2880:f10a:83:face:b00c::25de scontent-a-lax.xx.fbcdn.net 230 | 2a03:2880:f10a:83:face:b00c::25de scontent-a-sin.xx.fbcdn.net 231 | 2a03:2880:f10a:83:face:b00c::25de scontent-b-lax.xx.fbcdn.net 232 | 2a03:2880:f10a:83:face:b00c::25de scontent-b-sin.xx.fbcdn.net 233 | 2a03:2880:f10a:83:face:b00c::25de static.thefacebook.com 234 | 2a03:2880:f10a:83:face:b00c::25de attachment.fbsbx.com 235 | 2a03:2880:f10a:83:face:b00c::25de messenger.com 236 | 2a03:2880:f10a:83:face:b00c::25de www.messenger.com 237 | 2a03:2880:f10a:83:face:b00c::25de 0-edge-chat.messenger.com 238 | 2a03:2880:f10a:83:face:b00c::25de 1-edge-chat.messenger.com 239 | 2a03:2880:f10a:83:face:b00c::25de 2-edge-chat.messenger.com 240 | 2a03:2880:f10a:83:face:b00c::25de 3-edge-chat.messenger.com 241 | 2a03:2880:f10a:83:face:b00c::25de 4-edge-chat.messenger.com 242 | 2a03:2880:f10a:83:face:b00c::25de 5-edge-chat.messenger.com 243 | 2a03:2880:f10a:83:face:b00c::25de 6-edge-chat.messenger.com 244 | 2a03:2880:f10a:81:face:b00c::e17 snaptu-z.facebook.com 245 | 2a03:2880:f10a:81:face:b00c::e17 snaptu-p1.facebook.com 246 | 2a03:2880:f10a:81:face:b00c::e17 snaptu-p2.facebook.com 247 | 2a03:2880:f00a:5:face:b00c::8e edge-mqtt.facebook.com 248 | 2a03:2880:f00a:e:face:b00c::3 static.xx.fbcdn.net 249 | 2a03:2880:f00a:e:face:b00c::3 scontent-lax3-1.xx.fbcdn.net 250 | 2a03:2880:f00a:e:face:b00c::3 scontent-lax3-2.xx.fbcdn.net 251 | 2a03:2880:f00a:e:face:b00c::3 scontent-lax3-3.xx.fbcdn.net 252 | 2a03:2880:f00a:e:face:b00c::3 scontent-lax3-4.xx.fbcdn.net 253 | 2a03:2880:f00a:e:face:b00c::3 scontent-hkg3-1.xx.fbcdn.net 254 | 2a03:2880:f00a:e:face:b00c::3 scontent-hkg3-2.xx.fbcdn.net 255 | 2a03:2880:f00a:e:face:b00c::3 scontent-hkg3-3.xx.fbcdn.net 256 | 2a03:2880:f00a:e:face:b00c::3 z-1-scontent.xx.fbcdn.net 257 | 2a03:2880:f00a:e:face:b00c::3 video-lax3-1.xx.fbcdn.net 258 | 2a03:2880:f00a:e:face:b00c::3 video-lax3-2.xx.fbcdn.net 259 | 2a03:2880:f00a:e:face:b00c::3 video-lax3-3.xx.fbcdn.net 260 | 2a03:2880:f00a:e:face:b00c::3 video-lax3-4.xx.fbcdn.net 261 | 2a03:2880:f00a:e:face:b00c::3 video-mrs1-1.xx.fbcdn.net 262 | 2a03:2880:f00a:e:face:b00c::3 video-mrs1-2.xx.fbcdn.net 263 | 2a03:2880:f00a:e:face:b00c::3 video-mrs1-3.xx.fbcdn.net 264 | 2a03:2880:f00a:e:face:b00c::3 video-mrs1-4.xx.fbcdn.net 265 | 2a03:2880:f00a:e:face:b00c::3 video-hkg3-1.xx.fbcdn.net 266 | 2a03:2880:f00a:e:face:b00c::3 video-sit4-1.xx.fbcdn.net 267 | 2a03:2880:f00a:e:face:b00c::3 external.xx.fbcdn.net 268 | 2a03:2880:f00a:13:face:b00c::1823 video.xx.fbcdn.net 269 | # Facebook End 270 | 271 | # Gmail Start 272 | 2a00:1450:4011:804::1016 gmail.com 273 | 2a00:1450:4011:805::1016 www.gmail.com 274 | 2a00:1450:4011:805::1016 googlemail.l.google.com 275 | 2a00:1450:4011:804::101d mail-settings.google.com 276 | 2a00:1450:4011:804::1015 m.gmail.com 277 | 2a00:1450:4011:805::1015 m.googlemail.com 278 | 2a00:1450:4010:c0e::64 gmail.google.com 279 | 2a00:1450:4010:c0b::64 mail.google.com 280 | 2a00:1450:4011:808::1015 inbox.google.com 281 | 2a00:1450:4011:805::101d chatenabled.mail.google.com 282 | 2a00:1450:4011:808::101d filetransferenabled.mail.google.com 283 | 2a00:1450:4011:809::101d isolated.mail.google.com 284 | # Gmail End 285 | 286 | # Google Apis Start 287 | 2a00:1450:4010:c01::5f www.googleapis.com 288 | 2a00:1450:4010:c02::5f ajax.googleapis.com 289 | 2a00:1450:4010:c03::5f fonts.googleapis.com 290 | 2a00:1450:4010:c05::5f googleapis.com 291 | 2a00:1450:4010:c05::5f android.googleapis.com 292 | 2a00:1450:4010:c05::5f appinvite-pa.googleapis.com 293 | 2a00:1450:4010:c05::5f appinvite-ipv4-pa.googleapis.com 294 | 2a00:1450:4010:c05::5f redirector-bigcache.googleapis.com 295 | 2a00:1450:4010:c05::5f bigcache.googleapis.com 296 | 2a00:1450:4010:c05::5f ct.googleapis.com 297 | 2a00:1450:4010:c05::5f chart.googleapis.com 298 | 2a00:1450:4010:c05::5f chart.apis.google.com 299 | 2a00:1450:4010:c05::5f content.googleapis.com 300 | 2a00:1450:4010:c05::5f datasaver.googleapis.com 301 | 2a00:1450:4010:c05::5f device-provisioning.googleapis.com 302 | 2a00:1450:4010:c05::5f youtube.googleapis.com 303 | 2a00:1450:4010:c05::5f youtubei.googleapis.com 304 | 2a00:1450:4010:c05::5f appengine.clients6.google.com 305 | 2a00:1450:4010:c05::5f bigtableadmin.clients6.google.com 306 | 2a00:1450:4010:c05::5f clouddebugger.clients6.google.com 307 | 2a00:1450:4010:c05::5f cloudconfig.clients6.google.com 308 | 2a00:1450:4010:c05::5f cloudpersonalization-pa.clients6.google.com 309 | 2a00:1450:4010:c05::5f cloudsupport.clients6.google.com 310 | 2a00:1450:4010:c05::5f cloudusersettings-pa.clients6.google.com 311 | 2a00:1450:4010:c05::5f dataflow.clients6.google.com 312 | 2a00:1450:4010:c05::5f datahub.clients6.google.com 313 | 2a00:1450:4010:c05::5f firebasestorage.googleapis.com 314 | 2a00:1450:4010:c05::5f firebasedurablelinks-pa.clients6.google.com 315 | 2a00:1450:4010:c05::5f firebaserules.clients6.google.com 316 | 2a00:1450:4010:c05::5f firebasestorage.clients6.google.com 317 | 2a00:1450:4010:c05::5f gcmcontextualcampaign-pa.clients6.google.com 318 | 2a00:1450:4010:c05::5f growth-pa.googleapis.com 319 | 2a00:1450:4010:c05::5f instantmessaging-pa.googleapis.com 320 | 2a00:1450:4010:c05::5f khms0.googleapis.com 321 | 2a00:1450:4010:c05::5f khms1.googleapis.com 322 | 2a00:1450:4010:c05::5f logging.clients6.google.com 323 | 2a00:1450:4010:c05::5f maps.googleapis.com 324 | 2a00:1450:4010:c05::5f memcache.clients6.google.com 325 | 2a00:1450:4010:c05::5f ml.clients6.google.com 326 | 2a00:1450:4010:c05::5f mts0.googleapis.com 327 | 2a00:1450:4010:c05::5f mts1.googleapis.com 328 | 2a00:1450:4010:c05::5f mts2.googleapis.com 329 | 2a00:1450:4010:c05::5f mts3.googleapis.com 330 | 2a00:1450:4010:c05::5f mobilecrashreporting.clients6.google.com 331 | 2a00:1450:4010:c05::5f mobilesdk-pa.clients6.google.com 332 | 2a00:1450:4010:c05::5f opensourceprojects-pa.googleapis.com 333 | 2a00:1450:4010:c05::5f photos.googleapis.com 334 | 2a00:1450:4010:c05::5f plus.googleapis.com 335 | 2a00:1450:4010:c05::5f reminders-pa.clients6.google.com 336 | 2a00:1450:4010:c05::5f securetoken.googleapis.com 337 | 2a00:1450:4010:c05::5f remoting-pa.googleapis.com 338 | 2a00:1450:4010:c05::5f personalsafety-pa.googleapis.com 339 | 2a00:1450:4010:c05::5f clientmetrics-pa.googleapis.com 340 | 2a00:1450:4010:c05::5f music-pa.clients6.google.com 341 | 2a00:1450:4010:c06::5f 31061001.googleapis.com 342 | 2a00:1450:4010:c06::5f 26644787.googleapis.com 343 | # Google Apis End 344 | 345 | # Modified Hosts End 346 | -------------------------------------------------------------------------------- /hosts-files/hosts-compact: -------------------------------------------------------------------------------- 1 | # Copyright (c) 2017-2018, googlehosts members. 2 | # https://github.com/googlehosts/hosts 3 | # Last updated: 2018-12-05 4 | 5 | # This work is licensed under a modified HOSTS License. 6 | # https://github.com/googlehosts/hosts/raw/master/LICENSE 7 | 8 | # Modified Hosts Start 9 | 10 | ::1 localhost ip6-localhost ip6-loopback 11 | 2607:fcd0:100:1935::19fe:bd14 204-44-101-36.googlehosts.org tg-1.googlehosts.org 12 | 2602:fe90:1:1::8f2a:341f 185-200-34-198.googlehosts.org 185-200-34-209.googlehosts.org tg-2.googlehosts.org tg-4.googlehosts.org 13 | 2402:9e80:0:1000::1:d3b6 45-124-64-82.googlehosts.org tg-6.googlehosts.org 14 | 2400:84c0:2102:0003:0000:0000:1aec:701d 172-86-72-19.googlehosts.org tg-7.googlehosts.org 15 | 2a06:8ec0:3::1:59cb 185-122-58-249.googlehosts.org tg-8.googlehosts.org 16 | 2a06:82c2:0:1272::1 103-105-48-234.googlehosts.org tg-9.googlehosts.org 17 | 2607:fcd0:100:1926::8152:9bab 23-226-136-24.googlehosts.org ss-1.googlehosts.org 18 | 2607:fcd0:100:e50f::8706:7e6 107-150-12-229.googlehosts.org 19 | 2607:fcd0:100:1928::1c21:2b4d 104-129-16-244.googlehosts.org 20 | 2607:fcd0:100:1926::c28d:6e0d 23-226-136-132.googlehosts.org 21 | 2607:fcd0:100:e50f::651c:85c 104-223-60-17.googlehosts.org ss-2.googlehosts.org 22 | 2607:fcd0:100:e50f::fe23:8346 66-154-108-62.googlehosts.org 23 | 2607:fcd0:100:1926::f69e:8063 23-226-136-216.googlehosts.org ss-3.googlehosts.org 24 | 2607:fcd0:100:1912::d8cb:1617 155-94-137-77.googlehosts.org 25 | 2a00:b700::2:36a 185-22-152-42.googlehosts.org 26 | 2a02:26f0:e8::6856:6e4b static.ak.instagram.com 27 | 2a02:26f0:e8::6856:6ec3 images.ak.instagram.com 28 | 2a02:26f0:a1:2a2::1931 s.pinimg.com 29 | 2a04:4e42:4::84 i.pinimg.com 30 | 2a02:26f0:7b:383::1931 s-media-cache-ak0.pinimg.com 31 | 2a02:26f0:7b:39b::1931 passets-cdn.pinterest.com 32 | 2a00:1450:4010:c09::64 a.android.com b.android.com m.android.com connectivitycheck.android.com d.android.com dev.android.com market.android.com r.android.com 33 | 2a00:1450:4010:c03::68 android.com 34 | 2a00:1450:4010:c03::6a developer.android.com 35 | 2400:cb00:2048:1::6813:843a www.apkmirror.com 36 | 2a00:1450:4001:816::2011 www.appspot.com appspot.com events.withgoogle.com summerofcode.withgoogle.com foobar.withgoogle.com interstellar.withgoogle.com edudirectory.withgoogle.com atmosphere.withgoogle.com accelerate.withgoogle.com insgruene.withgoogle.com atmospheretokyo.withgoogle.com connectedclassrooms.withgoogle.com smartypins.withgoogle.com streetart.withgoogle.com cardboard.withgoogle.com kickwithchrome.withgoogle.com candidatos.withgoogle.com trendstw.withgoogle.com impactchallenge.withgoogle.com eduproducts.withgoogle.com onetoday.google.com withgoogle.com www.withgoogle.com cloudnext.withgoogle.com edutrainingcenter.withgoogle.com earthview.withgoogle.com lightsaber.withgoogle.com britishmuseum.withgoogle.com beyondthemap.withgoogle.com analyticsacademy.withgoogle.com spellup.withgoogle.com 37 | 2607:f8b0:400d:c0f::99 author-dot-betaspike.appspot.com jmoore-dot-android-experiments.appspot.com mission-author-dot-betaspike.appspot.com drivenotepad.appspot.com virustotalcloud.appspot.com joinjoaomgcd.appspot.com m-dot-betaspike.appspot.com download-chromium.appspot.com google-developers.appspot.com chrometophone.appspot.com chrome-devtools-frontend.appspot.com apis-explorer.appspot.com betaspike.appspot.com hstspreload.appspot.com lfe-alpo-gm.appspot.com 38 | 2404:6800:4005:800::200e embed.culturalspot.org 39 | 2620:100:6020:2::a27d:4002 db.tt log.getdropbox.com 40 | 2620:100:6020:1::a27d:4001 www.dropbox.com www.dualstack.dropbox-dns.com 41 | 2620:100:6020:7::a27d:4007 api.dropbox.com api.dualstack.dropbox-dns.com api.dropboxapi.com 42 | 2620:100:6020:8::a27d:4008 api-content.dropbox.com 43 | 2620:100:6020:5::a27d:4005 api-content-photos.dropbox.com 44 | 2600:9000:2020:a400:d:7bbe:2740:93a1 blogs.dropbox.com 45 | 2620:100:6020:3::a27d:4003 client.dropbox.com client-cf.dropbox.com 46 | 2620:100:6020:4::a27d:4004 client-lb.dropbox.com client-web.dropbox.com 47 | 2620:100:6020:6::a27d:4006 dl.dropbox.com dl-web.dropbox.com 48 | 2620:100:6032:6::a27d:5206 dl-doc.dropbox.com dl.dropboxusercontent.com 49 | 2620:100:6032:2::a27d:5202 m.dropbox.com 50 | 2620:100:6032:1::a27d:5201 photos.dropbox.com 51 | 2620:100:6032:5::a27d:5205 photos-1.dropbox.com photos-2.dropbox.com photos-3.dropbox.com photos-4.dropbox.com photos-5.dropbox.com photos-6.dropbox.com photos-thumb.dropbox.com 52 | 2400:cb00:2048:1::6810:631d cfl.dropboxstatic.com 53 | 2400:cb00:2048:1::6810:acbd discord.media 54 | 2a03:2880:f10a:83:face:b00c::25de www.facebook.com fb.me facebook.com api.facebook.com apps.facebook.com attachments.facebook.com business.facebook.com bigzipfiles.facebook.com code.facebook.com check4.facebook.com check6.facebook.com connect.facebook.com d.facebook.com developers.facebook.com graph.facebook.com l.facebook.com login.facebook.com m.facebook.com mtouch.facebook.com mqtt.facebook.com mqtt-mini.facebook.com orcart.facebook.com pixel.facebook.com scontent.facebook.com ssl.facebook.com star.facebook.com secure.facebook.com staticxx.facebook.com touch.facebook.com upload.facebook.com vupload.facebook.com vupload2.facebook.com api-read.facebook.com b-api.facebook.com b-graph.facebook.com s-static.facebook.com zh-cn.facebook.com zh-tw.facebook.com edge-chat.facebook.com 0-edge-chat.facebook.com 1-edge-chat.facebook.com 2-edge-chat.facebook.com 3-edge-chat.facebook.com 4-edge-chat.facebook.com 5-edge-chat.facebook.com 6-edge-chat.facebook.com channel-ecmp-05-ash3.facebook.com channel-staging-ecmp-05-ash3.facebook.com channel-testing-ecmp-05-ash3.facebook.com beta-chat-01-05-ash3.facebook.com s-static.ak.facebook.com star.c10r.facebook.com fbcdn.net connect.facebook.net ent-a.xx.fbcdn.net ent-b.xx.fbcdn.net ent-c.xx.fbcdn.net ent-d.xx.fbcdn.net ent-e.xx.fbcdn.net scontent.xx.fbcdn.net scontent-a.xx.fbcdn.net scontent-b.xx.fbcdn.net scontent-c.xx.fbcdn.net scontent-d.xx.fbcdn.net scontent-e.xx.fbcdn.net scontent-mxp.xx.fbcdn.net scontent-a-lax.xx.fbcdn.net scontent-a-sin.xx.fbcdn.net scontent-b-lax.xx.fbcdn.net scontent-b-sin.xx.fbcdn.net static.thefacebook.com attachment.fbsbx.com messenger.com www.messenger.com 0-edge-chat.messenger.com 1-edge-chat.messenger.com 2-edge-chat.messenger.com 3-edge-chat.messenger.com 4-edge-chat.messenger.com 5-edge-chat.messenger.com 6-edge-chat.messenger.com 55 | 2a03:2880:f10a:81:face:b00c::e17 snaptu-z.facebook.com snaptu-p1.facebook.com snaptu-p2.facebook.com 56 | 2a03:2880:f00a:5:face:b00c::8e edge-mqtt.facebook.com 57 | 2a03:2880:f00a:e:face:b00c::3 static.xx.fbcdn.net scontent-lax3-1.xx.fbcdn.net scontent-lax3-2.xx.fbcdn.net scontent-lax3-3.xx.fbcdn.net scontent-lax3-4.xx.fbcdn.net scontent-hkg3-1.xx.fbcdn.net scontent-hkg3-2.xx.fbcdn.net scontent-hkg3-3.xx.fbcdn.net z-1-scontent.xx.fbcdn.net video-lax3-1.xx.fbcdn.net video-lax3-2.xx.fbcdn.net video-lax3-3.xx.fbcdn.net video-lax3-4.xx.fbcdn.net video-mrs1-1.xx.fbcdn.net video-mrs1-2.xx.fbcdn.net video-mrs1-3.xx.fbcdn.net video-mrs1-4.xx.fbcdn.net video-hkg3-1.xx.fbcdn.net video-sit4-1.xx.fbcdn.net external.xx.fbcdn.net 58 | 2a03:2880:f00a:13:face:b00c::1823 video.xx.fbcdn.net 59 | 2a00:1450:4011:804::1016 gmail.com 60 | 2a00:1450:4011:805::1016 www.gmail.com googlemail.l.google.com 61 | 2a00:1450:4011:804::101d mail-settings.google.com 62 | 2a00:1450:4011:804::1015 m.gmail.com 63 | 2a00:1450:4011:805::1015 m.googlemail.com 64 | 2a00:1450:4010:c0e::64 gmail.google.com 65 | 2a00:1450:4010:c0b::64 mail.google.com 66 | 2a00:1450:4011:808::1015 inbox.google.com 67 | 2a00:1450:4011:805::101d chatenabled.mail.google.com 68 | 2a00:1450:4011:808::101d filetransferenabled.mail.google.com 69 | 2a00:1450:4011:809::101d isolated.mail.google.com 70 | 2a00:1450:4010:c01::5f www.googleapis.com 71 | 2a00:1450:4010:c02::5f ajax.googleapis.com 72 | 2a00:1450:4010:c03::5f fonts.googleapis.com 73 | 2a00:1450:4010:c05::5f googleapis.com android.googleapis.com appinvite-pa.googleapis.com appinvite-ipv4-pa.googleapis.com redirector-bigcache.googleapis.com bigcache.googleapis.com ct.googleapis.com chart.googleapis.com chart.apis.google.com content.googleapis.com datasaver.googleapis.com device-provisioning.googleapis.com youtube.googleapis.com youtubei.googleapis.com appengine.clients6.google.com bigtableadmin.clients6.google.com clouddebugger.clients6.google.com cloudconfig.clients6.google.com cloudpersonalization-pa.clients6.google.com cloudsupport.clients6.google.com cloudusersettings-pa.clients6.google.com dataflow.clients6.google.com datahub.clients6.google.com firebasestorage.googleapis.com firebasedurablelinks-pa.clients6.google.com firebaserules.clients6.google.com firebasestorage.clients6.google.com gcmcontextualcampaign-pa.clients6.google.com growth-pa.googleapis.com instantmessaging-pa.googleapis.com khms0.googleapis.com khms1.googleapis.com logging.clients6.google.com maps.googleapis.com memcache.clients6.google.com ml.clients6.google.com mts0.googleapis.com mts1.googleapis.com mts2.googleapis.com mts3.googleapis.com mobilecrashreporting.clients6.google.com mobilesdk-pa.clients6.google.com opensourceprojects-pa.googleapis.com photos.googleapis.com plus.googleapis.com reminders-pa.clients6.google.com securetoken.googleapis.com remoting-pa.googleapis.com personalsafety-pa.googleapis.com clientmetrics-pa.googleapis.com music-pa.clients6.google.com 74 | 2a00:1450:4010:c06::5f 31061001.googleapis.com 26644787.googleapis.com 75 | 76 | # Modified Hosts End 77 | -------------------------------------------------------------------------------- /hosts-files/hosts.rsc: -------------------------------------------------------------------------------- 1 | /ip dns static 2 | 3 | # Copyright (c) 2017-2018, googlehosts members. 4 | # https://github.com/googlehosts/hosts 5 | # Last updated: 2018-12-05 6 | 7 | # This work is licensed under a modified HOSTS License. 8 | # https://github.com/googlehosts/hosts/raw/master/LICENSE 9 | 10 | # Modified Hosts Start 11 | 12 | # Localhost (DO NOT REMOVE) Start 13 | add address=::1 name=localhost 14 | add address=::1 name=ip6-localhost 15 | add address=::1 name=ip6-loopback 16 | # Localhost (DO NOT REMOVE) End 17 | 18 | # GoogleHosts Start 19 | add address=2607:fcd0:100:1935::19fe:bd14 name=204-44-101-36.googlehosts.org 20 | add address=2607:fcd0:100:1935::19fe:bd14 name=tg-1.googlehosts.org 21 | add address=2602:fe90:1:1::8f2a:341f name=185-200-34-198.googlehosts.org 22 | add address=2602:fe90:1:1::8f2a:341f name=185-200-34-209.googlehosts.org 23 | add address=2602:fe90:1:1::8f2a:341f name=tg-2.googlehosts.org 24 | add address=2602:fe90:1:1::8f2a:341f name=tg-4.googlehosts.org 25 | add address=2402:9e80:0:1000::1:d3b6 name=45-124-64-82.googlehosts.org 26 | add address=2402:9e80:0:1000::1:d3b6 name=tg-6.googlehosts.org 27 | add address=2400:84c0:2102:0003:0000:0000:1aec:701d name=172-86-72-19.googlehosts.org 28 | add address=2400:84c0:2102:0003:0000:0000:1aec:701d name=tg-7.googlehosts.org 29 | add address=2a06:8ec0:3::1:59cb name=185-122-58-249.googlehosts.org 30 | add address=2a06:8ec0:3::1:59cb name=tg-8.googlehosts.org 31 | add address=2a06:82c2:0:1272::1 name=103-105-48-234.googlehosts.org 32 | add address=2a06:82c2:0:1272::1 name=tg-9.googlehosts.org 33 | add address=2607:fcd0:100:1926::8152:9bab name=23-226-136-24.googlehosts.org 34 | add address=2607:fcd0:100:1926::8152:9bab name=ss-1.googlehosts.org 35 | add address=2607:fcd0:100:e50f::8706:7e6 name=107-150-12-229.googlehosts.org 36 | add address=2607:fcd0:100:1928::1c21:2b4d name=104-129-16-244.googlehosts.org 37 | add address=2607:fcd0:100:1926::c28d:6e0d name=23-226-136-132.googlehosts.org 38 | add address=2607:fcd0:100:e50f::651c:85c name=104-223-60-17.googlehosts.org 39 | add address=2607:fcd0:100:e50f::651c:85c name=ss-2.googlehosts.org 40 | add address=2607:fcd0:100:e50f::fe23:8346 name=66-154-108-62.googlehosts.org 41 | add address=2607:fcd0:100:1926::f69e:8063 name=23-226-136-216.googlehosts.org 42 | add address=2607:fcd0:100:1926::f69e:8063 name=ss-3.googlehosts.org 43 | add address=2607:fcd0:100:1912::d8cb:1617 name=155-94-137-77.googlehosts.org 44 | add address=2a00:b700::2:36a name=185-22-152-42.googlehosts.org 45 | # GoogleHosts End 46 | 47 | # Akamai Start 48 | add address=2a02:26f0:e8::6856:6e4b name=static.ak.instagram.com 49 | add address=2a02:26f0:e8::6856:6ec3 name=images.ak.instagram.com 50 | add address=2a02:26f0:a1:2a2::1931 name=s.pinimg.com 51 | add address=2a04:4e42:4::84 name=i.pinimg.com 52 | add address=2a02:26f0:7b:383::1931 name=s-media-cache-ak0.pinimg.com 53 | add address=2a02:26f0:7b:39b::1931 name=passets-cdn.pinterest.com 54 | # Akamai End 55 | 56 | # Android Start 57 | add address=2a00:1450:4010:c09::64 name=a.android.com 58 | add address=2a00:1450:4010:c09::64 name=b.android.com 59 | add address=2a00:1450:4010:c09::64 name=m.android.com 60 | add address=2a00:1450:4010:c09::64 name=connectivitycheck.android.com 61 | add address=2a00:1450:4010:c09::64 name=d.android.com 62 | add address=2a00:1450:4010:c09::64 name=dev.android.com 63 | add address=2a00:1450:4010:c09::64 name=market.android.com 64 | add address=2a00:1450:4010:c09::64 name=r.android.com 65 | add address=2a00:1450:4010:c03::68 name=android.com 66 | add address=2a00:1450:4010:c03::6a name=developer.android.com 67 | # Android End 68 | 69 | # Apkmirror Start 70 | add address=2400:cb00:2048:1::6813:843a name=www.apkmirror.com 71 | # Apkmirror End 72 | 73 | # Appspot Start 74 | add address=2a00:1450:4001:816::2011 name=www.appspot.com 75 | add address=2a00:1450:4001:816::2011 name=appspot.com 76 | add address=2a00:1450:4001:816::2011 name=events.withgoogle.com 77 | add address=2a00:1450:4001:816::2011 name=summerofcode.withgoogle.com 78 | add address=2a00:1450:4001:816::2011 name=foobar.withgoogle.com 79 | add address=2a00:1450:4001:816::2011 name=interstellar.withgoogle.com 80 | add address=2a00:1450:4001:816::2011 name=edudirectory.withgoogle.com 81 | add address=2a00:1450:4001:816::2011 name=atmosphere.withgoogle.com 82 | add address=2a00:1450:4001:816::2011 name=accelerate.withgoogle.com 83 | add address=2a00:1450:4001:816::2011 name=insgruene.withgoogle.com 84 | add address=2a00:1450:4001:816::2011 name=atmospheretokyo.withgoogle.com 85 | add address=2a00:1450:4001:816::2011 name=connectedclassrooms.withgoogle.com 86 | add address=2a00:1450:4001:816::2011 name=smartypins.withgoogle.com 87 | add address=2a00:1450:4001:816::2011 name=streetart.withgoogle.com 88 | add address=2a00:1450:4001:816::2011 name=cardboard.withgoogle.com 89 | add address=2a00:1450:4001:816::2011 name=kickwithchrome.withgoogle.com 90 | add address=2a00:1450:4001:816::2011 name=candidatos.withgoogle.com 91 | add address=2a00:1450:4001:816::2011 name=trendstw.withgoogle.com 92 | add address=2a00:1450:4001:816::2011 name=impactchallenge.withgoogle.com 93 | add address=2a00:1450:4001:816::2011 name=eduproducts.withgoogle.com 94 | add address=2a00:1450:4001:816::2011 name=onetoday.google.com 95 | add address=2a00:1450:4001:816::2011 name=withgoogle.com 96 | add address=2a00:1450:4001:816::2011 name=www.withgoogle.com 97 | add address=2a00:1450:4001:816::2011 name=cloudnext.withgoogle.com 98 | add address=2a00:1450:4001:816::2011 name=edutrainingcenter.withgoogle.com 99 | add address=2a00:1450:4001:816::2011 name=earthview.withgoogle.com 100 | add address=2a00:1450:4001:816::2011 name=lightsaber.withgoogle.com 101 | add address=2a00:1450:4001:816::2011 name=britishmuseum.withgoogle.com 102 | add address=2a00:1450:4001:816::2011 name=beyondthemap.withgoogle.com 103 | add address=2a00:1450:4001:816::2011 name=analyticsacademy.withgoogle.com 104 | add address=2a00:1450:4001:816::2011 name=spellup.withgoogle.com 105 | # Appspot End 106 | 107 | # Appspotpreview Start 108 | add address=2607:f8b0:400d:c0f::99 name=author-dot-betaspike.appspot.com 109 | add address=2607:f8b0:400d:c0f::99 name=jmoore-dot-android-experiments.appspot.com 110 | add address=2607:f8b0:400d:c0f::99 name=mission-author-dot-betaspike.appspot.com 111 | add address=2607:f8b0:400d:c0f::99 name=drivenotepad.appspot.com 112 | add address=2607:f8b0:400d:c0f::99 name=virustotalcloud.appspot.com 113 | add address=2607:f8b0:400d:c0f::99 name=joinjoaomgcd.appspot.com 114 | add address=2607:f8b0:400d:c0f::99 name=m-dot-betaspike.appspot.com 115 | add address=2607:f8b0:400d:c0f::99 name=download-chromium.appspot.com 116 | add address=2607:f8b0:400d:c0f::99 name=google-developers.appspot.com 117 | add address=2607:f8b0:400d:c0f::99 name=chrometophone.appspot.com 118 | add address=2607:f8b0:400d:c0f::99 name=chrome-devtools-frontend.appspot.com 119 | add address=2607:f8b0:400d:c0f::99 name=apis-explorer.appspot.com 120 | add address=2607:f8b0:400d:c0f::99 name=betaspike.appspot.com 121 | add address=2607:f8b0:400d:c0f::99 name=hstspreload.appspot.com 122 | add address=2607:f8b0:400d:c0f::99 name=lfe-alpo-gm.appspot.com 123 | # Appspotpreview End 124 | 125 | # Culturalspot Start 126 | add address=2404:6800:4005:800::200e name=embed.culturalspot.org 127 | # Culturalspot End 128 | 129 | # Dropbox Start 130 | add address=2620:100:6020:2::a27d:4002 name=db.tt 131 | add address=2620:100:6020:1::a27d:4001 name=www.dropbox.com 132 | add address=2620:100:6020:1::a27d:4001 name=www.dualstack.dropbox-dns.com 133 | add address=2620:100:6020:7::a27d:4007 name=api.dropbox.com 134 | add address=2620:100:6020:7::a27d:4007 name=api.dualstack.dropbox-dns.com 135 | add address=2620:100:6020:7::a27d:4007 name=api.dropboxapi.com 136 | add address=2620:100:6020:8::a27d:4008 name=api-content.dropbox.com 137 | add address=2620:100:6020:5::a27d:4005 name=api-content-photos.dropbox.com 138 | add address=2600:9000:2020:a400:d:7bbe:2740:93a1 name=blogs.dropbox.com 139 | add address=2620:100:6020:3::a27d:4003 name=client.dropbox.com 140 | add address=2620:100:6020:3::a27d:4003 name=client-cf.dropbox.com 141 | add address=2620:100:6020:4::a27d:4004 name=client-lb.dropbox.com 142 | add address=2620:100:6020:4::a27d:4004 name=client-web.dropbox.com 143 | add address=2620:100:6020:6::a27d:4006 name=dl.dropbox.com 144 | add address=2620:100:6020:6::a27d:4006 name=dl-web.dropbox.com 145 | add address=2620:100:6032:6::a27d:5206 name=dl-doc.dropbox.com 146 | add address=2620:100:6032:2::a27d:5202 name=m.dropbox.com 147 | add address=2620:100:6032:1::a27d:5201 name=photos.dropbox.com 148 | add address=2620:100:6032:5::a27d:5205 name=photos-1.dropbox.com 149 | add address=2620:100:6032:5::a27d:5205 name=photos-2.dropbox.com 150 | add address=2620:100:6032:5::a27d:5205 name=photos-3.dropbox.com 151 | add address=2620:100:6032:5::a27d:5205 name=photos-4.dropbox.com 152 | add address=2620:100:6032:5::a27d:5205 name=photos-5.dropbox.com 153 | add address=2620:100:6032:5::a27d:5205 name=photos-6.dropbox.com 154 | add address=2620:100:6032:5::a27d:5205 name=photos-thumb.dropbox.com 155 | add address=2620:100:6032:6::a27d:5206 name=dl.dropboxusercontent.com 156 | add address=2400:cb00:2048:1::6810:631d name=cfl.dropboxstatic.com 157 | add address=2620:100:6020:2::a27d:4002 name=log.getdropbox.com 158 | # Dropbox End 159 | 160 | # Discord Start 161 | add address=2400:cb00:2048:1::6810:acbd name=discord.media 162 | # Discord End 163 | 164 | # Facebook Start 165 | add address=2a03:2880:f10a:83:face:b00c::25de name=www.facebook.com 166 | add address=2a03:2880:f10a:83:face:b00c::25de name=fb.me 167 | add address=2a03:2880:f10a:83:face:b00c::25de name=facebook.com 168 | add address=2a03:2880:f10a:83:face:b00c::25de name=api.facebook.com 169 | add address=2a03:2880:f10a:83:face:b00c::25de name=apps.facebook.com 170 | add address=2a03:2880:f10a:83:face:b00c::25de name=attachments.facebook.com 171 | add address=2a03:2880:f10a:83:face:b00c::25de name=business.facebook.com 172 | add address=2a03:2880:f10a:83:face:b00c::25de name=bigzipfiles.facebook.com 173 | add address=2a03:2880:f10a:83:face:b00c::25de name=code.facebook.com 174 | add address=2a03:2880:f10a:83:face:b00c::25de name=check4.facebook.com 175 | add address=2a03:2880:f10a:83:face:b00c::25de name=check6.facebook.com 176 | add address=2a03:2880:f10a:83:face:b00c::25de name=connect.facebook.com 177 | add address=2a03:2880:f10a:83:face:b00c::25de name=d.facebook.com 178 | add address=2a03:2880:f10a:83:face:b00c::25de name=developers.facebook.com 179 | add address=2a03:2880:f10a:83:face:b00c::25de name=graph.facebook.com 180 | add address=2a03:2880:f10a:83:face:b00c::25de name=l.facebook.com 181 | add address=2a03:2880:f10a:83:face:b00c::25de name=login.facebook.com 182 | add address=2a03:2880:f10a:83:face:b00c::25de name=m.facebook.com 183 | add address=2a03:2880:f10a:83:face:b00c::25de name=mtouch.facebook.com 184 | add address=2a03:2880:f10a:83:face:b00c::25de name=mqtt.facebook.com 185 | add address=2a03:2880:f10a:83:face:b00c::25de name=mqtt-mini.facebook.com 186 | add address=2a03:2880:f10a:83:face:b00c::25de name=orcart.facebook.com 187 | add address=2a03:2880:f10a:83:face:b00c::25de name=pixel.facebook.com 188 | add address=2a03:2880:f10a:83:face:b00c::25de name=scontent.facebook.com 189 | add address=2a03:2880:f10a:83:face:b00c::25de name=ssl.facebook.com 190 | add address=2a03:2880:f10a:83:face:b00c::25de name=star.facebook.com 191 | add address=2a03:2880:f10a:83:face:b00c::25de name=secure.facebook.com 192 | add address=2a03:2880:f10a:83:face:b00c::25de name=staticxx.facebook.com 193 | add address=2a03:2880:f10a:83:face:b00c::25de name=touch.facebook.com 194 | add address=2a03:2880:f10a:83:face:b00c::25de name=upload.facebook.com 195 | add address=2a03:2880:f10a:83:face:b00c::25de name=vupload.facebook.com 196 | add address=2a03:2880:f10a:83:face:b00c::25de name=vupload2.facebook.com 197 | add address=2a03:2880:f10a:83:face:b00c::25de name=api-read.facebook.com 198 | add address=2a03:2880:f10a:83:face:b00c::25de name=b-api.facebook.com 199 | add address=2a03:2880:f10a:83:face:b00c::25de name=b-graph.facebook.com 200 | add address=2a03:2880:f10a:83:face:b00c::25de name=s-static.facebook.com 201 | add address=2a03:2880:f10a:83:face:b00c::25de name=zh-cn.facebook.com 202 | add address=2a03:2880:f10a:83:face:b00c::25de name=zh-tw.facebook.com 203 | add address=2a03:2880:f10a:83:face:b00c::25de name=edge-chat.facebook.com 204 | add address=2a03:2880:f10a:83:face:b00c::25de name=0-edge-chat.facebook.com 205 | add address=2a03:2880:f10a:83:face:b00c::25de name=1-edge-chat.facebook.com 206 | add address=2a03:2880:f10a:83:face:b00c::25de name=2-edge-chat.facebook.com 207 | add address=2a03:2880:f10a:83:face:b00c::25de name=3-edge-chat.facebook.com 208 | add address=2a03:2880:f10a:83:face:b00c::25de name=4-edge-chat.facebook.com 209 | add address=2a03:2880:f10a:83:face:b00c::25de name=5-edge-chat.facebook.com 210 | add address=2a03:2880:f10a:83:face:b00c::25de name=6-edge-chat.facebook.com 211 | add address=2a03:2880:f10a:83:face:b00c::25de name=channel-ecmp-05-ash3.facebook.com 212 | add address=2a03:2880:f10a:83:face:b00c::25de name=channel-staging-ecmp-05-ash3.facebook.com 213 | add address=2a03:2880:f10a:83:face:b00c::25de name=channel-testing-ecmp-05-ash3.facebook.com 214 | add address=2a03:2880:f10a:83:face:b00c::25de name=beta-chat-01-05-ash3.facebook.com 215 | add address=2a03:2880:f10a:83:face:b00c::25de name=s-static.ak.facebook.com 216 | add address=2a03:2880:f10a:83:face:b00c::25de name=star.c10r.facebook.com 217 | add address=2a03:2880:f10a:83:face:b00c::25de name=fbcdn.net 218 | add address=2a03:2880:f10a:83:face:b00c::25de name=connect.facebook.net 219 | add address=2a03:2880:f10a:83:face:b00c::25de name=ent-a.xx.fbcdn.net 220 | add address=2a03:2880:f10a:83:face:b00c::25de name=ent-b.xx.fbcdn.net 221 | add address=2a03:2880:f10a:83:face:b00c::25de name=ent-c.xx.fbcdn.net 222 | add address=2a03:2880:f10a:83:face:b00c::25de name=ent-d.xx.fbcdn.net 223 | add address=2a03:2880:f10a:83:face:b00c::25de name=ent-e.xx.fbcdn.net 224 | add address=2a03:2880:f10a:83:face:b00c::25de name=scontent.xx.fbcdn.net 225 | add address=2a03:2880:f10a:83:face:b00c::25de name=scontent-a.xx.fbcdn.net 226 | add address=2a03:2880:f10a:83:face:b00c::25de name=scontent-b.xx.fbcdn.net 227 | add address=2a03:2880:f10a:83:face:b00c::25de name=scontent-c.xx.fbcdn.net 228 | add address=2a03:2880:f10a:83:face:b00c::25de name=scontent-d.xx.fbcdn.net 229 | add address=2a03:2880:f10a:83:face:b00c::25de name=scontent-e.xx.fbcdn.net 230 | add address=2a03:2880:f10a:83:face:b00c::25de name=scontent-mxp.xx.fbcdn.net 231 | add address=2a03:2880:f10a:83:face:b00c::25de name=scontent-a-lax.xx.fbcdn.net 232 | add address=2a03:2880:f10a:83:face:b00c::25de name=scontent-a-sin.xx.fbcdn.net 233 | add address=2a03:2880:f10a:83:face:b00c::25de name=scontent-b-lax.xx.fbcdn.net 234 | add address=2a03:2880:f10a:83:face:b00c::25de name=scontent-b-sin.xx.fbcdn.net 235 | add address=2a03:2880:f10a:83:face:b00c::25de name=static.thefacebook.com 236 | add address=2a03:2880:f10a:83:face:b00c::25de name=attachment.fbsbx.com 237 | add address=2a03:2880:f10a:83:face:b00c::25de name=messenger.com 238 | add address=2a03:2880:f10a:83:face:b00c::25de name=www.messenger.com 239 | add address=2a03:2880:f10a:83:face:b00c::25de name=0-edge-chat.messenger.com 240 | add address=2a03:2880:f10a:83:face:b00c::25de name=1-edge-chat.messenger.com 241 | add address=2a03:2880:f10a:83:face:b00c::25de name=2-edge-chat.messenger.com 242 | add address=2a03:2880:f10a:83:face:b00c::25de name=3-edge-chat.messenger.com 243 | add address=2a03:2880:f10a:83:face:b00c::25de name=4-edge-chat.messenger.com 244 | add address=2a03:2880:f10a:83:face:b00c::25de name=5-edge-chat.messenger.com 245 | add address=2a03:2880:f10a:83:face:b00c::25de name=6-edge-chat.messenger.com 246 | add address=2a03:2880:f10a:81:face:b00c::e17 name=snaptu-z.facebook.com 247 | add address=2a03:2880:f10a:81:face:b00c::e17 name=snaptu-p1.facebook.com 248 | add address=2a03:2880:f10a:81:face:b00c::e17 name=snaptu-p2.facebook.com 249 | add address=2a03:2880:f00a:5:face:b00c::8e name=edge-mqtt.facebook.com 250 | add address=2a03:2880:f00a:e:face:b00c::3 name=static.xx.fbcdn.net 251 | add address=2a03:2880:f00a:e:face:b00c::3 name=scontent-lax3-1.xx.fbcdn.net 252 | add address=2a03:2880:f00a:e:face:b00c::3 name=scontent-lax3-2.xx.fbcdn.net 253 | add address=2a03:2880:f00a:e:face:b00c::3 name=scontent-lax3-3.xx.fbcdn.net 254 | add address=2a03:2880:f00a:e:face:b00c::3 name=scontent-lax3-4.xx.fbcdn.net 255 | add address=2a03:2880:f00a:e:face:b00c::3 name=scontent-hkg3-1.xx.fbcdn.net 256 | add address=2a03:2880:f00a:e:face:b00c::3 name=scontent-hkg3-2.xx.fbcdn.net 257 | add address=2a03:2880:f00a:e:face:b00c::3 name=scontent-hkg3-3.xx.fbcdn.net 258 | add address=2a03:2880:f00a:e:face:b00c::3 name=z-1-scontent.xx.fbcdn.net 259 | add address=2a03:2880:f00a:e:face:b00c::3 name=video-lax3-1.xx.fbcdn.net 260 | add address=2a03:2880:f00a:e:face:b00c::3 name=video-lax3-2.xx.fbcdn.net 261 | add address=2a03:2880:f00a:e:face:b00c::3 name=video-lax3-3.xx.fbcdn.net 262 | add address=2a03:2880:f00a:e:face:b00c::3 name=video-lax3-4.xx.fbcdn.net 263 | add address=2a03:2880:f00a:e:face:b00c::3 name=video-mrs1-1.xx.fbcdn.net 264 | add address=2a03:2880:f00a:e:face:b00c::3 name=video-mrs1-2.xx.fbcdn.net 265 | add address=2a03:2880:f00a:e:face:b00c::3 name=video-mrs1-3.xx.fbcdn.net 266 | add address=2a03:2880:f00a:e:face:b00c::3 name=video-mrs1-4.xx.fbcdn.net 267 | add address=2a03:2880:f00a:e:face:b00c::3 name=video-hkg3-1.xx.fbcdn.net 268 | add address=2a03:2880:f00a:e:face:b00c::3 name=video-sit4-1.xx.fbcdn.net 269 | add address=2a03:2880:f00a:e:face:b00c::3 name=external.xx.fbcdn.net 270 | add address=2a03:2880:f00a:13:face:b00c::1823 name=video.xx.fbcdn.net 271 | # Facebook End 272 | 273 | # Gmail Start 274 | add address=2a00:1450:4011:804::1016 name=gmail.com 275 | add address=2a00:1450:4011:805::1016 name=www.gmail.com 276 | add address=2a00:1450:4011:805::1016 name=googlemail.l.google.com 277 | add address=2a00:1450:4011:804::101d name=mail-settings.google.com 278 | add address=2a00:1450:4011:804::1015 name=m.gmail.com 279 | add address=2a00:1450:4011:805::1015 name=m.googlemail.com 280 | add address=2a00:1450:4010:c0e::64 name=gmail.google.com 281 | add address=2a00:1450:4010:c0b::64 name=mail.google.com 282 | add address=2a00:1450:4011:808::1015 name=inbox.google.com 283 | add address=2a00:1450:4011:805::101d name=chatenabled.mail.google.com 284 | add address=2a00:1450:4011:808::101d name=filetransferenabled.mail.google.com 285 | add address=2a00:1450:4011:809::101d name=isolated.mail.google.com 286 | # Gmail End 287 | 288 | # Google Apis Start 289 | add address=2a00:1450:4010:c01::5f name=www.googleapis.com 290 | add address=2a00:1450:4010:c02::5f name=ajax.googleapis.com 291 | add address=2a00:1450:4010:c03::5f name=fonts.googleapis.com 292 | add address=2a00:1450:4010:c05::5f name=googleapis.com 293 | add address=2a00:1450:4010:c05::5f name=android.googleapis.com 294 | add address=2a00:1450:4010:c05::5f name=appinvite-pa.googleapis.com 295 | add address=2a00:1450:4010:c05::5f name=appinvite-ipv4-pa.googleapis.com 296 | add address=2a00:1450:4010:c05::5f name=redirector-bigcache.googleapis.com 297 | add address=2a00:1450:4010:c05::5f name=bigcache.googleapis.com 298 | add address=2a00:1450:4010:c05::5f name=ct.googleapis.com 299 | add address=2a00:1450:4010:c05::5f name=chart.googleapis.com 300 | add address=2a00:1450:4010:c05::5f name=chart.apis.google.com 301 | add address=2a00:1450:4010:c05::5f name=content.googleapis.com 302 | add address=2a00:1450:4010:c05::5f name=datasaver.googleapis.com 303 | add address=2a00:1450:4010:c05::5f name=device-provisioning.googleapis.com 304 | add address=2a00:1450:4010:c05::5f name=youtube.googleapis.com 305 | add address=2a00:1450:4010:c05::5f name=youtubei.googleapis.com 306 | add address=2a00:1450:4010:c05::5f name=appengine.clients6.google.com 307 | add address=2a00:1450:4010:c05::5f name=bigtableadmin.clients6.google.com 308 | add address=2a00:1450:4010:c05::5f name=clouddebugger.clients6.google.com 309 | add address=2a00:1450:4010:c05::5f name=cloudconfig.clients6.google.com 310 | add address=2a00:1450:4010:c05::5f name=cloudpersonalization-pa.clients6.google.com 311 | add address=2a00:1450:4010:c05::5f name=cloudsupport.clients6.google.com 312 | add address=2a00:1450:4010:c05::5f name=cloudusersettings-pa.clients6.google.com 313 | add address=2a00:1450:4010:c05::5f name=dataflow.clients6.google.com 314 | add address=2a00:1450:4010:c05::5f name=datahub.clients6.google.com 315 | add address=2a00:1450:4010:c05::5f name=firebasestorage.googleapis.com 316 | add address=2a00:1450:4010:c05::5f name=firebasedurablelinks-pa.clients6.google.com 317 | add address=2a00:1450:4010:c05::5f name=firebaserules.clients6.google.com 318 | add address=2a00:1450:4010:c05::5f name=firebasestorage.clients6.google.com 319 | add address=2a00:1450:4010:c05::5f name=gcmcontextualcampaign-pa.clients6.google.com 320 | add address=2a00:1450:4010:c05::5f name=growth-pa.googleapis.com 321 | add address=2a00:1450:4010:c05::5f name=instantmessaging-pa.googleapis.com 322 | add address=2a00:1450:4010:c05::5f name=khms0.googleapis.com 323 | add address=2a00:1450:4010:c05::5f name=khms1.googleapis.com 324 | add address=2a00:1450:4010:c05::5f name=logging.clients6.google.com 325 | add address=2a00:1450:4010:c05::5f name=maps.googleapis.com 326 | add address=2a00:1450:4010:c05::5f name=memcache.clients6.google.com 327 | add address=2a00:1450:4010:c05::5f name=ml.clients6.google.com 328 | add address=2a00:1450:4010:c05::5f name=mts0.googleapis.com 329 | add address=2a00:1450:4010:c05::5f name=mts1.googleapis.com 330 | add address=2a00:1450:4010:c05::5f name=mts2.googleapis.com 331 | add address=2a00:1450:4010:c05::5f name=mts3.googleapis.com 332 | add address=2a00:1450:4010:c05::5f name=mobilecrashreporting.clients6.google.com 333 | add address=2a00:1450:4010:c05::5f name=mobilesdk-pa.clients6.google.com 334 | add address=2a00:1450:4010:c05::5f name=opensourceprojects-pa.googleapis.com 335 | add address=2a00:1450:4010:c05::5f name=photos.googleapis.com 336 | add address=2a00:1450:4010:c05::5f name=plus.googleapis.com 337 | add address=2a00:1450:4010:c05::5f name=reminders-pa.clients6.google.com 338 | add address=2a00:1450:4010:c05::5f name=securetoken.googleapis.com 339 | add address=2a00:1450:4010:c05::5f name=remoting-pa.googleapis.com 340 | add address=2a00:1450:4010:c05::5f name=personalsafety-pa.googleapis.com 341 | add address=2a00:1450:4010:c05::5f name=clientmetrics-pa.googleapis.com 342 | add address=2a00:1450:4010:c05::5f name=music-pa.clients6.google.com 343 | add address=2a00:1450:4010:c06::5f name=31061001.googleapis.com 344 | add address=2a00:1450:4010:c06::5f name=26644787.googleapis.com 345 | # Google Apis End 346 | 347 | # Modified Hosts End 348 | -------------------------------------------------------------------------------- /hosts-files/surge.conf: -------------------------------------------------------------------------------- 1 | #!MANAGED-CONFIG https://github.com/googlehosts/hosts/raw/master/hosts-files/surge.conf 2 | [Rule] 3 | FINAL,DIRECT 4 | [Host] 5 | 6 | 7 | # Copyright (c) 2017-2018, googlehosts members. 8 | # https://github.com/googlehosts/hosts 9 | # Last updated: 2018-12-05 10 | 11 | # This work is licensed under a modified HOSTS License. 12 | # https://github.com/googlehosts/hosts/raw/master/LICENSE 13 | 14 | # Modified Hosts Start 15 | 16 | # Localhost (DO NOT REMOVE) Start 17 | localhost = ::1 18 | ip6-localhost = ::1 19 | ip6-loopback = ::1 20 | # Localhost (DO NOT REMOVE) End 21 | 22 | # GoogleHosts Start 23 | 204-44-101-36.googlehosts.org = 2607:fcd0:100:1935::19fe:bd14 24 | tg-1.googlehosts.org = 2607:fcd0:100:1935::19fe:bd14 25 | 185-200-34-198.googlehosts.org = 2602:fe90:1:1::8f2a:341f 26 | 185-200-34-209.googlehosts.org = 2602:fe90:1:1::8f2a:341f 27 | tg-2.googlehosts.org = 2602:fe90:1:1::8f2a:341f 28 | tg-4.googlehosts.org = 2602:fe90:1:1::8f2a:341f 29 | 45-124-64-82.googlehosts.org = 2402:9e80:0:1000::1:d3b6 30 | tg-6.googlehosts.org = 2402:9e80:0:1000::1:d3b6 31 | 172-86-72-19.googlehosts.org = 2400:84c0:2102:0003:0000:0000:1aec:701d 32 | tg-7.googlehosts.org = 2400:84c0:2102:0003:0000:0000:1aec:701d 33 | 185-122-58-249.googlehosts.org = 2a06:8ec0:3::1:59cb 34 | tg-8.googlehosts.org = 2a06:8ec0:3::1:59cb 35 | 103-105-48-234.googlehosts.org = 2a06:82c2:0:1272::1 36 | tg-9.googlehosts.org = 2a06:82c2:0:1272::1 37 | 23-226-136-24.googlehosts.org = 2607:fcd0:100:1926::8152:9bab 38 | ss-1.googlehosts.org = 2607:fcd0:100:1926::8152:9bab 39 | 107-150-12-229.googlehosts.org = 2607:fcd0:100:e50f::8706:7e6 40 | 104-129-16-244.googlehosts.org = 2607:fcd0:100:1928::1c21:2b4d 41 | 23-226-136-132.googlehosts.org = 2607:fcd0:100:1926::c28d:6e0d 42 | 104-223-60-17.googlehosts.org = 2607:fcd0:100:e50f::651c:85c 43 | ss-2.googlehosts.org = 2607:fcd0:100:e50f::651c:85c 44 | 66-154-108-62.googlehosts.org = 2607:fcd0:100:e50f::fe23:8346 45 | 23-226-136-216.googlehosts.org = 2607:fcd0:100:1926::f69e:8063 46 | ss-3.googlehosts.org = 2607:fcd0:100:1926::f69e:8063 47 | 155-94-137-77.googlehosts.org = 2607:fcd0:100:1912::d8cb:1617 48 | 185-22-152-42.googlehosts.org = 2a00:b700::2:36a 49 | # GoogleHosts End 50 | 51 | # Akamai Start 52 | static.ak.instagram.com = 2a02:26f0:e8::6856:6e4b 53 | images.ak.instagram.com = 2a02:26f0:e8::6856:6ec3 54 | s.pinimg.com = 2a02:26f0:a1:2a2::1931 55 | i.pinimg.com = 2a04:4e42:4::84 56 | s-media-cache-ak0.pinimg.com = 2a02:26f0:7b:383::1931 57 | passets-cdn.pinterest.com = 2a02:26f0:7b:39b::1931 58 | # Akamai End 59 | 60 | # Android Start 61 | a.android.com = 2a00:1450:4010:c09::64 62 | b.android.com = 2a00:1450:4010:c09::64 63 | m.android.com = 2a00:1450:4010:c09::64 64 | connectivitycheck.android.com = 2a00:1450:4010:c09::64 65 | d.android.com = 2a00:1450:4010:c09::64 66 | dev.android.com = 2a00:1450:4010:c09::64 67 | market.android.com = 2a00:1450:4010:c09::64 68 | r.android.com = 2a00:1450:4010:c09::64 69 | android.com = 2a00:1450:4010:c03::68 70 | developer.android.com = 2a00:1450:4010:c03::6a 71 | # Android End 72 | 73 | # Apkmirror Start 74 | www.apkmirror.com = 2400:cb00:2048:1::6813:843a 75 | # Apkmirror End 76 | 77 | # Appspot Start 78 | www.appspot.com = 2a00:1450:4001:816::2011 79 | appspot.com = 2a00:1450:4001:816::2011 80 | events.withgoogle.com = 2a00:1450:4001:816::2011 81 | summerofcode.withgoogle.com = 2a00:1450:4001:816::2011 82 | foobar.withgoogle.com = 2a00:1450:4001:816::2011 83 | interstellar.withgoogle.com = 2a00:1450:4001:816::2011 84 | edudirectory.withgoogle.com = 2a00:1450:4001:816::2011 85 | atmosphere.withgoogle.com = 2a00:1450:4001:816::2011 86 | accelerate.withgoogle.com = 2a00:1450:4001:816::2011 87 | insgruene.withgoogle.com = 2a00:1450:4001:816::2011 88 | atmospheretokyo.withgoogle.com = 2a00:1450:4001:816::2011 89 | connectedclassrooms.withgoogle.com = 2a00:1450:4001:816::2011 90 | smartypins.withgoogle.com = 2a00:1450:4001:816::2011 91 | streetart.withgoogle.com = 2a00:1450:4001:816::2011 92 | cardboard.withgoogle.com = 2a00:1450:4001:816::2011 93 | kickwithchrome.withgoogle.com = 2a00:1450:4001:816::2011 94 | candidatos.withgoogle.com = 2a00:1450:4001:816::2011 95 | trendstw.withgoogle.com = 2a00:1450:4001:816::2011 96 | impactchallenge.withgoogle.com = 2a00:1450:4001:816::2011 97 | eduproducts.withgoogle.com = 2a00:1450:4001:816::2011 98 | onetoday.google.com = 2a00:1450:4001:816::2011 99 | withgoogle.com = 2a00:1450:4001:816::2011 100 | www.withgoogle.com = 2a00:1450:4001:816::2011 101 | cloudnext.withgoogle.com = 2a00:1450:4001:816::2011 102 | edutrainingcenter.withgoogle.com = 2a00:1450:4001:816::2011 103 | earthview.withgoogle.com = 2a00:1450:4001:816::2011 104 | lightsaber.withgoogle.com = 2a00:1450:4001:816::2011 105 | britishmuseum.withgoogle.com = 2a00:1450:4001:816::2011 106 | beyondthemap.withgoogle.com = 2a00:1450:4001:816::2011 107 | analyticsacademy.withgoogle.com = 2a00:1450:4001:816::2011 108 | spellup.withgoogle.com = 2a00:1450:4001:816::2011 109 | # Appspot End 110 | 111 | # Appspotpreview Start 112 | author-dot-betaspike.appspot.com = 2607:f8b0:400d:c0f::99 113 | jmoore-dot-android-experiments.appspot.com = 2607:f8b0:400d:c0f::99 114 | mission-author-dot-betaspike.appspot.com = 2607:f8b0:400d:c0f::99 115 | drivenotepad.appspot.com = 2607:f8b0:400d:c0f::99 116 | virustotalcloud.appspot.com = 2607:f8b0:400d:c0f::99 117 | joinjoaomgcd.appspot.com = 2607:f8b0:400d:c0f::99 118 | m-dot-betaspike.appspot.com = 2607:f8b0:400d:c0f::99 119 | download-chromium.appspot.com = 2607:f8b0:400d:c0f::99 120 | google-developers.appspot.com = 2607:f8b0:400d:c0f::99 121 | chrometophone.appspot.com = 2607:f8b0:400d:c0f::99 122 | chrome-devtools-frontend.appspot.com = 2607:f8b0:400d:c0f::99 123 | apis-explorer.appspot.com = 2607:f8b0:400d:c0f::99 124 | betaspike.appspot.com = 2607:f8b0:400d:c0f::99 125 | hstspreload.appspot.com = 2607:f8b0:400d:c0f::99 126 | lfe-alpo-gm.appspot.com = 2607:f8b0:400d:c0f::99 127 | # Appspotpreview End 128 | 129 | # Culturalspot Start 130 | embed.culturalspot.org = 2404:6800:4005:800::200e 131 | # Culturalspot End 132 | 133 | # Dropbox Start 134 | db.tt = 2620:100:6020:2::a27d:4002 135 | www.dropbox.com = 2620:100:6020:1::a27d:4001 136 | www.dualstack.dropbox-dns.com = 2620:100:6020:1::a27d:4001 137 | api.dropbox.com = 2620:100:6020:7::a27d:4007 138 | api.dualstack.dropbox-dns.com = 2620:100:6020:7::a27d:4007 139 | api.dropboxapi.com = 2620:100:6020:7::a27d:4007 140 | api-content.dropbox.com = 2620:100:6020:8::a27d:4008 141 | api-content-photos.dropbox.com = 2620:100:6020:5::a27d:4005 142 | blogs.dropbox.com = 2600:9000:2020:a400:d:7bbe:2740:93a1 143 | client.dropbox.com = 2620:100:6020:3::a27d:4003 144 | client-cf.dropbox.com = 2620:100:6020:3::a27d:4003 145 | client-lb.dropbox.com = 2620:100:6020:4::a27d:4004 146 | client-web.dropbox.com = 2620:100:6020:4::a27d:4004 147 | dl.dropbox.com = 2620:100:6020:6::a27d:4006 148 | dl-web.dropbox.com = 2620:100:6020:6::a27d:4006 149 | dl-doc.dropbox.com = 2620:100:6032:6::a27d:5206 150 | m.dropbox.com = 2620:100:6032:2::a27d:5202 151 | photos.dropbox.com = 2620:100:6032:1::a27d:5201 152 | photos-1.dropbox.com = 2620:100:6032:5::a27d:5205 153 | photos-2.dropbox.com = 2620:100:6032:5::a27d:5205 154 | photos-3.dropbox.com = 2620:100:6032:5::a27d:5205 155 | photos-4.dropbox.com = 2620:100:6032:5::a27d:5205 156 | photos-5.dropbox.com = 2620:100:6032:5::a27d:5205 157 | photos-6.dropbox.com = 2620:100:6032:5::a27d:5205 158 | photos-thumb.dropbox.com = 2620:100:6032:5::a27d:5205 159 | dl.dropboxusercontent.com = 2620:100:6032:6::a27d:5206 160 | cfl.dropboxstatic.com = 2400:cb00:2048:1::6810:631d 161 | log.getdropbox.com = 2620:100:6020:2::a27d:4002 162 | # Dropbox End 163 | 164 | # Discord Start 165 | discord.media = 2400:cb00:2048:1::6810:acbd 166 | # Discord End 167 | 168 | # Facebook Start 169 | www.facebook.com = 2a03:2880:f10a:83:face:b00c::25de 170 | fb.me = 2a03:2880:f10a:83:face:b00c::25de 171 | facebook.com = 2a03:2880:f10a:83:face:b00c::25de 172 | api.facebook.com = 2a03:2880:f10a:83:face:b00c::25de 173 | apps.facebook.com = 2a03:2880:f10a:83:face:b00c::25de 174 | attachments.facebook.com = 2a03:2880:f10a:83:face:b00c::25de 175 | business.facebook.com = 2a03:2880:f10a:83:face:b00c::25de 176 | bigzipfiles.facebook.com = 2a03:2880:f10a:83:face:b00c::25de 177 | code.facebook.com = 2a03:2880:f10a:83:face:b00c::25de 178 | check4.facebook.com = 2a03:2880:f10a:83:face:b00c::25de 179 | check6.facebook.com = 2a03:2880:f10a:83:face:b00c::25de 180 | connect.facebook.com = 2a03:2880:f10a:83:face:b00c::25de 181 | d.facebook.com = 2a03:2880:f10a:83:face:b00c::25de 182 | developers.facebook.com = 2a03:2880:f10a:83:face:b00c::25de 183 | graph.facebook.com = 2a03:2880:f10a:83:face:b00c::25de 184 | l.facebook.com = 2a03:2880:f10a:83:face:b00c::25de 185 | login.facebook.com = 2a03:2880:f10a:83:face:b00c::25de 186 | m.facebook.com = 2a03:2880:f10a:83:face:b00c::25de 187 | mtouch.facebook.com = 2a03:2880:f10a:83:face:b00c::25de 188 | mqtt.facebook.com = 2a03:2880:f10a:83:face:b00c::25de 189 | mqtt-mini.facebook.com = 2a03:2880:f10a:83:face:b00c::25de 190 | orcart.facebook.com = 2a03:2880:f10a:83:face:b00c::25de 191 | pixel.facebook.com = 2a03:2880:f10a:83:face:b00c::25de 192 | scontent.facebook.com = 2a03:2880:f10a:83:face:b00c::25de 193 | ssl.facebook.com = 2a03:2880:f10a:83:face:b00c::25de 194 | star.facebook.com = 2a03:2880:f10a:83:face:b00c::25de 195 | secure.facebook.com = 2a03:2880:f10a:83:face:b00c::25de 196 | staticxx.facebook.com = 2a03:2880:f10a:83:face:b00c::25de 197 | touch.facebook.com = 2a03:2880:f10a:83:face:b00c::25de 198 | upload.facebook.com = 2a03:2880:f10a:83:face:b00c::25de 199 | vupload.facebook.com = 2a03:2880:f10a:83:face:b00c::25de 200 | vupload2.facebook.com = 2a03:2880:f10a:83:face:b00c::25de 201 | api-read.facebook.com = 2a03:2880:f10a:83:face:b00c::25de 202 | b-api.facebook.com = 2a03:2880:f10a:83:face:b00c::25de 203 | b-graph.facebook.com = 2a03:2880:f10a:83:face:b00c::25de 204 | s-static.facebook.com = 2a03:2880:f10a:83:face:b00c::25de 205 | zh-cn.facebook.com = 2a03:2880:f10a:83:face:b00c::25de 206 | zh-tw.facebook.com = 2a03:2880:f10a:83:face:b00c::25de 207 | edge-chat.facebook.com = 2a03:2880:f10a:83:face:b00c::25de 208 | 0-edge-chat.facebook.com = 2a03:2880:f10a:83:face:b00c::25de 209 | 1-edge-chat.facebook.com = 2a03:2880:f10a:83:face:b00c::25de 210 | 2-edge-chat.facebook.com = 2a03:2880:f10a:83:face:b00c::25de 211 | 3-edge-chat.facebook.com = 2a03:2880:f10a:83:face:b00c::25de 212 | 4-edge-chat.facebook.com = 2a03:2880:f10a:83:face:b00c::25de 213 | 5-edge-chat.facebook.com = 2a03:2880:f10a:83:face:b00c::25de 214 | 6-edge-chat.facebook.com = 2a03:2880:f10a:83:face:b00c::25de 215 | channel-ecmp-05-ash3.facebook.com = 2a03:2880:f10a:83:face:b00c::25de 216 | channel-staging-ecmp-05-ash3.facebook.com = 2a03:2880:f10a:83:face:b00c::25de 217 | channel-testing-ecmp-05-ash3.facebook.com = 2a03:2880:f10a:83:face:b00c::25de 218 | beta-chat-01-05-ash3.facebook.com = 2a03:2880:f10a:83:face:b00c::25de 219 | s-static.ak.facebook.com = 2a03:2880:f10a:83:face:b00c::25de 220 | star.c10r.facebook.com = 2a03:2880:f10a:83:face:b00c::25de 221 | fbcdn.net = 2a03:2880:f10a:83:face:b00c::25de 222 | connect.facebook.net = 2a03:2880:f10a:83:face:b00c::25de 223 | ent-a.xx.fbcdn.net = 2a03:2880:f10a:83:face:b00c::25de 224 | ent-b.xx.fbcdn.net = 2a03:2880:f10a:83:face:b00c::25de 225 | ent-c.xx.fbcdn.net = 2a03:2880:f10a:83:face:b00c::25de 226 | ent-d.xx.fbcdn.net = 2a03:2880:f10a:83:face:b00c::25de 227 | ent-e.xx.fbcdn.net = 2a03:2880:f10a:83:face:b00c::25de 228 | scontent.xx.fbcdn.net = 2a03:2880:f10a:83:face:b00c::25de 229 | scontent-a.xx.fbcdn.net = 2a03:2880:f10a:83:face:b00c::25de 230 | scontent-b.xx.fbcdn.net = 2a03:2880:f10a:83:face:b00c::25de 231 | scontent-c.xx.fbcdn.net = 2a03:2880:f10a:83:face:b00c::25de 232 | scontent-d.xx.fbcdn.net = 2a03:2880:f10a:83:face:b00c::25de 233 | scontent-e.xx.fbcdn.net = 2a03:2880:f10a:83:face:b00c::25de 234 | scontent-mxp.xx.fbcdn.net = 2a03:2880:f10a:83:face:b00c::25de 235 | scontent-a-lax.xx.fbcdn.net = 2a03:2880:f10a:83:face:b00c::25de 236 | scontent-a-sin.xx.fbcdn.net = 2a03:2880:f10a:83:face:b00c::25de 237 | scontent-b-lax.xx.fbcdn.net = 2a03:2880:f10a:83:face:b00c::25de 238 | scontent-b-sin.xx.fbcdn.net = 2a03:2880:f10a:83:face:b00c::25de 239 | static.thefacebook.com = 2a03:2880:f10a:83:face:b00c::25de 240 | attachment.fbsbx.com = 2a03:2880:f10a:83:face:b00c::25de 241 | messenger.com = 2a03:2880:f10a:83:face:b00c::25de 242 | www.messenger.com = 2a03:2880:f10a:83:face:b00c::25de 243 | 0-edge-chat.messenger.com = 2a03:2880:f10a:83:face:b00c::25de 244 | 1-edge-chat.messenger.com = 2a03:2880:f10a:83:face:b00c::25de 245 | 2-edge-chat.messenger.com = 2a03:2880:f10a:83:face:b00c::25de 246 | 3-edge-chat.messenger.com = 2a03:2880:f10a:83:face:b00c::25de 247 | 4-edge-chat.messenger.com = 2a03:2880:f10a:83:face:b00c::25de 248 | 5-edge-chat.messenger.com = 2a03:2880:f10a:83:face:b00c::25de 249 | 6-edge-chat.messenger.com = 2a03:2880:f10a:83:face:b00c::25de 250 | snaptu-z.facebook.com = 2a03:2880:f10a:81:face:b00c::e17 251 | snaptu-p1.facebook.com = 2a03:2880:f10a:81:face:b00c::e17 252 | snaptu-p2.facebook.com = 2a03:2880:f10a:81:face:b00c::e17 253 | edge-mqtt.facebook.com = 2a03:2880:f00a:5:face:b00c::8e 254 | static.xx.fbcdn.net = 2a03:2880:f00a:e:face:b00c::3 255 | scontent-lax3-1.xx.fbcdn.net = 2a03:2880:f00a:e:face:b00c::3 256 | scontent-lax3-2.xx.fbcdn.net = 2a03:2880:f00a:e:face:b00c::3 257 | scontent-lax3-3.xx.fbcdn.net = 2a03:2880:f00a:e:face:b00c::3 258 | scontent-lax3-4.xx.fbcdn.net = 2a03:2880:f00a:e:face:b00c::3 259 | scontent-hkg3-1.xx.fbcdn.net = 2a03:2880:f00a:e:face:b00c::3 260 | scontent-hkg3-2.xx.fbcdn.net = 2a03:2880:f00a:e:face:b00c::3 261 | scontent-hkg3-3.xx.fbcdn.net = 2a03:2880:f00a:e:face:b00c::3 262 | z-1-scontent.xx.fbcdn.net = 2a03:2880:f00a:e:face:b00c::3 263 | video-lax3-1.xx.fbcdn.net = 2a03:2880:f00a:e:face:b00c::3 264 | video-lax3-2.xx.fbcdn.net = 2a03:2880:f00a:e:face:b00c::3 265 | video-lax3-3.xx.fbcdn.net = 2a03:2880:f00a:e:face:b00c::3 266 | video-lax3-4.xx.fbcdn.net = 2a03:2880:f00a:e:face:b00c::3 267 | video-mrs1-1.xx.fbcdn.net = 2a03:2880:f00a:e:face:b00c::3 268 | video-mrs1-2.xx.fbcdn.net = 2a03:2880:f00a:e:face:b00c::3 269 | video-mrs1-3.xx.fbcdn.net = 2a03:2880:f00a:e:face:b00c::3 270 | video-mrs1-4.xx.fbcdn.net = 2a03:2880:f00a:e:face:b00c::3 271 | video-hkg3-1.xx.fbcdn.net = 2a03:2880:f00a:e:face:b00c::3 272 | video-sit4-1.xx.fbcdn.net = 2a03:2880:f00a:e:face:b00c::3 273 | external.xx.fbcdn.net = 2a03:2880:f00a:e:face:b00c::3 274 | video.xx.fbcdn.net = 2a03:2880:f00a:13:face:b00c::1823 275 | # Facebook End 276 | 277 | # Gmail Start 278 | gmail.com = 2a00:1450:4011:804::1016 279 | www.gmail.com = 2a00:1450:4011:805::1016 280 | googlemail.l.google.com = 2a00:1450:4011:805::1016 281 | mail-settings.google.com = 2a00:1450:4011:804::101d 282 | m.gmail.com = 2a00:1450:4011:804::1015 283 | m.googlemail.com = 2a00:1450:4011:805::1015 284 | gmail.google.com = 2a00:1450:4010:c0e::64 285 | mail.google.com = 2a00:1450:4010:c0b::64 286 | inbox.google.com = 2a00:1450:4011:808::1015 287 | chatenabled.mail.google.com = 2a00:1450:4011:805::101d 288 | filetransferenabled.mail.google.com = 2a00:1450:4011:808::101d 289 | isolated.mail.google.com = 2a00:1450:4011:809::101d 290 | # Gmail End 291 | 292 | # Google Apis Start 293 | www.googleapis.com = 2a00:1450:4010:c01::5f 294 | ajax.googleapis.com = 2a00:1450:4010:c02::5f 295 | fonts.googleapis.com = 2a00:1450:4010:c03::5f 296 | googleapis.com = 2a00:1450:4010:c05::5f 297 | android.googleapis.com = 2a00:1450:4010:c05::5f 298 | appinvite-pa.googleapis.com = 2a00:1450:4010:c05::5f 299 | appinvite-ipv4-pa.googleapis.com = 2a00:1450:4010:c05::5f 300 | redirector-bigcache.googleapis.com = 2a00:1450:4010:c05::5f 301 | bigcache.googleapis.com = 2a00:1450:4010:c05::5f 302 | ct.googleapis.com = 2a00:1450:4010:c05::5f 303 | chart.googleapis.com = 2a00:1450:4010:c05::5f 304 | chart.apis.google.com = 2a00:1450:4010:c05::5f 305 | content.googleapis.com = 2a00:1450:4010:c05::5f 306 | datasaver.googleapis.com = 2a00:1450:4010:c05::5f 307 | device-provisioning.googleapis.com = 2a00:1450:4010:c05::5f 308 | youtube.googleapis.com = 2a00:1450:4010:c05::5f 309 | youtubei.googleapis.com = 2a00:1450:4010:c05::5f 310 | appengine.clients6.google.com = 2a00:1450:4010:c05::5f 311 | bigtableadmin.clients6.google.com = 2a00:1450:4010:c05::5f 312 | clouddebugger.clients6.google.com = 2a00:1450:4010:c05::5f 313 | cloudconfig.clients6.google.com = 2a00:1450:4010:c05::5f 314 | cloudpersonalization-pa.clients6.google.com = 2a00:1450:4010:c05::5f 315 | cloudsupport.clients6.google.com = 2a00:1450:4010:c05::5f 316 | cloudusersettings-pa.clients6.google.com = 2a00:1450:4010:c05::5f 317 | dataflow.clients6.google.com = 2a00:1450:4010:c05::5f 318 | datahub.clients6.google.com = 2a00:1450:4010:c05::5f 319 | firebasestorage.googleapis.com = 2a00:1450:4010:c05::5f 320 | firebasedurablelinks-pa.clients6.google.com = 2a00:1450:4010:c05::5f 321 | firebaserules.clients6.google.com = 2a00:1450:4010:c05::5f 322 | firebasestorage.clients6.google.com = 2a00:1450:4010:c05::5f 323 | gcmcontextualcampaign-pa.clients6.google.com = 2a00:1450:4010:c05::5f 324 | growth-pa.googleapis.com = 2a00:1450:4010:c05::5f 325 | instantmessaging-pa.googleapis.com = 2a00:1450:4010:c05::5f 326 | khms0.googleapis.com = 2a00:1450:4010:c05::5f 327 | khms1.googleapis.com = 2a00:1450:4010:c05::5f 328 | logging.clients6.google.com = 2a00:1450:4010:c05::5f 329 | maps.googleapis.com = 2a00:1450:4010:c05::5f 330 | memcache.clients6.google.com = 2a00:1450:4010:c05::5f 331 | ml.clients6.google.com = 2a00:1450:4010:c05::5f 332 | mts0.googleapis.com = 2a00:1450:4010:c05::5f 333 | mts1.googleapis.com = 2a00:1450:4010:c05::5f 334 | mts2.googleapis.com = 2a00:1450:4010:c05::5f 335 | mts3.googleapis.com = 2a00:1450:4010:c05::5f 336 | mobilecrashreporting.clients6.google.com = 2a00:1450:4010:c05::5f 337 | mobilesdk-pa.clients6.google.com = 2a00:1450:4010:c05::5f 338 | opensourceprojects-pa.googleapis.com = 2a00:1450:4010:c05::5f 339 | photos.googleapis.com = 2a00:1450:4010:c05::5f 340 | plus.googleapis.com = 2a00:1450:4010:c05::5f 341 | reminders-pa.clients6.google.com = 2a00:1450:4010:c05::5f 342 | securetoken.googleapis.com = 2a00:1450:4010:c05::5f 343 | remoting-pa.googleapis.com = 2a00:1450:4010:c05::5f 344 | personalsafety-pa.googleapis.com = 2a00:1450:4010:c05::5f 345 | clientmetrics-pa.googleapis.com = 2a00:1450:4010:c05::5f 346 | music-pa.clients6.google.com = 2a00:1450:4010:c05::5f 347 | 31061001.googleapis.com = 2a00:1450:4010:c06::5f 348 | 26644787.googleapis.com = 2a00:1450:4010:c06::5f 349 | # Google Apis End 350 | 351 | # Modified Hosts End 352 | --------------------------------------------------------------------------------