├── .gitignore ├── LICENSE ├── README.md ├── conf ├── dnsmasq.conf ├── dnsmasq.d │ ├── custom-sni.conf │ ├── dns.conf │ └── kms.conf └── host.d │ └── 01-neohosts └── pcap_DNSproxy ├── Config.conf ├── Hosts.conf ├── IPFilter.conf ├── Routing.txt └── WhiteList.txt /.gitignore: -------------------------------------------------------------------------------- 1 | 2 | *.log 3 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | Attribution-NonCommercial-ShareAlike 4.0 International 2 | 3 | ======================================================================= 4 | 5 | Creative Commons Corporation ("Creative Commons") is not a law firm and 6 | does not provide legal services or legal advice. Distribution of 7 | Creative Commons public licenses does not create a lawyer-client or 8 | other relationship. Creative Commons makes its licenses and related 9 | information available on an "as-is" basis. Creative Commons gives no 10 | warranties regarding its licenses, any material licensed under their 11 | terms and conditions, or any related information. Creative Commons 12 | disclaims all liability for damages resulting from their use to the 13 | fullest extent possible. 14 | 15 | Using Creative Commons Public Licenses 16 | 17 | Creative Commons public licenses provide a standard set of terms and 18 | conditions that creators and other rights holders may use to share 19 | original works of authorship and other material subject to copyright 20 | and certain other rights specified in the public license below. The 21 | following considerations are for informational purposes only, are not 22 | exhaustive, and do not form part of our licenses. 23 | 24 | Considerations for licensors: Our public licenses are 25 | intended for use by those authorized to give the public 26 | permission to use material in ways otherwise restricted by 27 | copyright and certain other rights. Our licenses are 28 | irrevocable. Licensors should read and understand the terms 29 | and conditions of the license they choose before applying it. 30 | Licensors should also secure all rights necessary before 31 | applying our licenses so that the public can reuse the 32 | material as expected. Licensors should clearly mark any 33 | material not subject to the license. This includes other CC- 34 | licensed material, or material used under an exception or 35 | limitation to copyright. More considerations for licensors: 36 | wiki.creativecommons.org/Considerations_for_licensors 37 | 38 | Considerations for the public: By using one of our public 39 | licenses, a licensor grants the public permission to use the 40 | licensed material under specified terms and conditions. If 41 | the licensor's permission is not necessary for any reason--for 42 | example, because of any applicable exception or limitation to 43 | copyright--then that use is not regulated by the license. Our 44 | licenses grant only permissions under copyright and certain 45 | other rights that a licensor has authority to grant. Use of 46 | the licensed material may still be restricted for other 47 | reasons, including because others have copyright or other 48 | rights in the material. A licensor may make special requests, 49 | such as asking that all changes be marked or described. 50 | Although not required by our licenses, you are encouraged to 51 | respect those requests where reasonable. More_considerations 52 | for the public: 53 | wiki.creativecommons.org/Considerations_for_licensees 54 | 55 | ======================================================================= 56 | 57 | Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International 58 | Public License 59 | 60 | By exercising the Licensed Rights (defined below), You accept and agree 61 | to be bound by the terms and conditions of this Creative Commons 62 | Attribution-NonCommercial-ShareAlike 4.0 International Public License 63 | ("Public License"). To the extent this Public License may be 64 | interpreted as a contract, You are granted the Licensed Rights in 65 | consideration of Your acceptance of these terms and conditions, and the 66 | Licensor grants You such rights in consideration of benefits the 67 | Licensor receives from making the Licensed Material available under 68 | these terms and conditions. 69 | 70 | 71 | Section 1 -- Definitions. 72 | 73 | a. Adapted Material means material subject to Copyright and Similar 74 | Rights that is derived from or based upon the Licensed Material 75 | and in which the Licensed Material is translated, altered, 76 | arranged, transformed, or otherwise modified in a manner requiring 77 | permission under the Copyright and Similar Rights held by the 78 | Licensor. For purposes of this Public License, where the Licensed 79 | Material is a musical work, performance, or sound recording, 80 | Adapted Material is always produced where the Licensed Material is 81 | synched in timed relation with a moving image. 82 | 83 | b. Adapter's License means the license You apply to Your Copyright 84 | and Similar Rights in Your contributions to Adapted Material in 85 | accordance with the terms and conditions of this Public License. 86 | 87 | c. BY-NC-SA Compatible License means a license listed at 88 | creativecommons.org/compatiblelicenses, approved by Creative 89 | Commons as essentially the equivalent of this Public License. 90 | 91 | d. Copyright and Similar Rights means copyright and/or similar rights 92 | closely related to copyright including, without limitation, 93 | performance, broadcast, sound recording, and Sui Generis Database 94 | Rights, without regard to how the rights are labeled or 95 | categorized. For purposes of this Public License, the rights 96 | specified in Section 2(b)(1)-(2) are not Copyright and Similar 97 | Rights. 98 | 99 | e. Effective Technological Measures means those measures that, in the 100 | absence of proper authority, may not be circumvented under laws 101 | fulfilling obligations under Article 11 of the WIPO Copyright 102 | Treaty adopted on December 20, 1996, and/or similar international 103 | agreements. 104 | 105 | f. Exceptions and Limitations means fair use, fair dealing, and/or 106 | any other exception or limitation to Copyright and Similar Rights 107 | that applies to Your use of the Licensed Material. 108 | 109 | g. License Elements means the license attributes listed in the name 110 | of a Creative Commons Public License. The License Elements of this 111 | Public License are Attribution, NonCommercial, and ShareAlike. 112 | 113 | h. Licensed Material means the artistic or literary work, database, 114 | or other material to which the Licensor applied this Public 115 | License. 116 | 117 | i. Licensed Rights means the rights granted to You subject to the 118 | terms and conditions of this Public License, which are limited to 119 | all Copyright and Similar Rights that apply to Your use of the 120 | Licensed Material and that the Licensor has authority to license. 121 | 122 | j. Licensor means the individual(s) or entity(ies) granting rights 123 | under this Public License. 124 | 125 | k. NonCommercial means not primarily intended for or directed towards 126 | commercial advantage or monetary compensation. For purposes of 127 | this Public License, the exchange of the Licensed Material for 128 | other material subject to Copyright and Similar Rights by digital 129 | file-sharing or similar means is NonCommercial provided there is 130 | no payment of monetary compensation in connection with the 131 | exchange. 132 | 133 | l. Share means to provide material to the public by any means or 134 | process that requires permission under the Licensed Rights, such 135 | as reproduction, public display, public performance, distribution, 136 | dissemination, communication, or importation, and to make material 137 | available to the public including in ways that members of the 138 | public may access the material from a place and at a time 139 | individually chosen by them. 140 | 141 | m. Sui Generis Database Rights means rights other than copyright 142 | resulting from Directive 96/9/EC of the European Parliament and of 143 | the Council of 11 March 1996 on the legal protection of databases, 144 | as amended and/or succeeded, as well as other essentially 145 | equivalent rights anywhere in the world. 146 | 147 | n. You means the individual or entity exercising the Licensed Rights 148 | under this Public License. Your has a corresponding meaning. 149 | 150 | 151 | Section 2 -- Scope. 152 | 153 | a. License grant. 154 | 155 | 1. Subject to the terms and conditions of this Public License, 156 | the Licensor hereby grants You a worldwide, royalty-free, 157 | non-sublicensable, non-exclusive, irrevocable license to 158 | exercise the Licensed Rights in the Licensed Material to: 159 | 160 | a. reproduce and Share the Licensed Material, in whole or 161 | in part, for NonCommercial purposes only; and 162 | 163 | b. produce, reproduce, and Share Adapted Material for 164 | NonCommercial purposes only. 165 | 166 | 2. Exceptions and Limitations. For the avoidance of doubt, where 167 | Exceptions and Limitations apply to Your use, this Public 168 | License does not apply, and You do not need to comply with 169 | its terms and conditions. 170 | 171 | 3. Term. The term of this Public License is specified in Section 172 | 6(a). 173 | 174 | 4. Media and formats; technical modifications allowed. The 175 | Licensor authorizes You to exercise the Licensed Rights in 176 | all media and formats whether now known or hereafter created, 177 | and to make technical modifications necessary to do so. The 178 | Licensor waives and/or agrees not to assert any right or 179 | authority to forbid You from making technical modifications 180 | necessary to exercise the Licensed Rights, including 181 | technical modifications necessary to circumvent Effective 182 | Technological Measures. For purposes of this Public License, 183 | simply making modifications authorized by this Section 2(a) 184 | (4) never produces Adapted Material. 185 | 186 | 5. Downstream recipients. 187 | 188 | a. Offer from the Licensor -- Licensed Material. Every 189 | recipient of the Licensed Material automatically 190 | receives an offer from the Licensor to exercise the 191 | Licensed Rights under the terms and conditions of this 192 | Public License. 193 | 194 | b. Additional offer from the Licensor -- Adapted Material. 195 | Every recipient of Adapted Material from You 196 | automatically receives an offer from the Licensor to 197 | exercise the Licensed Rights in the Adapted Material 198 | under the conditions of the Adapter's License You apply. 199 | 200 | c. No downstream restrictions. You may not offer or impose 201 | any additional or different terms or conditions on, or 202 | apply any Effective Technological Measures to, the 203 | Licensed Material if doing so restricts exercise of the 204 | Licensed Rights by any recipient of the Licensed 205 | Material. 206 | 207 | 6. No endorsement. Nothing in this Public License constitutes or 208 | may be construed as permission to assert or imply that You 209 | are, or that Your use of the Licensed Material is, connected 210 | with, or sponsored, endorsed, or granted official status by, 211 | the Licensor or others designated to receive attribution as 212 | provided in Section 3(a)(1)(A)(i). 213 | 214 | b. Other rights. 215 | 216 | 1. Moral rights, such as the right of integrity, are not 217 | licensed under this Public License, nor are publicity, 218 | privacy, and/or other similar personality rights; however, to 219 | the extent possible, the Licensor waives and/or agrees not to 220 | assert any such rights held by the Licensor to the limited 221 | extent necessary to allow You to exercise the Licensed 222 | Rights, but not otherwise. 223 | 224 | 2. Patent and trademark rights are not licensed under this 225 | Public License. 226 | 227 | 3. To the extent possible, the Licensor waives any right to 228 | collect royalties from You for the exercise of the Licensed 229 | Rights, whether directly or through a collecting society 230 | under any voluntary or waivable statutory or compulsory 231 | licensing scheme. In all other cases the Licensor expressly 232 | reserves any right to collect such royalties, including when 233 | the Licensed Material is used other than for NonCommercial 234 | purposes. 235 | 236 | 237 | Section 3 -- License Conditions. 238 | 239 | Your exercise of the Licensed Rights is expressly made subject to the 240 | following conditions. 241 | 242 | a. Attribution. 243 | 244 | 1. If You Share the Licensed Material (including in modified 245 | form), You must: 246 | 247 | a. retain the following if it is supplied by the Licensor 248 | with the Licensed Material: 249 | 250 | i. identification of the creator(s) of the Licensed 251 | Material and any others designated to receive 252 | attribution, in any reasonable manner requested by 253 | the Licensor (including by pseudonym if 254 | designated); 255 | 256 | ii. a copyright notice; 257 | 258 | iii. a notice that refers to this Public License; 259 | 260 | iv. a notice that refers to the disclaimer of 261 | warranties; 262 | 263 | v. a URI or hyperlink to the Licensed Material to the 264 | extent reasonably practicable; 265 | 266 | b. indicate if You modified the Licensed Material and 267 | retain an indication of any previous modifications; and 268 | 269 | c. indicate the Licensed Material is licensed under this 270 | Public License, and include the text of, or the URI or 271 | hyperlink to, this Public License. 272 | 273 | 2. You may satisfy the conditions in Section 3(a)(1) in any 274 | reasonable manner based on the medium, means, and context in 275 | which You Share the Licensed Material. For example, it may be 276 | reasonable to satisfy the conditions by providing a URI or 277 | hyperlink to a resource that includes the required 278 | information. 279 | 3. If requested by the Licensor, You must remove any of the 280 | information required by Section 3(a)(1)(A) to the extent 281 | reasonably practicable. 282 | 283 | b. ShareAlike. 284 | 285 | In addition to the conditions in Section 3(a), if You Share 286 | Adapted Material You produce, the following conditions also apply. 287 | 288 | 1. The Adapter's License You apply must be a Creative Commons 289 | license with the same License Elements, this version or 290 | later, or a BY-NC-SA Compatible License. 291 | 292 | 2. You must include the text of, or the URI or hyperlink to, the 293 | Adapter's License You apply. You may satisfy this condition 294 | in any reasonable manner based on the medium, means, and 295 | context in which You Share Adapted Material. 296 | 297 | 3. You may not offer or impose any additional or different terms 298 | or conditions on, or apply any Effective Technological 299 | Measures to, Adapted Material that restrict exercise of the 300 | rights granted under the Adapter's License You apply. 301 | 302 | 303 | Section 4 -- Sui Generis Database Rights. 304 | 305 | Where the Licensed Rights include Sui Generis Database Rights that 306 | apply to Your use of the Licensed Material: 307 | 308 | a. for the avoidance of doubt, Section 2(a)(1) grants You the right 309 | to extract, reuse, reproduce, and Share all or a substantial 310 | portion of the contents of the database for NonCommercial purposes 311 | only; 312 | 313 | b. if You include all or a substantial portion of the database 314 | contents in a database in which You have Sui Generis Database 315 | Rights, then the database in which You have Sui Generis Database 316 | Rights (but not its individual contents) is Adapted Material, 317 | including for purposes of Section 3(b); and 318 | 319 | c. You must comply with the conditions in Section 3(a) if You Share 320 | all or a substantial portion of the contents of the database. 321 | 322 | For the avoidance of doubt, this Section 4 supplements and does not 323 | replace Your obligations under this Public License where the Licensed 324 | Rights include other Copyright and Similar Rights. 325 | 326 | 327 | Section 5 -- Disclaimer of Warranties and Limitation of Liability. 328 | 329 | a. UNLESS OTHERWISE SEPARATELY UNDERTAKEN BY THE LICENSOR, TO THE 330 | EXTENT POSSIBLE, THE LICENSOR OFFERS THE LICENSED MATERIAL AS-IS 331 | AND AS-AVAILABLE, AND MAKES NO REPRESENTATIONS OR WARRANTIES OF 332 | ANY KIND CONCERNING THE LICENSED MATERIAL, WHETHER EXPRESS, 333 | IMPLIED, STATUTORY, OR OTHER. THIS INCLUDES, WITHOUT LIMITATION, 334 | WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR 335 | PURPOSE, NON-INFRINGEMENT, ABSENCE OF LATENT OR OTHER DEFECTS, 336 | ACCURACY, OR THE PRESENCE OR ABSENCE OF ERRORS, WHETHER OR NOT 337 | KNOWN OR DISCOVERABLE. WHERE DISCLAIMERS OF WARRANTIES ARE NOT 338 | ALLOWED IN FULL OR IN PART, THIS DISCLAIMER MAY NOT APPLY TO YOU. 339 | 340 | b. TO THE EXTENT POSSIBLE, IN NO EVENT WILL THE LICENSOR BE LIABLE 341 | TO YOU ON ANY LEGAL THEORY (INCLUDING, WITHOUT LIMITATION, 342 | NEGLIGENCE) OR OTHERWISE FOR ANY DIRECT, SPECIAL, INDIRECT, 343 | INCIDENTAL, CONSEQUENTIAL, PUNITIVE, EXEMPLARY, OR OTHER LOSSES, 344 | COSTS, EXPENSES, OR DAMAGES ARISING OUT OF THIS PUBLIC LICENSE OR 345 | USE OF THE LICENSED MATERIAL, EVEN IF THE LICENSOR HAS BEEN 346 | ADVISED OF THE POSSIBILITY OF SUCH LOSSES, COSTS, EXPENSES, OR 347 | DAMAGES. WHERE A LIMITATION OF LIABILITY IS NOT ALLOWED IN FULL OR 348 | IN PART, THIS LIMITATION MAY NOT APPLY TO YOU. 349 | 350 | c. The disclaimer of warranties and limitation of liability provided 351 | above shall be interpreted in a manner that, to the extent 352 | possible, most closely approximates an absolute disclaimer and 353 | waiver of all liability. 354 | 355 | 356 | Section 6 -- Term and Termination. 357 | 358 | a. This Public License applies for the term of the Copyright and 359 | Similar Rights licensed here. However, if You fail to comply with 360 | this Public License, then Your rights under this Public License 361 | terminate automatically. 362 | 363 | b. Where Your right to use the Licensed Material has terminated under 364 | Section 6(a), it reinstates: 365 | 366 | 1. automatically as of the date the violation is cured, provided 367 | it is cured within 30 days of Your discovery of the 368 | violation; or 369 | 370 | 2. upon express reinstatement by the Licensor. 371 | 372 | For the avoidance of doubt, this Section 6(b) does not affect any 373 | right the Licensor may have to seek remedies for Your violations 374 | of this Public License. 375 | 376 | c. For the avoidance of doubt, the Licensor may also offer the 377 | Licensed Material under separate terms or conditions or stop 378 | distributing the Licensed Material at any time; however, doing so 379 | will not terminate this Public License. 380 | 381 | d. Sections 1, 5, 6, 7, and 8 survive termination of this Public 382 | License. 383 | 384 | 385 | Section 7 -- Other Terms and Conditions. 386 | 387 | a. The Licensor shall not be bound by any additional or different 388 | terms or conditions communicated by You unless expressly agreed. 389 | 390 | b. Any arrangements, understandings, or agreements regarding the 391 | Licensed Material not stated herein are separate from and 392 | independent of the terms and conditions of this Public License. 393 | 394 | 395 | Section 8 -- Interpretation. 396 | 397 | a. For the avoidance of doubt, this Public License does not, and 398 | shall not be interpreted to, reduce, limit, restrict, or impose 399 | conditions on any use of the Licensed Material that could lawfully 400 | be made without permission under this Public License. 401 | 402 | b. To the extent possible, if any provision of this Public License is 403 | deemed unenforceable, it shall be automatically reformed to the 404 | minimum extent necessary to make it enforceable. If the provision 405 | cannot be reformed, it shall be severed from this Public License 406 | without affecting the enforceability of the remaining terms and 407 | conditions. 408 | 409 | c. No term or condition of this Public License will be waived and no 410 | failure to comply consented to unless expressly agreed to by the 411 | Licensor. 412 | 413 | d. Nothing in this Public License constitutes or may be interpreted 414 | as a limitation upon, or waiver of, any privileges and immunities 415 | that apply to the Licensor or You, including from the legal 416 | processes of any jurisdiction or authority. 417 | 418 | ======================================================================= 419 | 420 | Creative Commons is not a party to its public 421 | licenses. Notwithstanding, Creative Commons may elect to apply one of 422 | its public licenses to material it publishes and in those instances 423 | will be considered the “Licensor.” The text of the Creative Commons 424 | public licenses is dedicated to the public domain under the CC0 Public 425 | Domain Dedication. Except for the limited purpose of indicating that 426 | material is shared under a Creative Commons public license or as 427 | otherwise permitted by the Creative Commons policies published at 428 | creativecommons.org/policies, Creative Commons does not authorize the 429 | use of the trademark "Creative Commons" or any other trademark or logo 430 | of Creative Commons without its prior written consent including, 431 | without limitation, in connection with any unauthorized modifications 432 | to any of its public licenses or any other arrangements, 433 | understandings, or agreements concerning use of licensed material. For 434 | the avoidance of doubt, this paragraph does not form part of the 435 | public licenses. 436 | 437 | Creative Commons may be contacted at creativecommons.org. 438 | 439 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # SYSUv6-DNS 2 | 3 | 这个项目是由 [SYSUv6-hosts](https://github.com/LGA1150/SYSUv6-hosts) 启发,利用 dnsmasq 和 [Pcap_DNSProxy](https://github.com/chengr28/Pcap_DNSProxy) 实现的中山大学校园网 DNS,主要由 [LGA1150](https://github.com/LGA1150) 负责维护。 4 | 5 | ## 原理 6 | 7 | 在中山大学,对于一般的网络流量大多数的出口是中国联通和中国移动,平均带宽只有 6Mbps 左右,但实际上校园网的出口还有长城宽带和教育网,且教育网支持 IPv4 与 IPv6。本 DNS 能有效地将部分有域名解析到长城宽带、教育网的 CDN 上,从而提高网速。 8 | 9 | 为了更好的上网体验,需要使用 [HTTPS Everywhere](https://www.eff.org/https-everywhere) 浏览器扩展,但目前该扩展对国内网站的支持较差,若访问国内网站出现问题,请尝试停用该网站规则或停用扩展(如无法登录新浪网的帐号,请尝试停用`sina.com.cn`的规则)。 10 | 11 | 如果想新增加速网站,请提交 issue ,我们将会检测该网站是否可加速。 12 | 13 | ## 使用方法 14 | 15 | 你可以下载 `conf/` 内的配置,利用 dnsmasq 和 [Pcap_DNSProxy](https://github.com/chengr28/Pcap_DNSProxy) 自行搭建 DNS,请注意对应路径和上游 DNS 的修改。 16 | 17 | ## 公共 DNS 地址 18 | 19 | 东校区: 20 | 21 | 主 DNS: 172.18.157.17 22 | 23 | 备用 DNS: 172.18.156.31 24 | 25 | 珠海校区 26 | 27 | 主 DNS: 172.16.84.173 28 | 29 | 备用 DNS: 172.16.84.193 30 | 31 | ## 公共 DNS 细节 32 | 33 | 你可以直接使用我们搭建的 DNS,但请注意此 DNS 在寒暑假期间并不会提供服务。 34 | 35 | 东校区主 DNS 节点部署在一台 WRT1900ACv2 上,通过千兆以太网与校园网相连;而备用 DNS 节点部署在 斐讯K2 上,通过百兆以太网与校园网相连。珠海校区主、副 DNS 节点均部署在极路由上。虽然部署在学生宿舍,但是我们会尽量确保 DNS 服务器的正常运行。 36 | 37 | ## 其他 38 | [如何在路由器后获取到 IPv6 地址](https://github.com/bazingaterry/SYSUv6-DNS/wiki/%E5%A6%82%E4%BD%95%E5%9C%A8%E8%B7%AF%E7%94%B1%E5%99%A8%E5%90%8E%E8%8E%B7%E5%8F%96-IPv6-%E5%9C%B0%E5%9D%80) 39 | 40 | ## Telegram 交流群 41 | 42 | https://t.me/joinchat/C42uG0gGXR3uZ_c4kI-luQ 43 | 44 | ## 许可 45 | 46 | 本仓库的所有内容使用 [![CC Image]][CC BY-NC-SA 4.0] 4.0 许可。 47 | 48 | 49 | 50 | [CC Image]: https://licensebuttons.net/l/by-nc-sa/4.0/80x15.png 51 | [CC BY-NC-SA 4.0]: https://creativecommons.org/licenses/by-nc-sa/4.0/ 52 | -------------------------------------------------------------------------------- /conf/dnsmasq.conf: -------------------------------------------------------------------------------- 1 | no-resolv 2 | no-negcache 3 | min-cache-ttl=3600 4 | 5 | conf-dir=/usr/local/etc/dnsmasq.d 6 | 7 | addn-hosts=/usr/local/etc/host.d/01-neohosts 8 | 9 | server=127.0.0.1#1053 10 | listen-address=0.0.0.0 11 | -------------------------------------------------------------------------------- /conf/dnsmasq.d/custom-sni.conf: -------------------------------------------------------------------------------- 1 | # Twitter 2 | address=/.twitter.com/2602:ffc5:60::1:deab 3 | address=/.twimg.com/2602:ffc5:60::1:deab 4 | address=/.tinypic.com/2602:ffc5:60::1:deab 5 | address=/.twitpic.com/2602:ffc5:60::1:deab 6 | address=/.tweetdeck.com/2602:ffc5:60::1:deab 7 | address=/.t.co/2602:ffc5:60::1:deab 8 | -------------------------------------------------------------------------------- /conf/dnsmasq.d/dns.conf: -------------------------------------------------------------------------------- 1 | server=/ustclug.org/218.192.240.2 2 | server=/edu.cn/218.192.240.2 3 | server=/arpa/2001:4860:4860::8888 4 | -------------------------------------------------------------------------------- /conf/dnsmasq.d/kms.conf: -------------------------------------------------------------------------------- 1 | srv-host=_vlmcs._tcp.lan,kms.microsoft.sysu.edu.cn,1688,0,100 -------------------------------------------------------------------------------- /conf/host.d/01-neohosts: -------------------------------------------------------------------------------- 1 | #********************************************************* 2 | # Copyright (c), Neko Dev Team & neoHosts Team. 3 | # https://github.com/neofelhz/neohosts 4 | # 5 | # This work is licensed under a MIT License. 6 | # https://github.com/neofelhz/neohosts/blob/data/LICENSE 7 | # 8 | #********************************************************* 9 | # Localhost (DO NOT REMOVE) Start 10 | 127.0.0.1 localhost 11 | ::1 localhost 12 | ::1 ip6-localhost 13 | ::1 ip6-loopback 14 | # Localhost (DO NOT REMOVE) End 15 | #********************************************************* 16 | 0.0.0.0 0.r.msn.com 17 | 0.0.0.0 1100.adsina.allyes.com 18 | 0.0.0.0 1148.adsina.allyes.com 19 | 0.0.0.0 114.allyes.com 20 | 0.0.0.0 114so.cn 21 | 0.0.0.0 123.sogou.com 22 | 0.0.0.0 1251.adsina.allyes.com 23 | 0.0.0.0 1276.adsina.allyes.com 24 | 0.0.0.0 144.dragonparking.com 25 | 0.0.0.0 154.adsina.allyes.com 26 | 0.0.0.0 161.adsina.allyes.com 27 | 0.0.0.0 163.wrating.com 28 | 0.0.0.0 17173im.allyes.com 29 | 0.0.0.0 18av.mm-cg.co 30 | 0.0.0.0 1.allyes.com.cn 31 | 0.0.0.0 1.wps.cn 32 | 0.0.0.0 1.yhzm.cc 33 | 0.0.0.0 2016.sina.cn 34 | 0.0.0.0 2052.flash2-http.qq.com 35 | 0.0.0.0 312036.com 36 | 0.0.0.0 3dns-2.adobe.com 37 | 0.0.0.0 3dns-3.adobe.com 38 | 0.0.0.0 4171764.fls.doubleclick.net 39 | 0.0.0.0 44.adsina.allyes.com 40 | 0.0.0.0 45.adsina.allyes.com 41 | 0.0.0.0 46sg.com 42 | 0.0.0.0 58lm.vip 43 | 0.0.0.0 60.adsina.allyes.com 44 | 0.0.0.0 801.tianya.cn 45 | 0.0.0.0 803.tianya.cn 46 | 0.0.0.0 809.ok365.com 47 | 0.0.0.0 817.dopa.com 48 | 0.0.0.0 818.dopa.com 49 | 0.0.0.0 818.ok365.com 50 | 0.0.0.0 930.dragonparking.com 51 | 0.0.0.0 a1click.cpc.sogou.com 52 | 0.0.0.0 a3.allyes.com 53 | 0.0.0.0 a-ad.adwo.com 54 | 0.0.0.0 a.ads1.msn.com 55 | 0.0.0.0 a.ads2.msn.com 56 | 0.0.0.0 a.alimama.cn 57 | 0.0.0.0 a.appjiagu.com 58 | 0.0.0.0 aax.amazon-adsystem.com 59 | 0.0.0.0 aax-cpm.amazon-adsystem.com 60 | 0.0.0.0 aax-eu.amazon-adsystem.com 61 | 0.0.0.0 aax-fe.amazon-adsystem.com 62 | 0.0.0.0 aax-fe-pek.amazon-adsystem.com 63 | 0.0.0.0 aax-fe-sin.amazon-adsystem.com 64 | 0.0.0.0 aax-us-east.amazon-adsystem.com 65 | 0.0.0.0 a.baidu.com 66 | 0.0.0.0 abc.xtyx918.com 67 | 0.0.0.0 a.beilamusi.com 68 | 0.0.0.0 a.benshiw.net 69 | 0.0.0.0 abtest.mistat.xiaomi.com 70 | 0.0.0.0 ac3.msn.com 71 | 0.0.0.0 ac.atpanel.com 72 | 0.0.0.0 acjs.aliyun.com 73 | 0.0.0.0 ac.mmstat.com 74 | 0.0.0.0 acookie.alimama.com 75 | 0.0.0.0 acs4baichuan.m.taobao.com 76 | 0.0.0.0 act.commercial.shouji.360.cn 77 | 0.0.0.0 activate.adobe.com 78 | 0.0.0.0 activate-sea.adobe.com 79 | 0.0.0.0 activate-sjc0.adobe.com 80 | 0.0.0.0 activate.wip3.adobe.com 81 | 0.0.0.0 activeqq.3g.qq.com 82 | 0.0.0.0 activity.yuyiya.com 83 | 0.0.0.0 actsdk.idreamsky.com 84 | 0.0.0.0 acuityplatform.com 85 | 0.0.0.0 ad.1111cpc.com 86 | 0.0.0.0 ad1.greedland.net 87 | 0.0.0.0 ad1.sina.com.cn 88 | 0.0.0.0 ad1.udn.com 89 | 0.0.0.0 ad2.sina.com.cn 90 | 0.0.0.0 ad2.udn.com 91 | 0.0.0.0 ad2.yam.com 92 | 0.0.0.0 ad.363.in 93 | 0.0.0.0 ad3.sina.com.cn 94 | 0.0.0.0 ad3.udn.com 95 | 0.0.0.0 ad4.sina.com 96 | 0.0.0.0 ad4.sina.com.cn 97 | 0.0.0.0 ad4.udn.com 98 | 0.0.0.0 ad5.sina.com.cn 99 | 0.0.0.0 ad.adhouyi.cn 100 | 0.0.0.0 adadvisor.net 101 | 0.0.0.0 ad.adwo.com 102 | 0.0.0.0 ad-apac.doubleclick.net 103 | 0.0.0.0 adapi.lenovogame.com 104 | 0.0.0.0 ad.api.moji.com 105 | 0.0.0.0 adapi.shouji.360.cn 106 | 0.0.0.0 adasad.myweb.hinet.net 107 | 0.0.0.0 adashbc.m.taobao.com 108 | 0.0.0.0 adashbc.ut.taobao.com 109 | 0.0.0.0 adash.man.aliyuncs.com 110 | 0.0.0.0 adash.m.taobao.com 111 | 0.0.0.0 adashxgc.ut.taobao.com 112 | 0.0.0.0 adashx.m.taobao.com 113 | 0.0.0.0 ad-bg.adwo.com 114 | 0.0.0.0 ad.caiyunapp.com 115 | 0.0.0.0 adcast.deviantart.com 116 | 0.0.0.0 adclick.g.doubleclick.net 117 | 0.0.0.0 ad.cn.doubleclick.net 118 | 0.0.0.0 adcore.lenovomm.com 119 | 0.0.0.0 ad-count.adwo.com 120 | 0.0.0.0 ad-delivery.net 121 | 0.0.0.0 ad.dev.360.cn 122 | 0.0.0.0 ad.doubleclick.net 123 | 0.0.0.0 ad.dqwjzm.com 124 | 0.0.0.0 ad.duapps.com 125 | 0.0.0.0 adeventtracker.spotify.com 126 | 0.0.0.0 adfarm.mediaplex.com 127 | 0.0.0.0 adfill.adview.cn 128 | 0.0.0.0 adfilter.imtt.qq.com 129 | 0.0.0.0 ad.flurry.com 130 | 0.0.0.0 adfuture.cn 131 | 0.0.0.0 ad.gamebox.360.cn 132 | 0.0.0.0 adgeo.163.com 133 | 0.0.0.0 ad.greedland.net 134 | 0.0.0.0 adimages.sina.com.hk 135 | 0.0.0.0 adimg.daumcdn.net 136 | 0.0.0.0 adimg.deviantart.net 137 | 0.0.0.0 adimg.mobile.sina.cn 138 | 0.0.0.0 adimg.qxlsjw.com 139 | 0.0.0.0 adimg.uve.weibo.com 140 | 0.0.0.0 adinfo.ra1.xlmc.sec.miui.com 141 | 0.0.0.0 ad.jp.doubleclick.net 142 | 0.0.0.0 ad.jsnbrynb.com 143 | 0.0.0.0 adlaunch.moji.com 144 | 0.0.0.0 adlog.flurry.com 145 | 0.0.0.0 adm.baidu.com 146 | 0.0.0.0 admd.yam.com 147 | 0.0.0.0 adm.icast.cn 148 | 0.0.0.0 adm.leju.sina.com.cn 149 | 0.0.0.0 ad.netowl.jp 150 | 0.0.0.0 adnet.sohu.com 151 | 0.0.0.0 adn.insight.ucweb.com 152 | 0.0.0.0 adobe-dns-2.adobe.com 153 | 0.0.0.0 adobe-dns-3.adobe.com 154 | 0.0.0.0 adobe-dns.adobe.com 155 | 0.0.0.0 a.domob.cn 156 | 0.0.0.0 a.dounanhuahui.com 157 | 0.0.0.0 adping.qq.com 158 | 0.0.0.0 ad.player.baidu.com 159 | 0.0.0.0 adpm.app.qq.com 160 | 0.0.0.0 adpro.pro.cn 161 | 0.0.0.0 adpublish.ydstatic.com 162 | 0.0.0.0 ad.qq.com 163 | 0.0.0.0 ad.qun.qq.com 164 | 0.0.0.0 adrdir.qq.com 165 | 0.0.0.0 adres.myaora.net 166 | 0.0.0.0 ads1.msads.net 167 | 0.0.0.0 ads1.msn.com 168 | 0.0.0.0 ads2.msads.net 169 | 0.0.0.0 ads2.msn.com 170 | 0.0.0.0 ads.979799777.com 171 | 0.0.0.0 ads.adaptv.advertising.com 172 | 0.0.0.0 ads.bssdl.kugou.com 173 | 0.0.0.0 adscdn.baidu.com 174 | 0.0.0.0 adsclick.qq.com 175 | 0.0.0.0 adsco.re 176 | 0.0.0.0 ads.creative-serving.com 177 | 0.0.0.0 adsence.sogou.com 178 | 0.0.0.0 adsense.html5.qq.com 179 | 0.0.0.0 adserve2.tom.com 180 | 0.0.0.0 adserver.adtech.de 181 | 0.0.0.0 adserver.adtechus.com 182 | 0.0.0.0 adserver-us.adtech.advertising.com 183 | 0.0.0.0 adserver.xpanama.net 184 | 0.0.0.0 adserver.yahoo.com 185 | 0.0.0.0 ads.eu.msn.com 186 | 0.0.0.0 adsfile.qq.com 187 | 0.0.0.0 ads.flurry.com 188 | 0.0.0.0 adsfs.oppomobile.com 189 | 0.0.0.0 ads.gionee.com 190 | 0.0.0.0 ads.gmodules.com 191 | 0.0.0.0 ads.google.com 192 | 0.0.0.0 adsgroup.qq.com 193 | 0.0.0.0 adshmct.qq.com 194 | 0.0.0.0 adshmmsg.qq.com 195 | 0.0.0.0 adsina.allyes.com 196 | 0.0.0.0 adslvfile.qq.com 197 | 0.0.0.0 adslvseed.qq.com 198 | 0.0.0.0 adsmogo.com 199 | 0.0.0.0 ads.msn.com 200 | 0.0.0.0 ads.ninemsn.com.au 201 | 0.0.0.0 adsolution.imtt.qq.com 202 | 0.0.0.0 ads.pubmatic.com 203 | 0.0.0.0 adsp.xunlei.com 204 | 0.0.0.0 adsqqclick.qq.com 205 | 0.0.0.0 adsrich.qq.com 206 | 0.0.0.0 ads.servebom.com 207 | 0.0.0.0 ads.service.kugou.com 208 | 0.0.0.0 ads.sina.com 209 | 0.0.0.0 ads.stickyadstv.com 210 | 0.0.0.0 adss.yahoo.com 211 | 0.0.0.0 adstextview.qq.com 212 | 0.0.0.0 adstream.123.sogoucdn.com 213 | 0.0.0.0 adsunflower.com 214 | 0.0.0.0 adsview2.qq.com 215 | 0.0.0.0 adsview.qq.com 216 | 0.0.0.0 ads.waps.cn 217 | 0.0.0.0 ads.wapx.cn 218 | 0.0.0.0 ads-west-colo.adsymptotic.com 219 | 0.0.0.0 ads.yahoo.com 220 | 0.0.0.0 ads.yam.com 221 | 0.0.0.0 ads.yimg.com 222 | 0.0.0.0 adsyndication.msn.com 223 | 0.0.0.0 ads.youtube.com 224 | 0.0.0.0 adtest.adwo.com 225 | 0.0.0.0 ad.toutiao.com 226 | 0.0.0.0 adtrack.ucweb.com 227 | 0.0.0.0 adui.tg.meitu.com 228 | 0.0.0.0 adv2.downsave.com 229 | 0.0.0.0 adv.app.qq.com 230 | 0.0.0.0 adver.qq.com 231 | 0.0.0.0 adview.cn 232 | 0.0.0.0 adv.sec.miui.com 233 | 0.0.0.0 ad.wang502.com 234 | 0.0.0.0 ad.winrar.com.cn 235 | 0.0.0.0 ad.wretch.cc 236 | 0.0.0.0 adx.ads.oppomobile.com 237 | 0.0.0.0 adx.g.doubleclick.net 238 | 0.0.0.0 adx.pro.cn 239 | 0.0.0.0 ad.xxguan.cn 240 | 0.0.0.0 adx.xiaodutv.com 241 | 0.0.0.0 adzjvnet.allyes.com 242 | 0.0.0.0 ad.zuimeitianqi.com 243 | 0.0.0.0 ae.bdstatic.com 244 | 0.0.0.0 aecpm.alicdn.com 245 | 0.0.0.0 a.epinv.com 246 | 0.0.0.0 aeventlog.beacon.qq.com 247 | 0.0.0.0 afd.l.google.com 248 | 0.0.0.0 afp.adchina.com 249 | 0.0.0.0 afp.alicdn.com 250 | 0.0.0.0 afpeng.alimama.com 251 | 0.0.0.0 afpmm.alicdn.com 252 | 0.0.0.0 afpssp.alimama.com 253 | 0.0.0.0 afptrack.alimama.com 254 | 0.0.0.0 afs.googlesyndication.com 255 | 0.0.0.0 a.global.msads.net 256 | 0.0.0.0 agoodm.m.taobao.com 257 | 0.0.0.0 agoodm.wapa.taobao.com 258 | 0.0.0.0 a.hl.mi.com 259 | 0.0.0.0 a.holagames.com 260 | 0.0.0.0 aider-res.meizu.com 261 | 0.0.0.0 ai.m.taobao.com 262 | 0.0.0.0 ai.taobao.com 263 | 0.0.0.0 ai.yimg.jp 264 | 0.0.0.0 aka-cdn.adtechus.com 265 | 0.0.0.0 aka-cdn-ns.adtechus.com 266 | 0.0.0.0 akxsrsdbursfpx.bid 267 | 0.0.0.0 alimama.alicdn.com 268 | 0.0.0.0 alissl.ucdl.pp.uc.cn 269 | 0.0.0.0 alitui.weibo.com 270 | 0.0.0.0 aliunion.cn.yahoo.com 271 | 0.0.0.0 allnews.uodoo.com 272 | 0.0.0.0 allyesbjafa.allyes.com 273 | 0.0.0.0 allyes.com 274 | 0.0.0.0 allyesshafa.allyes.com 275 | 0.0.0.0 alog.umengcloud.com 276 | 0.0.0.0 alog.umeng.com 277 | 0.0.0.0 alpha.brand.sogou.com 278 | 0.0.0.0 ama.adwo.com 279 | 0.0.0.0 amdc.m.taobao.com 280 | 0.0.0.0 am.g.ireader.com 281 | 0.0.0.0 a.m.shuhuangge.org 282 | 0.0.0.0 ams.lenovomm.com 283 | 0.0.0.0 analy.qq.com 284 | 0.0.0.0 analytics3.starschina.com 285 | 0.0.0.0 analytics.ad.daum.net 286 | 0.0.0.0 analytics.msn.com 287 | 0.0.0.0 analytics.r.msn.com 288 | 0.0.0.0 analytics.snssdk.com 289 | 0.0.0.0 analytics.spotify.com 290 | 0.0.0.0 analytics.yam.com 291 | 0.0.0.0 andmlbf.tj.ijinshan.com 292 | 0.0.0.0 android-lrcresource.wps.cn 293 | 0.0.0.0 android.push.126.net 294 | 0.0.0.0 android.rqd.qq.com 295 | 0.0.0.0 an.m.liebao.cn 296 | 0.0.0.0 an.yandex.ru 297 | 0.0.0.0 api0.tuisong.baidu.com 298 | 0.0.0.0 api1.tuisong.baidu.com 299 | 0.0.0.0 api2.play.cn 300 | 0.0.0.0 api2.tuisong.baidu.com 301 | 0.0.0.0 api3.tuisong.baidu.com 302 | 0.0.0.0 api4.tuisong.baidu.com 303 | 0.0.0.0 api5.tuisong.baidu.com 304 | 0.0.0.0 api6.tuisong.baidu.com 305 | 0.0.0.0 api7.tuisong.baidu.com 306 | 0.0.0.0 api8.tuisong.baidu.com 307 | 0.0.0.0 api9.tuisong.baidu.com 308 | 0.0.0.0 api.admob.com 309 | 0.0.0.0 api.ad.xiaomi.com 310 | 0.0.0.0 api.airpush.com 311 | 0.0.0.0 api.appjiagu.com 312 | 0.0.0.0 api.apps.sina.cn 313 | 0.0.0.0 api.bailingjiankang.com 314 | 0.0.0.0 api.bs.zui.com 315 | 0.0.0.0 apiconfig.adwo.com 316 | 0.0.0.0 api.cpu.baidu.com 317 | 0.0.0.0 api.domob.cn 318 | 0.0.0.0 api.doumob.com 319 | 0.0.0.0 api.dreamfull.cn 320 | 0.0.0.0 api-flow.flyme.cn 321 | 0.0.0.0 api.g1.junfull.com 322 | 0.0.0.0 api.g2.junfull.com 323 | 0.0.0.0 api.iapps.ifeng.com 324 | 0.0.0.0 api.iimedia.cn 325 | 0.0.0.0 api.jr.mi.com 326 | 0.0.0.0 api.koudaikj.com 327 | 0.0.0.0 api.mobula.sdk.duapps.com 328 | 0.0.0.0 api.mp.uc.cn 329 | 0.0.0.0 api.newad.ifeng.com 330 | 0.0.0.0 api.open.uc.cn 331 | 0.0.0.0 api.primecaster.net 332 | 0.0.0.0 api-push.meizu.com 333 | 0.0.0.0 api.ra2.xlmc.sec.miui.com 334 | 0.0.0.0 api.sec.miui.com 335 | 0.0.0.0 api.share.baidu.com 336 | 0.0.0.0 api-shoulei-ssl.xunlei.com 337 | 0.0.0.0 api.shuaji.360.cn 338 | 0.0.0.0 api.so.lianmeng.360.cn 339 | 0.0.0.0 apistaging.airpush.com 340 | 0.0.0.0 api.tr.blismedia.com 341 | 0.0.0.0 api.tuisong.baidu.com 342 | 0.0.0.0 api.tw06.xlmc.sec.miui.com 343 | 0.0.0.0 api.wapa.taobao.com 344 | 0.0.0.0 api.waptest.taobao.com 345 | 0.0.0.0 api.wsq.umeng.com 346 | 0.0.0.0 api.youxiaoad.com 347 | 0.0.0.0 apns.ios.ijinshan.com 348 | 0.0.0.0 apoll.m.taobao.com 349 | 0.0.0.0 app01.nodes.gslb.mi-idc.com 350 | 0.0.0.0 app02.nodes.gslb.mi-idc.com 351 | 0.0.0.0 app.50bang.org 352 | 0.0.0.0 appc.baidu.com 353 | 0.0.0.0 appdownload.alicdn.com 354 | 0.0.0.0 appgift.sinaapp.com 355 | 0.0.0.0 applog.uc.cn 356 | 0.0.0.0 apppic.yingyongbei.com 357 | 0.0.0.0 appsupdate.sinaapp.com 358 | 0.0.0.0 appsupport.qq.com 359 | 0.0.0.0 app.uu.cc 360 | 0.0.0.0 appwall.api.airpush.com 361 | 0.0.0.0 app.waps.cn 362 | 0.0.0.0 app.wapx.cn 363 | 0.0.0.0 a.qiao024.com 364 | 0.0.0.0 ard.yahoo.co.jp 365 | 0.0.0.0 aries.mzres.com 366 | 0.0.0.0 art.theta.sogoucdn.com 367 | 0.0.0.0 asearch.alicdn.com 368 | 0.0.0.0 astat.bugly.qq.com 369 | 0.0.0.0 a.stat.xiaomi.com 370 | 0.0.0.0 astrategy.beacon.qq.com 371 | 0.0.0.0 as.trklinklog.com 372 | 0.0.0.0 atanx2.alicdn.com 373 | 0.0.0.0 atanx.alicdn.com 374 | 0.0.0.0 a.tanx.com 375 | 0.0.0.0 athena.wan.sogou.com 376 | 0.0.0.0 a.tribalfusion.com 377 | 0.0.0.0 at.umeng.com 378 | 0.0.0.0 a.union.mi.com 379 | 0.0.0.0 au.umeng.co 380 | 0.0.0.0 au.umeng.com 381 | 0.0.0.0 a.waczt.cn 382 | 0.0.0.0 ax.ggfeng.com 383 | 0.0.0.0 a.youdao.com 384 | 0.0.0.0 azabu-u.ac.jp 385 | 0.0.0.0 b1sync.zemanta.com 386 | 0.0.0.0 badad.googleplex.com 387 | 0.0.0.0 b.ads1.msn.com 388 | 0.0.0.0 baichuan.baidu.com 389 | 0.0.0.0 baidutv.baidu.com 390 | 0.0.0.0 banner.alimama.com 391 | 0.0.0.0 b.appjiagu.com 392 | 0.0.0.0 bar.baidu.com 393 | 0.0.0.0 bazinga.mse.sogou.com 394 | 0.0.0.0 bce.baidu.com 395 | 0.0.0.0 bc.geocities.yahoo.co.jp 396 | 0.0.0.0 bcjjg.bugsevent.com 397 | 0.0.0.0 bcjxf.bugsevent.com 398 | 0.0.0.0 b.clkservice.youdao.com 399 | 0.0.0.0 bd1.dopa.com 400 | 0.0.0.0 bd2.dopa.com 401 | 0.0.0.0 bdapi.ads.oppomobile.com 402 | 0.0.0.0 bdd.hainan.net 403 | 0.0.0.0 bdimg.share.baidu.com 404 | 0.0.0.0 b.domob.cn 405 | 0.0.0.0 bdplus.baidu.com 406 | 0.0.0.0 bds.hainan.net 407 | 0.0.0.0 bd.soarfi.cn 408 | 0.0.0.0 beacon.gtimg.com 409 | 0.0.0.0 beacon.sina.com.cn 410 | 0.0.0.0 beap.adss.yahoo.com 411 | 0.0.0.0 beap-bc.yahoo.com 412 | 0.0.0.0 beha.ksmobile.com 413 | 0.0.0.0 b.epinv.com 414 | 0.0.0.0 bes-progfree.com 415 | 0.0.0.0 beta.airpush.com 416 | 0.0.0.0 bh.contextweb.com 417 | 0.0.0.0 bid.adview.cn 418 | 0.0.0.0 bid.g.doubleclick.net 419 | 0.0.0.0 bigdata.adfuture.cn 420 | 0.0.0.0 bigdata.adsunflower.com 421 | 0.0.0.0 bigdata.adups.com 422 | 0.0.0.0 bigdata.advmob.cn 423 | 0.0.0.0 bite.theta.sogoucdn.com 424 | 0.0.0.0 biz.live.xunlei.com 425 | 0.0.0.0 biz.weibo.com 426 | 0.0.0.0 bj.bcebos.com 427 | 0.0.0.0 bjdnserror1.wo.com.cn 428 | 0.0.0.0 bjdnserror2.wo.com.cn 429 | 0.0.0.0 bjdnserror3.wo.com.cn 430 | 0.0.0.0 bjdnserror4.wo.com.cn 431 | 0.0.0.0 bjdnserror5.wo.com.cn 432 | 0.0.0.0 bjdnserror6.wo.com.cn 433 | 0.0.0.0 bjdnserror7.wo.com.cn 434 | 0.0.0.0 blogad01.myweb.hinet.net 435 | 0.0.0.0 blogad02.myweb.hinet.net 436 | 0.0.0.0 bm.alimama.cn 437 | 0.0.0.0 bmvip.alimama.cn 438 | 0.0.0.0 bobo.163.com 439 | 0.0.0.0 bokee.allyes.com 440 | 0.0.0.0 bp.mobad.ijinshan.com 441 | 0.0.0.0 brand.sogou.com 442 | 0.0.0.0 bro.flyme.cn 443 | 0.0.0.0 browser.gwdang.com 444 | 0.0.0.0 bsiet.husky.sogou.com 445 | 0.0.0.0 bs.l.qq.com 446 | 0.0.0.0 bss.pandora.xiaomi.com 447 | 0.0.0.0 btlaunch.baidu.com 448 | 0.0.0.0 bttrack.com 449 | 0.0.0.0 bugreportv2.qq.com 450 | 0.0.0.0 buyimg.bianxianmao.com 451 | 0.0.0.0 c0.ifengimg.com 452 | 0.0.0.0 c1.adform.net 453 | 0.0.0.0 c1.ifengimg.com 454 | 0.0.0.0 c1.minisplat.cn 455 | 0.0.0.0 c1.popads.net 456 | 0.0.0.0 c2.l.qq.com 457 | 0.0.0.0 c2.popads.net 458 | 0.0.0.0 c.35kds.com 459 | 0.0.0.0 c-adash.m.taobao.com 460 | 0.0.0.0 c.admob.com 461 | 0.0.0.0 c.adsco.re 462 | 0.0.0.0 c.alimama.com 463 | 0.0.0.0 cal.meizu.com 464 | 0.0.0.0 calopenupdate.comm.miui.com 465 | 0.0.0.0 c.amazon-adsystem.com 466 | 0.0.0.0 canvas.gdt.qq.com 467 | 0.0.0.0 c.appjiagu.com 468 | 0.0.0.0 carbonads.net 469 | 0.0.0.0 cas.pxl.ace.advertising.com 470 | 0.0.0.0 cast.ra.icast.cn 471 | 0.0.0.0 catalog.video.msn.com 472 | 0.0.0.0 c.baidu.com 473 | 0.0.0.0 cb.alimama.cn 474 | 0.0.0.0 cb.baidu.com 475 | 0.0.0.0 c.betrad.com 476 | 0.0.0.0 c.bing.com 477 | 0.0.0.0 c.biz.weibo.com 478 | 0.0.0.0 cbjs.baidu.com 479 | 0.0.0.0 cb.l.qq.com 480 | 0.0.0.0 c.bxb.oupeng.com 481 | 0.0.0.0 ccclub.cmbchina.com 482 | 0.0.0.0 cdn0.mobmore.com 483 | 0.0.0.0 cdn2.moji002.com 484 | 0.0.0.0 cdn.ads.jlscds.com 485 | 0.0.0.0 cdn.adsk2.co 486 | 0.0.0.0 cdn-ads.oss-cn-shanghai.aliyuncs.com 487 | 0.0.0.0 cdn.adstract.com 488 | 0.0.0.0 cdn.ad.xiaomi.com 489 | 0.0.0.0 cdn.ark.qq.com 490 | 0.0.0.0 cdn.districtm.io 491 | 0.0.0.0 cdn.dragonstatic.com 492 | 0.0.0.0 cdn.flurry.com 493 | 0.0.0.0 cdnimg.liehu.ijinshan.com 494 | 0.0.0.0 cdn.lu.sogoucdn.com 495 | 0.0.0.0 cdn.optaim.com 496 | 0.0.0.0 cdn.popcash.net 497 | 0.0.0.0 cdn.popmyads.com 498 | 0.0.0.0 cdn.puata.info 499 | 0.0.0.0 cdn.taboolasyndication.com 500 | 0.0.0.0 cdn.tanx.com 501 | 0.0.0.0 c.domob.cn 502 | 0.0.0.0 cee1.iteye.com 503 | 0.0.0.0 cee2.iteye.com 504 | 0.0.0.0 cfg.imtt.qq.com 505 | 0.0.0.0 c.gdt.qq.com 506 | 0.0.0.0 cgi.connect.qq.com 507 | 0.0.0.0 chance.adsensor.org 508 | 0.0.0.0 channel.fanxing.kugou.com 509 | 0.0.0.0 cjhq.baidu.com 510 | 0.0.0.0 cj.qidian.com 511 | 0.0.0.0 cjroq.bealge.sogou.com 512 | 0.0.0.0 cl.he9630.com 513 | 0.0.0.0 click1forhz.adsmogo.com 514 | 0.0.0.0 click2forhz.adsmogo.com 515 | 0.0.0.0 click3forhz.adsmogo.com 516 | 0.0.0.0 click.bes.baidu.com 517 | 0.0.0.0 click.hm.baidu.com 518 | 0.0.0.0 click.jebe.renren.com 519 | 0.0.0.0 click.mz.simba.taobao.com 520 | 0.0.0.0 click.qianqian.com 521 | 0.0.0.0 clicks.beap.bc.yahoo.com 522 | 0.0.0.0 click.simba.taobao.com 523 | 0.0.0.0 click.stat.hao.360.cn 524 | 0.0.0.0 click.tanx.com 525 | 0.0.0.0 click.tianyaui.com 526 | 0.0.0.0 click.tz.simba.taobao.com 527 | 0.0.0.0 click.uve.mobile.sina.cn 528 | 0.0.0.0 click.wrating.com 529 | 0.0.0.0 client.show.qq.com 530 | 0.0.0.0 client.stats.yinyuetai.com 531 | 0.0.0.0 clk.optaim.com 532 | 0.0.0.0 clkservice2.dict.youdao.com 533 | 0.0.0.0 clkservice.mail.youdao.com 534 | 0.0.0.0 clkservice.union.youdao.com 535 | 0.0.0.0 clkservice.youdao.com 536 | 0.0.0.0 cloudcdn.dopa.com 537 | 0.0.0.0 cloudcdn.dopa.com.cn 538 | 0.0.0.0 cloudcdn.yousee.com 539 | 0.0.0.0 cloudservice22.kingsoft-office-service.com 540 | 0.0.0.0 c.l.qq.com 541 | 0.0.0.0 cm066.getui.igexin.com 542 | 0.0.0.0 cm.adgrx.com 543 | 0.0.0.0 cm.adkmob.com 544 | 0.0.0.0 cm.baichuan.baidu.com 545 | 0.0.0.0 cm.baidu.com 546 | 0.0.0.0 cmcdl.cmcm.com 547 | 0.0.0.0 cmc.tanx.com 548 | 0.0.0.0 cm.ctnsnet.com 549 | 0.0.0.0 cm.dmp.sina.cn 550 | 0.0.0.0 cm.e.qq.com 551 | 0.0.0.0 cm.eyereturn.com 552 | 0.0.0.0 cm.g.doubleclick.net 553 | 0.0.0.0 c.minisplat.cn 554 | 0.0.0.0 cm.ipinyou.com 555 | 0.0.0.0 cm.l.qq.com 556 | 0.0.0.0 cm.netseer.com 557 | 0.0.0.0 cm.optaim.com 558 | 0.0.0.0 cm.p4p.cn.yahoo.com 559 | 0.0.0.0 cm.pos.baidu.com 560 | 0.0.0.0 cms.an.m.liebao.cn 561 | 0.0.0.0 c.msn.com 562 | 0.0.0.0 c.msn.com.cn 563 | 0.0.0.0 cms.opendsp.tanx.com 564 | 0.0.0.0 cms.quantserve.com 565 | 0.0.0.0 cms.tanx.com 566 | 0.0.0.0 cnzz.mmstat.com 567 | 0.0.0.0 coed-d.openx.net 568 | 0.0.0.0 col.hztags.net 569 | 0.0.0.0 config.adsage.cn 570 | 0.0.0.0 config.adsage.com 571 | 0.0.0.0 config.adview.cn 572 | 0.0.0.0 config.mobisage.cn 573 | 0.0.0.0 config.push.sogou.com 574 | 0.0.0.0 contentrecommend-out.mobile.sina.cn 575 | 0.0.0.0 conversion.adpro.cn 576 | 0.0.0.0 conversion.pro.cn 577 | 0.0.0.0 conv.youdao.com 578 | 0.0.0.0 cookiemapping.wrating.com 579 | 0.0.0.0 coro.benbaisteel.com 580 | 0.0.0.0 couchcoaster.jp 581 | 0.0.0.0 count10.51yes.com 582 | 0.0.0.0 count11.51yes.com 583 | 0.0.0.0 count12.51yes.com 584 | 0.0.0.0 count13.51yes.com 585 | 0.0.0.0 count14.51yes.com 586 | 0.0.0.0 count15.51yes.com 587 | 0.0.0.0 count16.51yes.com 588 | 0.0.0.0 count17.51yes.com 589 | 0.0.0.0 count18.51yes.com 590 | 0.0.0.0 count19.51yes.com 591 | 0.0.0.0 count20.51yes.com 592 | 0.0.0.0 count21.51yes.com 593 | 0.0.0.0 count22.51yes.com 594 | 0.0.0.0 count23.51yes.com 595 | 0.0.0.0 count24.51yes.com 596 | 0.0.0.0 count2.51yes.com 597 | 0.0.0.0 count25.51yes.com 598 | 0.0.0.0 count26.51yes.com 599 | 0.0.0.0 count27.51yes.com 600 | 0.0.0.0 count28.51yes.com 601 | 0.0.0.0 count29.51yes.com 602 | 0.0.0.0 count30.51yes.com 603 | 0.0.0.0 count31.51yes.com 604 | 0.0.0.0 count32.51yes.com 605 | 0.0.0.0 count33.51yes.com 606 | 0.0.0.0 count34.51yes.com 607 | 0.0.0.0 count3.51yes.com 608 | 0.0.0.0 count35.51yes.com 609 | 0.0.0.0 count36.51yes.com 610 | 0.0.0.0 count37.51yes.com 611 | 0.0.0.0 count38.51yes.com 612 | 0.0.0.0 count39.51yes.com 613 | 0.0.0.0 count40.51yes.com 614 | 0.0.0.0 count41.51yes.com 615 | 0.0.0.0 count42.51yes.com 616 | 0.0.0.0 count43.51yes.com 617 | 0.0.0.0 count44.51yes.com 618 | 0.0.0.0 count4.51yes.com 619 | 0.0.0.0 count45.51yes.com 620 | 0.0.0.0 count46.51yes.com 621 | 0.0.0.0 count47.51yes.com 622 | 0.0.0.0 count48.51yes.com 623 | 0.0.0.0 count49.51yes.com 624 | 0.0.0.0 count50.51yes.com 625 | 0.0.0.0 count51.51yes.com 626 | 0.0.0.0 count.51yes.com 627 | 0.0.0.0 count5.51yes.com 628 | 0.0.0.0 count6.51yes.com 629 | 0.0.0.0 count7.51yes.com 630 | 0.0.0.0 count8.51yes.com 631 | 0.0.0.0 count9.51yes.com 632 | 0.0.0.0 counter.kingsoft.com 633 | 0.0.0.0 counter.sina.com.cn 634 | 0.0.0.0 count.mail.163.com 635 | 0.0.0.0 countt.51yes.com 636 | 0.0.0.0 count.video.sina.com.cn 637 | 0.0.0.0 cpc.brand.sogou.com 638 | 0.0.0.0 cpc.click.alimama.com 639 | 0.0.0.0 cpc.sogou.com 640 | 0.0.0.0 cpro2.baidu.com 641 | 0.0.0.0 cpro2.baidustatic.com 642 | 0.0.0.0 cpro.9xu.com 643 | 0.0.0.0 cpro.baidu.com 644 | 0.0.0.0 cpro.baidustatic.com 645 | 0.0.0.0 cpro.tieba.baidu.com 646 | 0.0.0.0 cpro.zhidao.baidu.com 647 | 0.0.0.0 cpu-admin.baidu.com 648 | 0.0.0.0 cpu.baidu.com 649 | 0.0.0.0 cpv.ty229.com 650 | 0.0.0.0 creative.1111cpc.com 651 | 0.0.0.0 creative.jdkic.com 652 | 0.0.0.0 creative.ltheanine.cn 653 | 0.0.0.0 cre-dp.sina.cn 654 | 0.0.0.0 cre.dp.sina.cn 655 | 0.0.0.0 cre.mix.sina.com.cn 656 | 0.0.0.0 crl.microsoft.com 657 | 0.0.0.0 crm-eve.b2b.alibaba-inc.com 658 | 0.0.0.0 cr.m.liebao.cn 659 | 0.0.0.0 cr-p16.ladsp.com 660 | 0.0.0.0 crs.baidu.com 661 | 0.0.0.0 cs.dqwjzm.com 662 | 0.0.0.0 cszlks.com 663 | 0.0.0.0 cti.w55c.net 664 | 0.0.0.0 ct.niu.xunlei.com 665 | 0.0.0.0 cupid.jebe.renren.com 666 | 0.0.0.0 c.wcpt.biz.weibo.com 667 | 0.0.0.0 c.wrating.com 668 | 0.0.0.0 cws-cctv.conviva.com 669 | 0.0.0.0 cz01016102.ms758.com 670 | 0.0.0.0 d00.sina.com.cn 671 | 0.0.0.0 d0.sina.com.cn 672 | 0.0.0.0 d1grtyyel8f1mh.cloudfront.net 673 | 0.0.0.0 d1.sina.com.cn 674 | 0.0.0.0 d1.sinaimg.cn 675 | 0.0.0.0 d2.sina.com.cn 676 | 0.0.0.0 d31qbv1cthcecs.cloudfront.net 677 | 0.0.0.0 d36eyd5j1kt1m6.cloudfront.net 678 | 0.0.0.0 d3g.qq.com 679 | 0.0.0.0 d3.sina.com.cn 680 | 0.0.0.0 d3.sinaimg.cn 681 | 0.0.0.0 d3v1lb83psg9di.cloudfront.net 682 | 0.0.0.0 d4.sina.com.cn 683 | 0.0.0.0 d5nxst8fruw4z.cloudfront.net 684 | 0.0.0.0 d5p.de17a.com 685 | 0.0.0.0 d5.sina.com.cn 686 | 0.0.0.0 d6.sina.com.cn 687 | 0.0.0.0 d6.sinaimg.cn 688 | 0.0.0.0 d7.sina.com.cn 689 | 0.0.0.0 d7.sinaimg.cn 690 | 0.0.0.0 d8.sina.com.cn 691 | 0.0.0.0 d8.sinaimg.cn 692 | 0.0.0.0 d9.sina.com.cn 693 | 0.0.0.0 daohang.114so.cn 694 | 0.0.0.0 data.ads.oppomobile.com 695 | 0.0.0.0 data.flurry.com 696 | 0.0.0.0 data.mistat.xiaomi.com 697 | 0.0.0.0 datax.baidu.com 698 | 0.0.0.0 dcads.sina.com.cn 699 | 0.0.0.0 d.clkservice.youdao.com 700 | 0.0.0.0 dc.meitustat.com 701 | 0.0.0.0 dd713.bj.bcebos.com 702 | 0.0.0.0 dd.iask.cn 703 | 0.0.0.0 dd.iaskgo.com 704 | 0.0.0.0 ddkkrrla.m.qxs.la 705 | 0.0.0.0 d.domob.cn 706 | 0.0.0.0 ddrrccck.m.qxs.la 707 | 0.0.0.0 delivery.dmkt-sp.jp 708 | 0.0.0.0 de.pandora.xiaomi.com 709 | 0.0.0.0 dev.tg.wan.360.cn 710 | 0.0.0.0 dev.umeng.com 711 | 0.0.0.0 dfc1.benbaisteel.com 712 | 0.0.0.0 df.tanx.com 713 | 0.0.0.0 d.gdt.qq.com 714 | 0.0.0.0 dh.holaworld.cn 715 | 0.0.0.0 dir.minigame.qq.com 716 | 0.0.0.0 discuz.gtimg.cn 717 | 0.0.0.0 display.360totalsecurity.com 718 | 0.0.0.0 display.ad.daum.net 719 | 0.0.0.0 display.adhudong.com 720 | 0.0.0.0 disqusads.com 721 | 0.0.0.0 d.kugou.com 722 | 0.0.0.0 dl.9xu.com 723 | 0.0.0.0 dl.client.baidu.com 724 | 0.0.0.0 dl.cm.ksmobile.com 725 | 0.0.0.0 dl.jianshunrui.com 726 | 0.0.0.0 dl.kjava.sina.cn 727 | 0.0.0.0 dl.sybspools.com 728 | 0.0.0.0 dl.union.ijinshan.com 729 | 0.0.0.0 dl.uu.cc 730 | 0.0.0.0 dl.wan.sogoucdn.com 731 | 0.0.0.0 dl.youjia2016.com 732 | 0.0.0.0 dm.bytedance.com 733 | 0.0.0.0 dmp.adpush.cn 734 | 0.0.0.0 dmpclick.deliver.ifeng.com 735 | 0.0.0.0 dm.pstatp.com 736 | 0.0.0.0 dol.deliver.ifeng.com 737 | 0.0.0.0 dolphin.deliver.ifeng.com 738 | 0.0.0.0 dol.tianya.cn 739 | 0.0.0.0 domob.cn 740 | 0.0.0.0 domob.com.cn 741 | 0.0.0.0 dorangesource.alicdn.com 742 | 0.0.0.0 down.dashendown.com 743 | 0.0.0.0 download.adsage.com 744 | 0.0.0.0 download.zhushou.sogou.com 745 | 0.0.0.0 dp.559.cc 746 | 0.0.0.0 dp.g.doubleclick.net 747 | 0.0.0.0 dp.im.weibo.cn 748 | 0.0.0.0 dpm.demdex.net 749 | 0.0.0.0 dps.wtdtjs.com 750 | 0.0.0.0 dressimage.img-cn-beijing.aliyuncs.com 751 | 0.0.0.0 dr.holaworld.cn 752 | 0.0.0.0 drmcmm.baidu.com 753 | 0.0.0.0 ds.jlbksy.com 754 | 0.0.0.0 dsp.adfarm1.adition.com 755 | 0.0.0.0 dsp.brand.sogou.com 756 | 0.0.0.0 ds-pc.admsger.com 757 | 0.0.0.0 dspcm.brand.sogou.com 758 | 0.0.0.0 dsp-impr2.youdao.com 759 | 0.0.0.0 dsp-impr.youdao.com 760 | 0.0.0.0 dsp.pro.cn 761 | 0.0.0.0 dsp.simba.taobao.com 762 | 0.0.0.0 dsp.youdao.com 763 | 0.0.0.0 dt.adsafeprotected.com 764 | 0.0.0.0 dualstack.adsame-1421766300.ap-southeast-1.elb.amazonaws.com 765 | 0.0.0.0 d.union.ijinshan.com 766 | 0.0.0.0 dup.baidustatic.com 767 | 0.0.0.0 dvb.pandora.xiaomi.com 768 | 0.0.0.0 dvsend.china.com 769 | 0.0.0.0 dvser02.china.com 770 | 0.0.0.0 dvser.china.com 771 | 0.0.0.0 dvx-android.domob.cn 772 | 0.0.0.0 dwtrack.qidian.com 773 | 0.0.0.0 dxp.baidu.com 774 | 0.0.0.0 dxprla.m.qxs.la 775 | 0.0.0.0 dzl.baidu.com 776 | 0.0.0.0 e7free.allyes.com 777 | 0.0.0.0 e.admob.com 778 | 0.0.0.0 e.ad.xiaomi.com 779 | 0.0.0.0 eastmoney.allyes.com 780 | 0.0.0.0 e.baidu.com 781 | 0.0.0.0 ebook.res.meizu.com 782 | 0.0.0.0 eclick.baidu.com 783 | 0.0.0.0 ecma.bdimg.com 784 | 0.0.0.0 ecmb.bdimg.com 785 | 0.0.0.0 ecmc.bdimg.com 786 | 0.0.0.0 ecpm.tanx.com 787 | 0.0.0.0 e.domob.cn 788 | 0.0.0.0 e.domob.com.cn 789 | 0.0.0.0 eee.eh39.co 790 | 0.0.0.0 eee.kj78.org 791 | 0.0.0.0 eee.ttyy888.co 792 | 0.0.0.0 e.emgwq.com 793 | 0.0.0.0 ef-dongfeng.tanx.com 794 | 0.0.0.0 eff.inte.sogou.com 795 | 0.0.0.0 eff.lu.sogou.com 796 | 0.0.0.0 ef.opendsp.tanx.com 797 | 0.0.0.0 ef.tanx.com 798 | 0.0.0.0 e.hellomingpian.com 799 | 0.0.0.0 eiv.baidu.com 800 | 0.0.0.0 ejzr.golden1.sogou.com 801 | 0.0.0.0 engine.lvehaisen.com 802 | 0.0.0.0 engine.tuia.cn 803 | 0.0.0.0 entry.adsage.com 804 | 0.0.0.0 entry.baidu.com 805 | 0.0.0.0 e-p4p.163.com 806 | 0.0.0.0 e.qq.com 807 | 0.0.0.0 ereg.adobe.com 808 | 0.0.0.0 ereg.wip3.adobe.com 809 | 0.0.0.0 e.romgv.com 810 | 0.0.0.0 ers.baidu.com 811 | 0.0.0.0 etg.qq.com 812 | 0.0.0.0 etl.xlmc.sandai.net 813 | 0.0.0.0 etl.xlmc.sec.miui.com 814 | 0.0.0.0 et.tanx.com 815 | 0.0.0.0 event.ksosoft.com 816 | 0.0.0.0 eventlog.beacon.qq.com 817 | 0.0.0.0 events.pingan.com 818 | 0.0.0.0 ex.mobmore.com 819 | 0.0.0.0 exp.3g.ifeng.com 820 | 0.0.0.0 ex.puata.info 821 | 0.0.0.0 ex.qq.com 822 | 0.0.0.0 ex.tanx.com 823 | 0.0.0.0 extmoney.i1608.com 824 | 0.0.0.0 ex.umengcloud.com 825 | 0.0.0.0 e.yangjingbang.net 826 | 0.0.0.0 ezine.oupeng.com 827 | 0.0.0.0 f10.baidu.com 828 | 0.0.0.0 f1.luoshenbest.cn 829 | 0.0.0.0 f1.p0y.cn 830 | 0.0.0.0 f2.p0y.cn 831 | 0.0.0.0 f3.mi-stat.gslb.mi-idc.com 832 | 0.0.0.0 fa.163.com 833 | 0.0.0.0 fair.sogou.com 834 | 0.0.0.0 fanxing.kugou.com 835 | 0.0.0.0 fav.simba.taobao.com 836 | 0.0.0.0 fcanr.tracking.miui.com 837 | 0.0.0.0 fclick.baidu.com 838 | 0.0.0.0 fd.anzhi.com 839 | 0.0.0.0 f.domob.cn 840 | 0.0.0.0 fds.api.moji.com 841 | 0.0.0.0 feedback.whalecloud.com 842 | 0.0.0.0 feed.baidu.com 843 | 0.0.0.0 feed.theta.sogou.com 844 | 0.0.0.0 fexclick.baidu.com 845 | 0.0.0.0 file.ipinyou.com.cn 846 | 0.0.0.0 files2.sogou.com 847 | 0.0.0.0 files.adform.net 848 | 0.0.0.0 flurry.cachefly.net 849 | 0.0.0.0 flurry.com 850 | 0.0.0.0 fm.ipinyou.com 851 | 0.0.0.0 fm.p0y.cn 852 | 0.0.0.0 fm.qzone.qq.com 853 | 0.0.0.0 fms.ipinyou.com 854 | 0.0.0.0 focusbaiduafp.allyes.com 855 | 0.0.0.0 fodder.qq.com 856 | 0.0.0.0 fodder.tc.qq.com 857 | 0.0.0.0 folder.adfuture.cn 858 | 0.0.0.0 folder.adsunflower.com 859 | 0.0.0.0 folder.advmob.cn 860 | 0.0.0.0 fota4.adups.cn 861 | 0.0.0.0 fotacontrol.adfuture.cn 862 | 0.0.0.0 fsr.lenovomm.com 863 | 0.0.0.0 fs.uc.nearme.com.cn 864 | 0.0.0.0 fs-uc-nearme-com-cn.oss-cn-hangzhou.aliyuncs.com 865 | 0.0.0.0 fus.lenovomm.com 866 | 0.0.0.0 fw.adsafeprotected.com 867 | 0.0.0.0 fw.qq.com 868 | 0.0.0.0 fxc.aiquxs.com 869 | 0.0.0.0 fych.uranus.sogou.com 870 | 0.0.0.0 g1.163.com 871 | 0.0.0.0 g.163.com 872 | 0.0.0.0 galaxy.bjcathay.com 873 | 0.0.0.0 galaxy.sogoucdn.com 874 | 0.0.0.0 gamead.swjoy.com 875 | 0.0.0.0 game.adwo.com 876 | 0.0.0.0 gamebox.kugou.com 877 | 0.0.0.0 game.html5.qq.com 878 | 0.0.0.0 game.subway.uu.cc 879 | 0.0.0.0 game.weibo.cn 880 | 0.0.0.0 game.weibo.com 881 | 0.0.0.0 g.baidu.com 882 | 0.0.0.0 gb.corp.163.com 883 | 0.0.0.0 g.domob.cn 884 | 0.0.0.0 gemini.yahoo.com 885 | 0.0.0.0 gen.alicdn.com 886 | 0.0.0.0 geo.moatads.com 887 | 0.0.0.0 get.sogou.com 888 | 0.0.0.0 ggle.lywf.me 889 | 0.0.0.0 g.haluoha.com 890 | 0.0.0.0 gif.lu.sogoucdn.com 891 | 0.0.0.0 gimg.baidu.com 892 | 0.0.0.0 gload.adhood.com 893 | 0.0.0.0 global.msads.net 894 | 0.0.0.0 gma.alicdn.com 895 | 0.0.0.0 go.mmstat.com 896 | 0.0.0.0 googleadservices.com 897 | 0.0.0.0 googleads.g.doubleclick.net 898 | 0.0.0.0 googleadsserving.cn 899 | 0.0.0.0 googlecommerce.com 900 | 0.0.0.0 googlesyndication.com 901 | 0.0.0.0 googletagmanager.com 902 | 0.0.0.0 googletagservices.com 903 | 0.0.0.0 goto.sogou.com 904 | 0.0.0.0 green.erne.co 905 | 0.0.0.0 g.sdk.look.360.cn 906 | 0.0.0.0 guanjia.baidu.com 907 | 0.0.0.0 guess.union2.50bang.org 908 | 0.0.0.0 gu.qlogo.cn 909 | 0.0.0.0 g.w5b454.com 910 | 0.0.0.0 gw5.push.mcp.weibo.cn 911 | 0.0.0.0 gw6.push.mcp.weibo.cn 912 | 0.0.0.0 g.wrating.com 913 | 0.0.0.0 gxb.mmstat.com 914 | 0.0.0.0 gxe.husky.sogou.com 915 | 0.0.0.0 h5.holalauncher.com 916 | 0.0.0.0 haitaoad.nosdn.127.net 917 | 0.0.0.0 hao549.com 918 | 0.0.0.0 hao.7654.com 919 | 0.0.0.0 hao.qquu8.com 920 | 0.0.0.0 haostat.qihoo.com 921 | 0.0.0.0 hao.uc.cn 922 | 0.0.0.0 hbdnserror1.wo.com.cn 923 | 0.0.0.0 hbdnserror2.wo.com.cn 924 | 0.0.0.0 hbdnserror3.wo.com.cn 925 | 0.0.0.0 hbdnserror4.wo.com.cn 926 | 0.0.0.0 hbdnserror5.wo.com.cn 927 | 0.0.0.0 hbdnserror6.wo.com.cn 928 | 0.0.0.0 hbdnserror7.wo.com.cn 929 | 0.0.0.0 hbdt.luomi.com 930 | 0.0.0.0 hc.baidu.com 931 | 0.0.0.0 h.domob.cn 932 | 0.0.0.0 hivedata.cc 933 | 0.0.0.0 hk.jtsh123.com 934 | 0.0.0.0 hk.napi.ucweb.com 935 | 0.0.0.0 hl2rcv.adobe.com 936 | 0.0.0.0 hljdnserror1.wo.com.cn 937 | 0.0.0.0 hljdnserror2.wo.com.cn 938 | 0.0.0.0 hljdnserror3.wo.com.cn 939 | 0.0.0.0 hljdnserror4.wo.com.cn 940 | 0.0.0.0 hljdnserror5.wo.com.cn 941 | 0.0.0.0 hlrcv.stage.adobe.com 942 | 0.0.0.0 hm.baidu.com 943 | 0.0.0.0 hm.l.qq.com 944 | 0.0.0.0 hmma.baidu.com 945 | 0.0.0.0 h.msn.com 946 | 0.0.0.0 hndnserror1.wo.com.cn 947 | 0.0.0.0 hndnserror2.wo.com.cn 948 | 0.0.0.0 hndnserror3.wo.com.cn 949 | 0.0.0.0 hndnserror4.wo.com.cn 950 | 0.0.0.0 hndnserror5.wo.com.cn 951 | 0.0.0.0 hndnserror6.wo.com.cn 952 | 0.0.0.0 hndnserror7.wo.com.cn 953 | 0.0.0.0 hot.browser.miui.com 954 | 0.0.0.0 hpd.baidu.com 955 | 0.0.0.0 hs.qhupdate.com 956 | 0.0.0.0 httpdns.push.oppomobile.com 957 | 0.0.0.0 httpring.qq.com 958 | 0.0.0.0 ht.www.sogou.com 959 | 0.0.0.0 hub5pn.wap.sandai.net 960 | 0.0.0.0 huichuan.sm.cn 961 | 0.0.0.0 huid.ad.360.cn 962 | 0.0.0.0 huodong.ios.shouji.360.cn 963 | 0.0.0.0 hydra.alibaba.com 964 | 0.0.0.0 hyfh.benbaisteel.com 965 | 0.0.0.0 hz.mmstat.com 966 | 0.0.0.0 i1.go2yd.com 967 | 0.0.0.0 iad.g.163.com 968 | 0.0.0.0 i.clkservice.youdao.com 969 | 0.0.0.0 idigger.allyes.com 970 | 0.0.0.0 idm.bce.baidu.com 971 | 0.0.0.0 idm-su.baidu.com 972 | 0.0.0.0 i.domob.cn 973 | 0.0.0.0 i.dreamfull.cn 974 | 0.0.0.0 ids1.deliver.ifeng.com 975 | 0.0.0.0 ids.deliver.ifeng.com 976 | 0.0.0.0 idx.m.hub.sandai.net 977 | 0.0.0.0 iebar.baidu.com 978 | 0.0.0.0 ieonline.microsoft.com 979 | 0.0.0.0 ifengad.3g.ifeng.com 980 | 0.0.0.0 i.flow.browser.oppomobile.com 981 | 0.0.0.0 iflow.uczzd.cn 982 | 0.0.0.0 iflow.uczzd.com 983 | 0.0.0.0 iflow.uczzd.com.cn 984 | 0.0.0.0 iflow.uczzd.net 985 | 0.0.0.0 if.mingxing.qq.com 986 | 0.0.0.0 ifs.tanx.com 987 | 0.0.0.0 i.gdt.qq.com 988 | 0.0.0.0 i.haloapps.com 989 | 0.0.0.0 i.holalauncher.com 990 | 0.0.0.0 i.huilixieye.net 991 | 0.0.0.0 i.ipinyou.com 992 | 0.0.0.0 iis1.deliver.ifeng.com 993 | 0.0.0.0 iis3g.deliver.ifeng.com 994 | 0.0.0.0 ikcode.baidu.com 995 | 0.0.0.0 image.box.xiaomi.com 996 | 0.0.0.0 image.p4p.sogou.com 997 | 0.0.0.0 image.zzd.sm.cn 998 | 0.0.0.0 imagzine.oppomobile.com 999 | 0.0.0.0 imc.l.qq.com 1000 | 0.0.0.0 imfsr.lenovomm.com 1001 | 0.0.0.0 img01.taotaosou.cn 1002 | 0.0.0.0 img0.egou.com 1003 | 0.0.0.0 img1.126.net 1004 | 0.0.0.0 img1.gtimg.com 1005 | 0.0.0.0 img1.km.com 1006 | 0.0.0.0 img1.pcfg.cache.wps.cn 1007 | 0.0.0.0 img1.sj.qq.com 1008 | 0.0.0.0 img2.126.net 1009 | 0.0.0.0 img2.km.com 1010 | 0.0.0.0 img3.km.com 1011 | 0.0.0.0 img.adbox.sina.com.cn 1012 | 0.0.0.0 img-ad.oupeng.com 1013 | 0.0.0.0 img.adpush.cn 1014 | 0.0.0.0 img.ad.zhangyue.com 1015 | 0.0.0.0 img.alimama.cn 1016 | 0.0.0.0 img.amp.ad.sina.com.cn 1017 | 0.0.0.0 img.dawenxue.org 1018 | 0.0.0.0 img-dsp.oss-cn-beijing.aliyuncs.com 1019 | 0.0.0.0 img.shouji.sogou.com 1020 | 0.0.0.0 img.taotaosou.cn 1021 | 0.0.0.0 img.toppr.com.cn 1022 | 0.0.0.0 img.wan.sogou.com 1023 | 0.0.0.0 i.mmcdn.cn 1024 | 0.0.0.0 imp.optaim.com 1025 | 0.0.0.0 impservice2.youdao.com 1026 | 0.0.0.0 impservice.chnl.youdao.com 1027 | 0.0.0.0 impservice.dictvista.youdao.com 1028 | 0.0.0.0 impservice.dictweb.youdao.com 1029 | 0.0.0.0 impservice.dictword.youdao.com 1030 | 0.0.0.0 impservice.dict.youdao.com 1031 | 0.0.0.0 impservice.mail.youdao.com 1032 | 0.0.0.0 impservice-test.dictapp.youdao.com 1033 | 0.0.0.0 impservice.union.youdao.com 1034 | 0.0.0.0 impservice.youdao.com 1035 | 0.0.0.0 in1.feed.uu.cc 1036 | 0.0.0.0 in1.secure.uu.cc 1037 | 0.0.0.0 info.3g.qq.com 1038 | 0.0.0.0 info.analysis.kp.sec.miui.com 1039 | 0.0.0.0 infocenter.meizu.com 1040 | 0.0.0.0 info.downsave.com 1041 | 0.0.0.0 info.gomlab.com 1042 | 0.0.0.0 info.pinyin.sogou.com 1043 | 0.0.0.0 info.sec.miui.com 1044 | 0.0.0.0 info.yitsoftware.com 1045 | 0.0.0.0 input.shouji.sogou.com 1046 | 0.0.0.0 inside.bitcomet.com 1047 | 0.0.0.0 install2.kugou.com 1048 | 0.0.0.0 install.kugou.com 1049 | 0.0.0.0 int.dpool.sina.com.cn 1050 | 0.0.0.0 interest.mix.sina.com.cn 1051 | 0.0.0.0 inte.sogou.com 1052 | 0.0.0.0 inte.theta.sogoucdn.com 1053 | 0.0.0.0 ipinyou.com 1054 | 0.0.0.0 ir.mail.163.com 1055 | 0.0.0.0 irnvf.lu.sogou.com 1056 | 0.0.0.0 irpmt.mail.163.com 1057 | 0.0.0.0 i.stat.nearme.com.cn 1058 | 0.0.0.0 i.w55c.net 1059 | 0.0.0.0 iwan.sogou.com 1060 | 0.0.0.0 j.appjiagu.com 1061 | 0.0.0.0 jct.maptu.cn 1062 | 0.0.0.0 j.domob.cn 1063 | 0.0.0.0 jebe.renren.com 1064 | 0.0.0.0 jebe.xnimg.cn 1065 | 0.0.0.0 jellyfish.pandora.xiaomi.com 1066 | 0.0.0.0 j.hongyangpai.com 1067 | 0.0.0.0 jiayi1.oss-cn-shanghai.aliyuncs.com 1068 | 0.0.0.0 jifen.2345.com 1069 | 0.0.0.0 jingjia.qq.com 1070 | 0.0.0.0 jldnserror1.wo.com.cn 1071 | 0.0.0.0 jldnserror2.wo.com.cn 1072 | 0.0.0.0 jldnserror3.wo.com.cn 1073 | 0.0.0.0 jldnserror4.wo.com.cn 1074 | 0.0.0.0 jldnserror5.wo.com.cn 1075 | 0.0.0.0 jpg.inte.sogoucdn.com 1076 | 0.0.0.0 jpush.html5.qq.com 1077 | 0.0.0.0 jqmt.qq.com 1078 | 0.0.0.0 js.50bang.org 1079 | 0.0.0.0 js.51taifu.com 1080 | 0.0.0.0 jsadsdisplay.cn-beijing.log.aliyuncs.com 1081 | 0.0.0.0 js-apac-ss.ysm.yahoo.com 1082 | 0.0.0.0 js.icast.cn 1083 | 0.0.0.0 jsnp.golden1.sogou.com 1084 | 0.0.0.0 js.pub.tom.com 1085 | 0.0.0.0 jsqmt.qq.com 1086 | 0.0.0.0 js.stat.ijinshan.com 1087 | 0.0.0.0 js.union-wifi.com 1088 | 0.0.0.0 juxiao.adsmogo.net 1089 | 0.0.0.0 j.wan.liebao.cn 1090 | 0.0.0.0 j.wit.qq.com 1091 | 0.0.0.0 jxlog.istreamsche.com 1092 | 0.0.0.0 k.domob.cn 1093 | 0.0.0.0 keystone.mwbsys.com 1094 | 0.0.0.0 kgmobilestat.kugou.com 1095 | 0.0.0.0 kn.zzdahan.com 1096 | 0.0.0.0 kr.sybspools.com 1097 | 0.0.0.0 kstj.baidu.com 1098 | 0.0.0.0 kthxd.lu.sogou.com 1099 | 0.0.0.0 ktivn.uranus.sogou.com 1100 | 0.0.0.0 kuaikan.netmon.360safe.com 1101 | 0.0.0.0 kv.stat.nearme.com.cn 1102 | 0.0.0.0 kw.ra.icast.cn 1103 | 0.0.0.0 kwurl.ucweb.com 1104 | 0.0.0.0 l2.l.qq.com 1105 | 0.0.0.0 labs.ra.icast.cn 1106 | 0.0.0.0 lb.gtimg.com 1107 | 0.0.0.0 lb.l.qq.com 1108 | 0.0.0.0 lcs.dev.surepush.cn 1109 | 0.0.0.0 l.domob.cn 1110 | 0.0.0.0 lds.lenovomm.com 1111 | 0.0.0.0 lds.zui.com 1112 | 0.0.0.0 leak.360.cn 1113 | 0.0.0.0 ledou.dl.uu.cc 1114 | 0.0.0.0 letv.allyes.com 1115 | 0.0.0.0 links.services.disqus.com 1116 | 0.0.0.0 livec.l.qq.com 1117 | 0.0.0.0 livem.l.qq.com 1118 | 0.0.0.0 livep.l.qq.com 1119 | 0.0.0.0 lives.l.qq.com 1120 | 0.0.0.0 liveupdate.mac.sandai.net 1121 | 0.0.0.0 lk.brand.sogou.com 1122 | 0.0.0.0 lm.dawenxue.org 1123 | 0.0.0.0 l.minisplat.cn 1124 | 0.0.0.0 lm.licenses.adobe.com 1125 | 0.0.0.0 lmlicenses.wip4.adobe.com 1126 | 0.0.0.0 lm.souid.com 1127 | 0.0.0.0 lndnserror1.wo.com.cn 1128 | 0.0.0.0 lndnserror2.wo.com.cn 1129 | 0.0.0.0 lndnserror3.wo.com.cn 1130 | 0.0.0.0 lndnserror4.wo.com.cn 1131 | 0.0.0.0 lndnserror5.wo.com.cn 1132 | 0.0.0.0 lndnserror6.wo.com.cn 1133 | 0.0.0.0 lndnserror7.wo.com.cn 1134 | 0.0.0.0 log.collect.yinyuetai.com 1135 | 0.0.0.0 log.cs.pp.cn 1136 | 0.0.0.0 log.mix.sina.com.cn 1137 | 0.0.0.0 log.mmstat.com 1138 | 0.0.0.0 log.music.baidu.com 1139 | 0.0.0.0 log.spotify.com 1140 | 0.0.0.0 log.stat.kugou.com 1141 | 0.0.0.0 log.tbs.qq.com 1142 | 0.0.0.0 log.umsns.com 1143 | 0.0.0.0 log.umtrack.com 1144 | 0.0.0.0 logupdate.avlyun.sec.miui.com 1145 | 0.0.0.0 log.vcgame.cn 1146 | 0.0.0.0 log.web.kugou.com 1147 | 0.0.0.0 l.qq.com 1148 | 0.0.0.0 ls.l.qq.com 1149 | 0.0.0.0 lu.sogou.com 1150 | 0.0.0.0 lxcdn.dl.files.xiaomi.net 1151 | 0.0.0.0 m1.baidu.com 1152 | 0.0.0.0 m.28487.net 1153 | 0.0.0.0 m3bnqqqw.com 1154 | 0.0.0.0 m5.apk.67mo.com 1155 | 0.0.0.0 m.7180443.com 1156 | 0.0.0.0 m-78.jp 1157 | 0.0.0.0 ma.baidu.com 1158 | 0.0.0.0 m-adash.m.taobao.com 1159 | 0.0.0.0 mad.m.maxthon.cn 1160 | 0.0.0.0 m.adpro.cn 1161 | 0.0.0.0 mads.amazon-adsystem.com 1162 | 0.0.0.0 m.adxpop.com 1163 | 0.0.0.0 m.ad.zhangyue.com 1164 | 0.0.0.0 magnetic.t.domdex.com 1165 | 0.0.0.0 m.airpush.com 1166 | 0.0.0.0 map.media6degrees.com 1167 | 0.0.0.0 mapp.qzone.qq.com 1168 | 0.0.0.0 masdk.3g.qq.com 1169 | 0.0.0.0 master.wap.dphub.sandai.net 1170 | 0.0.0.0 match.adsby.bidtheatre.com 1171 | 0.0.0.0 match.adsrvr.org 1172 | 0.0.0.0 match.p4p.1688.com 1173 | 0.0.0.0 match.prod.bidr.io 1174 | 0.0.0.0 match.rundsp.com 1175 | 0.0.0.0 material.istreamsche.com 1176 | 0.0.0.0 material.mtty.xin 1177 | 0.0.0.0 maw.wnbfw.com 1178 | 0.0.0.0 maxwebsearch.com 1179 | 0.0.0.0 mazu.3g.qq.com 1180 | 0.0.0.0 m.bailingjiankang.com 1181 | 0.0.0.0 m.beacon.sina.com.cn 1182 | 0.0.0.0 mbs.hao.360.cn 1183 | 0.0.0.0 m.bss.pandora.xiaomi.com 1184 | 0.0.0.0 mb.yidianzixun.com 1185 | 0.0.0.0 mclick.simba.taobao.com 1186 | 0.0.0.0 m.clkservice.youdao.com 1187 | 0.0.0.0 mcore.vcgame.cn 1188 | 0.0.0.0 mc.yandex.ru 1189 | 0.0.0.0 mdap.alipaylog.com 1190 | 0.0.0.0 mdc.meitustat.com 1191 | 0.0.0.0 md.he9630.com 1192 | 0.0.0.0 m.domob.cn 1193 | 0.0.0.0 mdrecv.app.cntvwb.cn 1194 | 0.0.0.0 md.sh5e.com 1195 | 0.0.0.0 m.duobao999.com 1196 | 0.0.0.0 medal.blog.csdn.net 1197 | 0.0.0.0 media.admob.com 1198 | 0.0.0.0 mediapro.pro.cn 1199 | 0.0.0.0 media.trafficfactory.biz 1200 | 0.0.0.0 m.ee-skin.com 1201 | 0.0.0.0 m.ee-vip.net 1202 | 0.0.0.0 meitubeauty.meitudata.com 1203 | 0.0.0.0 m.emgwq.com 1204 | 0.0.0.0 metok.sys.miui.com 1205 | 0.0.0.0 m.fhxsw.org 1206 | 0.0.0.0 mfp.deliver.ifeng.com 1207 | 0.0.0.0 mfsr.lenovomm.com 1208 | 0.0.0.0 m.game.weibo.cn 1209 | 0.0.0.0 m.gdt.vip1790.cn 1210 | 0.0.0.0 mg.games.sina.com.cn 1211 | 0.0.0.0 m.guanren9.com 1212 | 0.0.0.0 m.hellomingpian.com 1213 | 0.0.0.0 migc.g.mi.com 1214 | 0.0.0.0 migcreport.g.mi.com 1215 | 0.0.0.0 mi.gdt.qq.com 1216 | 0.0.0.0 migrate.driveapi.micloud.xiaomi.net 1217 | 0.0.0.0 migu.kssws.ks-cdn.com 1218 | 0.0.0.0 minfo.wps.cn 1219 | 0.0.0.0 mini2015.qq.com 1220 | 0.0.0.0 mini.cpc.sogou.com 1221 | 0.0.0.0 mini.jijiplayer.com 1222 | 0.0.0.0 mipcache.bdstatic.com 1223 | 0.0.0.0 m.irs01.com 1224 | 0.0.0.0 mis.g.mi.com 1225 | 0.0.0.0 miui.hftaili.com 1226 | 0.0.0.0 m.kubiqq.com 1227 | 0.0.0.0 m.laojiayoufang.com 1228 | 0.0.0.0 mlb.did.ijinshan.com 1229 | 0.0.0.0 mlog.search.xiaomi.net 1230 | 0.0.0.0 m.lu.sogou.com 1231 | 0.0.0.0 mm.admob.com 1232 | 0.0.0.0 mm.dopa.com.cn 1233 | 0.0.0.0 mmv.admob.com 1234 | 0.0.0.0 mobaders.oss-cn-beijing.aliyuncs.com 1235 | 0.0.0.0 mobads.baidu.com 1236 | 0.0.0.0 mobads-logs.baidu.com 1237 | 0.0.0.0 mobi.adsage.com 1238 | 0.0.0.0 mobileads.google.com 1239 | 0.0.0.0 mobileads.msn.com 1240 | 0.0.0.0 mobilelog.kugou.com 1241 | 0.0.0.0 mobile.qzone.qq.com 1242 | 0.0.0.0 mo.haloapps.cn 1243 | 0.0.0.0 moka.inte.sogoucdn.com 1244 | 0.0.0.0 monitor.uu.qq.com 1245 | 0.0.0.0 mo.res.wpscdn.cn 1246 | 0.0.0.0 mostat.wps.cn 1247 | 0.0.0.0 mo.test.haloapps.com 1248 | 0.0.0.0 motu.p4p.sina.com.cn 1249 | 0.0.0.0 mou.niu.xunlei.com 1250 | 0.0.0.0 moupdate10332052.wps.cn 1251 | 0.0.0.0 mpb1.iteye.com 1252 | 0.0.0.0 mpb2.iteye.com 1253 | 0.0.0.0 mpp.vindicosuite.com 1254 | 0.0.0.0 mpro.baidu.com 1255 | 0.0.0.0 m.qpic.cn 1256 | 0.0.0.0 mqqad.cs0309.html5.qq.com 1257 | 0.0.0.0 mqqad.html5.qq.com 1258 | 0.0.0.0 mqqadr.reader.qq.com 1259 | 0.0.0.0 m.romgv.com 1260 | 0.0.0.0 ms.cmcm.com 1261 | 0.0.0.0 msg.shouji.360.cn 1262 | 0.0.0.0 msg.umengcloud.com 1263 | 0.0.0.0 m.simba.taobao.com 1264 | 0.0.0.0 msite.baidu.com 1265 | 0.0.0.0 m.sjzhushou.com 1266 | 0.0.0.0 msnclick.wrating.com 1267 | 0.0.0.0 msn.wrating.com 1268 | 0.0.0.0 mso.allyes.com 1269 | 0.0.0.0 mti.35kds.com 1270 | 0.0.0.0 mtty-cdn.mtty.xin 1271 | 0.0.0.0 m.uc123.com 1272 | 0.0.0.0 m.uczzd.cn 1273 | 0.0.0.0 musik-mp3.info 1274 | 0.0.0.0 mvads.kugou.com 1275 | 0.0.0.0 mw.adwo.com 1276 | 0.0.0.0 m.wrating.com 1277 | 0.0.0.0 mws.adsage.com 1278 | 0.0.0.0 my.adsmogo.com 1279 | 0.0.0.0 m.yangjingbang.net 1280 | 0.0.0.0 n.3g.163.com 1281 | 0.0.0.0 na1r.services.adobe.com 1282 | 0.0.0.0 na2m-pr.licenses.adobe.com 1283 | 0.0.0.0 na.ads.yahoo.com 1284 | 0.0.0.0 nai.cpxkvc.com 1285 | 0.0.0.0 n.a.mosenni.com 1286 | 0.0.0.0 navi.gd.chinamobile.com 1287 | 0.0.0.0 nbsdk-baichuan.alicdn.com 1288 | 0.0.0.0 nbsdk-baichuan.taobao.com 1289 | 0.0.0.0 nc004x.corp.youdao.com 1290 | 0.0.0.0 nc045x.corp.youdao.com 1291 | 0.0.0.0 n.domob.cn 1292 | 0.0.0.0 neirong.baidu.com 1293 | 0.0.0.0 net.adpush.cn 1294 | 0.0.0.0 new.ltheanine.cn 1295 | 0.0.0.0 news.766ba.net 1296 | 0.0.0.0 news.mpush.qq.com 1297 | 0.0.0.0 news.push.126.net 1298 | 0.0.0.0 newspush.sinajs.cn 1299 | 0.0.0.0 nex.163.com 1300 | 0.0.0.0 nfdnserror10.wo.com.cn 1301 | 0.0.0.0 nfdnserror11.wo.com.cn 1302 | 0.0.0.0 nfdnserror12.wo.com.cn 1303 | 0.0.0.0 nfdnserror13.wo.com.cn 1304 | 0.0.0.0 nfdnserror14.wo.com.cn 1305 | 0.0.0.0 nfdnserror15.wo.com.cn 1306 | 0.0.0.0 nfdnserror16.wo.com.cn 1307 | 0.0.0.0 nfdnserror17.wo.com.cn 1308 | 0.0.0.0 nfdnserror1.wo.com.cn 1309 | 0.0.0.0 nfdnserror2.wo.com.cn 1310 | 0.0.0.0 nfdnserror3.wo.com.cn 1311 | 0.0.0.0 nfdnserror4.wo.com.cn 1312 | 0.0.0.0 nfdnserror5.wo.com.cn 1313 | 0.0.0.0 nfdnserror6.wo.com.cn 1314 | 0.0.0.0 nfdnserror7.wo.com.cn 1315 | 0.0.0.0 nfdnserror8.wo.com.cn 1316 | 0.0.0.0 nfdnserror9.wo.com.cn 1317 | 0.0.0.0 n.gemini.yahoo.com 1318 | 0.0.0.0 nhz.adwo.com 1319 | 0.0.0.0 nichibenren.or.jp 1320 | 0.0.0.0 nicorette.co.kr 1321 | 0.0.0.0 nop.xpanama.net 1322 | 0.0.0.0 notice.game.xiaomi.com 1323 | 0.0.0.0 notify.oupeng.com 1324 | 0.0.0.0 novelsns.html5.qq.com 1325 | 0.0.0.0 nsclick.baidu.com 1326 | 0.0.0.0 nsclickvideo.baidu.com 1327 | 0.0.0.0 o2o.api.xiaomi.com 1328 | 0.0.0.0 oascentral.sina.com 1329 | 0.0.0.0 oascentral.sina.com.hk 1330 | 0.0.0.0 obeyter.com 1331 | 0.0.0.0 oc.umeng.co 1332 | 0.0.0.0 oc.umeng.com 1333 | 0.0.0.0 o.domob.cn 1334 | 0.0.0.0 offline-adv.oray.com 1335 | 0.0.0.0 o.if.qidian.com 1336 | 0.0.0.0 oimagea2.ydstatic.com 1337 | 0.0.0.0 omg.inte.sogoucdn.com 1338 | 0.0.0.0 omgmta1.qq.com 1339 | 0.0.0.0 omgmta.qq.com 1340 | 0.0.0.0 o.minisplat.cn 1341 | 0.0.0.0 onetag-sys.com 1342 | 0.0.0.0 opehs.tanx.com 1343 | 0.0.0.0 openapi.guanjia.qq.com 1344 | 0.0.0.0 openapi-news.meizu.com 1345 | 0.0.0.0 openbox.mobilem.360.cn 1346 | 0.0.0.0 open.play.cn 1347 | 0.0.0.0 openrcv.baidu.com 1348 | 0.0.0.0 ope.tanx.com 1349 | 0.0.0.0 oppo.yidianzixun.com 1350 | 0.0.0.0 optimus.ipinyou.com 1351 | 0.0.0.0 osc.uranus.sogou.com 1352 | 0.0.0.0 osfota.cdn.aliyun.com 1353 | 0.0.0.0 osupdateservice.yunos.com 1354 | 0.0.0.0 otf.msn.com 1355 | 0.0.0.0 oth.eve.mdt.qq.com 1356 | 0.0.0.0 oth.str.mdt.qq.com 1357 | 0.0.0.0 oth.update.mdt.qq.com 1358 | 0.0.0.0 ow.s1.shuhuangge.org 1359 | 0.0.0.0 ow.s2.shuhuangge.org 1360 | 0.0.0.0 p2.l.qq.com 1361 | 0.0.0.0 p3.l.qq.com 1362 | 0.0.0.0 p3p.mmstat.com 1363 | 0.0.0.0 p3p.sogou.com 1364 | 0.0.0.0 p3p.yahoo.com 1365 | 0.0.0.0 p4psearch.china.alibaba.com 1366 | 0.0.0.0 p8u.hinet.net 1367 | 0.0.0.0 p.admob.com 1368 | 0.0.0.0 padsdel2.cdnads.com 1369 | 0.0.0.0 p.adsymptotic.com 1370 | 0.0.0.0 pagead2.googlesyndication.com 1371 | 0.0.0.0 pagead46.l.doubleclick.net 1372 | 0.0.0.0 pagead.google.com 1373 | 0.0.0.0 pagead.l.google.com 1374 | 0.0.0.0 pagead-tpc.l.google.com 1375 | 0.0.0.0 pagechoice.net 1376 | 0.0.0.0 pagespeed.report.qq.com 1377 | 0.0.0.0 p.alimama.com 1378 | 0.0.0.0 palmnews.sina.cn 1379 | 0.0.0.0 p.appjiagu.com 1380 | 0.0.0.0 parking.zunmi.cn 1381 | 0.0.0.0 partnerad.l.google.com 1382 | 0.0.0.0 partnerads.ysm.yahoo.com 1383 | 0.0.0.0 partner.googleadservices.com 1384 | 0.0.0.0 pat.farvd.com 1385 | 0.0.0.0 patriot.cs.pp.cn 1386 | 0.0.0.0 pb3.pstatp.com 1387 | 0.0.0.0 pbd.sogou.com 1388 | 0.0.0.0 pbs.lenovomm.com 1389 | 0.0.0.0 pb.sogou.com 1390 | 0.0.0.0 pb.wang502.com 1391 | 0.0.0.0 pcfg.wps.cn 1392 | 0.0.0.0 p.clkservice.youdao.com 1393 | 0.0.0.0 pcookie.tanx.com 1394 | 0.0.0.0 pc.quansj.cn 1395 | 0.0.0.0 pc.videoclick.baidu.com 1396 | 0.0.0.0 pcxzo.pluto.sogou.com 1397 | 0.0.0.0 pdc.micloud.xiaomi.net 1398 | 0.0.0.0 pd.dopa.com.cn 1399 | 0.0.0.0 pdl.gionee.com 1400 | 0.0.0.0 pd.ok365.com 1401 | 0.0.0.0 p.domob.cn 1402 | 0.0.0.0 pegasus.cmcm.com 1403 | 0.0.0.0 pfpip.sina.com 1404 | 0.0.0.0 pfp.sina.com.cn 1405 | 0.0.0.0 pgdt.gtimg.cn 1406 | 0.0.0.0 phs.tanx.com 1407 | 0.0.0.0 pic.517m.cn 1408 | 0.0.0.0 pic.51yes.com 1409 | 0.0.0.0 pics.taobaocdn.com 1410 | 0.0.0.0 pindao.huoban.taobao.com 1411 | 0.0.0.0 ping.acc.sogou.com 1412 | 0.0.0.0 pingfore.qq.com 1413 | 0.0.0.0 pingfore.tenpay.com 1414 | 0.0.0.0 pinghot.qq.com 1415 | 0.0.0.0 pingma.qq.com 1416 | 0.0.0.0 ping.pinyin.sogou.com 1417 | 0.0.0.0 p.inte.sogou.com 1418 | 0.0.0.0 pixel.adsafeprotected.com 1419 | 0.0.0.0 pixel.advertising.com 1420 | 0.0.0.0 pixel-a.sitescout.com 1421 | 0.0.0.0 pixel.mathtag.com 1422 | 0.0.0.0 pixel.rubiconproject.com 1423 | 0.0.0.0 pixel.sitescout.com 1424 | 0.0.0.0 pixel.tapad.com 1425 | 0.0.0.0 pix.impdesk.com 1426 | 0.0.0.0 pjyu.golden1.sogou.com 1427 | 0.0.0.0 p.kjwx8.com 1428 | 0.0.0.0 playinfo.gomlab.com 1429 | 0.0.0.0 p.l.qq.com 1430 | 0.0.0.0 p.lu.sogou.com 1431 | 0.0.0.0 pmc-d.openx.net 1432 | 0.0.0.0 pmir.3g.qq.com 1433 | 0.0.0.0 pms.mb.qq.com 1434 | 0.0.0.0 png.lu.sogoucdn.com 1435 | 0.0.0.0 popme.163.com 1436 | 0.0.0.0 pop.sjk.ijinshan.com 1437 | 0.0.0.0 popup.msn.com 1438 | 0.0.0.0 pos.baidu.com 1439 | 0.0.0.0 post.ra.icast.cn 1440 | 0.0.0.0 ppurifier.game.xiaomi.com 1441 | 0.0.0.0 practivate.adobe.com 1442 | 0.0.0.0 pr-bh.ybp.yahoo.com 1443 | 0.0.0.0 pre.api.tw06.xlmc.sandai.net 1444 | 0.0.0.0 pre.ra.icast.cn 1445 | 0.0.0.0 p.rfihub.com 1446 | 0.0.0.0 pro.cn 1447 | 0.0.0.0 prom.gome.com.cn 1448 | 0.0.0.0 promote.biz.weibo.cn 1449 | 0.0.0.0 promotion.aliyun.com 1450 | 0.0.0.0 promotion.gomlab.com 1451 | 0.0.0.0 proton.flurry.com 1452 | 0.0.0.0 proxy.sec.miui.com 1453 | 0.0.0.0 prw.lenovomm.com 1454 | 0.0.0.0 pr.ybp.yahoo.com 1455 | 0.0.0.0 psb.lenovomm.com 1456 | 0.0.0.0 p.sdu8cvc.com 1457 | 0.0.0.0 psfq.gou.sogou.com 1458 | 0.0.0.0 p.store.qq.com 1459 | 0.0.0.0 p.tanx.com 1460 | 0.0.0.0 p.tencentmind.com 1461 | 0.0.0.0 pubads.g.doubleclick.net 1462 | 0.0.0.0 pub.pxl.ace.advertising.com 1463 | 0.0.0.0 pub.se.360.cn 1464 | 0.0.0.0 puds.test.uae.uc.cn 1465 | 0.0.0.0 puds.ucweb.com 1466 | 0.0.0.0 pull.push.sogou.com 1467 | 0.0.0.0 pups.bdimg.com 1468 | 0.0.0.0 pushapi.lenovomm.com 1469 | 0.0.0.0 push.mobile.kugou.com 1470 | 0.0.0.0 push.res.meizu.com 1471 | 0.0.0.0 push.wandoujia.com 1472 | 0.0.0.0 push.yuedu.163.com 1473 | 0.0.0.0 push.zhangyue.com 1474 | 0.0.0.0 push.zhanzhang.baidu.com 1475 | 0.0.0.0 pv.anzhi.com 1476 | 0.0.0.0 pv.focus.cn 1477 | 0.0.0.0 pv.ra.icast.cn 1478 | 0.0.0.0 pv.sogou.com 1479 | 0.0.0.0 pvstat.html5.qq.com 1480 | 0.0.0.0 pwj.biqugezw.com 1481 | 0.0.0.0 px.adhigh.net 1482 | 0.0.0.0 pxl.connexity.net 1483 | 0.0.0.0 px.moatads.com 1484 | 0.0.0.0 px.owneriq.net 1485 | 0.0.0.0 px.powerlinks.com 1486 | 0.0.0.0 py2.qlogo.cn 1487 | 0.0.0.0 py.qlogo.cn 1488 | 0.0.0.0 q.domob.cn 1489 | 0.0.0.0 qhl.bealge.sogou.com 1490 | 0.0.0.0 qianclick.baidu.com 1491 | 0.0.0.0 q.i.gdt.qq.com 1492 | 0.0.0.0 qqshow2-item.qq.com 1493 | 0.0.0.0 qss-client.qq.com 1494 | 0.0.0.0 qt002x.corp.youdao.com 1495 | 0.0.0.0 qxm.pluto.sogou.com 1496 | 0.0.0.0 r.254a.com 1497 | 0.0.0.0 r2.adwo.com 1498 | 0.0.0.0 r3 adwo.com 1499 | 0.0.0.0 r3.adwo.com 1500 | 0.0.0.0 r6.mo.baidu.com 1501 | 0.0.0.0 rabbit.meitustat.com 1502 | 0.0.0.0 rabbit.mtadvert.com 1503 | 0.0.0.0 rabbit.tg.meitu.com 1504 | 0.0.0.0 rad.live.com 1505 | 0.0.0.0 rad.microsoft.com 1506 | 0.0.0.0 r.admob.com 1507 | 0.0.0.0 ra.gtimg.com 1508 | 0.0.0.0 rank.hit.china.com 1509 | 0.0.0.0 rbp.emea.mxptint.net 1510 | 0.0.0.0 rbp.mxptint.net 1511 | 0.0.0.0 r.browser.miui.com 1512 | 0.0.0.0 r.bxb.oupeng.com 1513 | 0.0.0.0 rc2waycm-atl.netmng.com 1514 | 0.0.0.0 rcmd.pop.ijinshan.com 1515 | 0.0.0.0 rcp.c.appier.net 1516 | 0.0.0.0 rcv.mobad.ijinshan.com 1517 | 0.0.0.0 rcv.union-wifi.com 1518 | 0.0.0.0 rd.ane.yahoo.co.jp 1519 | 0.0.0.0 rd.e.sogou.com 1520 | 0.0.0.0 r.dmp.sina.cn 1521 | 0.0.0.0 r.domob.cn 1522 | 0.0.0.0 rdstat.tanx.com 1523 | 0.0.0.0 rd.wan.360.cn 1524 | 0.0.0.0 reader.browser.miui.com 1525 | 0.0.0.0 rec.g.163.com 1526 | 0.0.0.0 recmd.html5.qq.com 1527 | 0.0.0.0 redirect.simba.taobao.com 1528 | 0.0.0.0 referrer.disqus.com 1529 | 0.0.0.0 release.baidu.com 1530 | 0.0.0.0 re.m.taobao.com 1531 | 0.0.0.0 report.adview.cn 1532 | 0.0.0.0 rescn.u3.ucweb.com 1533 | 0.0.0.0 res.icast.cn 1534 | 0.0.0.0 res.ipingke.com 1535 | 0.0.0.0 res.mi.baidu.com 1536 | 0.0.0.0 res.mmstat.com 1537 | 0.0.0.0 resolver.gslb.mi-idc.com 1538 | 0.0.0.0 resolver.msg.xiaomi.net 1539 | 0.0.0.0 res.qhupdate.com 1540 | 0.0.0.0 re.taobao.com 1541 | 0.0.0.0 rh.qq.com 1542 | 0.0.0.0 rich.qq.com 1543 | 0.0.0.0 rigel.baidustatic.com 1544 | 0.0.0.0 river.zhidao.baidu.com 1545 | 0.0.0.0 rjgw.theta.sogou.com 1546 | 0.0.0.0 rj.m.taobao.com 1547 | 0.0.0.0 rl.go2yd.com 1548 | 0.0.0.0 rlogs.youdao.com 1549 | 0.0.0.0 rmads.eu.msn.com 1550 | 0.0.0.0 rmads.msn.com 1551 | 0.0.0.0 r.mail.163.com 1552 | 0.0.0.0 rm.api.weibo.com 1553 | 0.0.0.0 rm.gdt.qq.com 1554 | 0.0.0.0 rmoeu.mercury.sogou.com 1555 | 0.0.0.0 rm.ra.icast.cn 1556 | 0.0.0.0 rm.sina.com.cn 1557 | 0.0.0.0 r.msn.com 1558 | 0.0.0.0 rmtx.ra.icast.cn 1559 | 0.0.0.0 router.gwdang.com 1560 | 0.0.0.0 r.ow.domob.cn 1561 | 0.0.0.0 rpc-php.trafficfactory.biz 1562 | 0.0.0.0 rp.gwallet.com 1563 | 0.0.0.0 rplog.baidu.com 1564 | 0.0.0.0 rs1.qq.com 1565 | 0.0.0.0 rs2.qq.com 1566 | 0.0.0.0 rs.sinajs.cn 1567 | 0.0.0.0 rtas.videocc.net 1568 | 0.0.0.0 rtb.adview.cn 1569 | 0.0.0.0 rt.gsspat.jp 1570 | 0.0.0.0 rubicon-match.dotomi.com 1571 | 0.0.0.0 rub.pxl.ace.advertising.com 1572 | 0.0.0.0 rudy.adsnative.com 1573 | 0.0.0.0 s0.2mdn.net 1574 | 0.0.0.0 s.051352.com 1575 | 0.0.0.0 s1.2mdn.net 1576 | 0.0.0.0 s1.cmfu.com 1577 | 0.0.0.0 s2.yandui.com 1578 | 0.0.0.0 s.35kds.com 1579 | 0.0.0.0 s.6travel.com 1580 | 0.0.0.0 sa0.tuisong.baidu.com 1581 | 0.0.0.0 sa1.tuisong.baidu.com 1582 | 0.0.0.0 sa3.tuisong.baidu.com 1583 | 0.0.0.0 s.alitui.weibo.com 1584 | 0.0.0.0 s.amazon-adsystem.com 1585 | 0.0.0.0 s.appjiagu.com 1586 | 0.0.0.0 sa.tuisong.baidu.com 1587 | 0.0.0.0 sax1.sina.com.cn 1588 | 0.0.0.0 sax2.sina.com.cn 1589 | 0.0.0.0 sax3.sina.com.cn 1590 | 0.0.0.0 sax4.sina.com.cn 1591 | 0.0.0.0 sax5.sina.com.cn 1592 | 0.0.0.0 sax6.sina.com.cn 1593 | 0.0.0.0 sax7.sina.com.cn 1594 | 0.0.0.0 sax8.sina.com.cn 1595 | 0.0.0.0 sax9.sina.com.cn 1596 | 0.0.0.0 saxn.sina.com.cn 1597 | 0.0.0.0 sax.sina.com.cn 1598 | 0.0.0.0 saxs.sina.com.cn 1599 | 0.0.0.0 s.baidu.com 1600 | 0.0.0.0 sbeacon.sina.com.cn 1601 | 0.0.0.0 scc.domob.cn 1602 | 0.0.0.0 scdown.qq.com 1603 | 0.0.0.0 sc.ggdoubi.com 1604 | 0.0.0.0 sc.ggfeng.com 1605 | 0.0.0.0 schemas.android.com 1606 | 0.0.0.0 sc.iasds01.com 1607 | 0.0.0.0 sclick.baidu.com 1608 | 0.0.0.0 s.clkservice.youdao.com 1609 | 0.0.0.0 s.cpro.baidu.com 1610 | 0.0.0.0 script-bd.baixing.net 1611 | 0.0.0.0 sdac.lenovomm.com 1612 | 0.0.0.0 sdapprecv.app.cntvwb.cn 1613 | 0.0.0.0 sddnserror1.wo.com.cn 1614 | 0.0.0.0 sddnserror2.wo.com.cn 1615 | 0.0.0.0 sddnserror3.wo.com.cn 1616 | 0.0.0.0 sddnserror4.wo.com.cn 1617 | 0.0.0.0 sddnserror5.wo.com.cn 1618 | 0.0.0.0 sddnserror6.wo.com.cn 1619 | 0.0.0.0 sddnserror7.wo.com.cn 1620 | 0.0.0.0 sddnserror8.wo.com.cn 1621 | 0.0.0.0 sddnserror9.wo.com.cn 1622 | 0.0.0.0 sd.domob.cn 1623 | 0.0.0.0 sdkapp.mobile.sina.cn 1624 | 0.0.0.0 sdkapp.uve.weibo.com 1625 | 0.0.0.0 sdk.cferw.com 1626 | 0.0.0.0 sdkclick.mobile.sina.cn 1627 | 0.0.0.0 sdkconfig.ad.xiaomi.com 1628 | 0.0.0.0 sdk.e.qq.com 1629 | 0.0.0.0 sdkinit.taobao.com 1630 | 0.0.0.0 sd.kk3g.net 1631 | 0.0.0.0 sdklog.uu.cc 1632 | 0.0.0.0 sdk.look.360.cn 1633 | 0.0.0.0 sdk.mobad.ijinshan.com 1634 | 0.0.0.0 sdk.open.phone.igexin.com 1635 | 0.0.0.0 sdk.open.talk.gepush.com 1636 | 0.0.0.0 sdk.open.talk.igexin.com 1637 | 0.0.0.0 sdkpay.uu.cc 1638 | 0.0.0.0 sdksitter.m.sjzhushou.com 1639 | 0.0.0.0 sdl.domob.cn 1640 | 0.0.0.0 sdn.kugou.com 1641 | 0.0.0.0 s.domob.cn 1642 | 0.0.0.0 sdsp.ipinyou.com 1643 | 0.0.0.0 sdu.adwo.com 1644 | 0.0.0.0 sea.napi.ucweb.com 1645 | 0.0.0.0 sec-cdn.static.xiaomi.net 1646 | 0.0.0.0 sec.resource.xiaomi.net 1647 | 0.0.0.0 secure.img-cdn.mediaplex.com 1648 | 0.0.0.0 securepubads.g.doubleclick.net 1649 | 0.0.0.0 security.browser.miui.com 1650 | 0.0.0.0 serve.popads.net 1651 | 0.0.0.0 server.m.pp.cn 1652 | 0.0.0.0 service.ad.adesk.com 1653 | 0.0.0.0 service.epro.sogou.com 1654 | 0.0.0.0 service.urchin.com 1655 | 0.0.0.0 sestat.baidu.com 1656 | 0.0.0.0 setting.snswin.qq.com 1657 | 0.0.0.0 sg.a.stat.mi.com 1658 | 0.0.0.0 s.gdt.qq.com 1659 | 0.0.0.0 s.go2yd.com 1660 | 0.0.0.0 shaft.jebe.renren.com 1661 | 0.0.0.0 shama5.com 1662 | 0.0.0.0 share.baidu.com 1663 | 0.0.0.0 shenghuo.xiaomi.com 1664 | 0.0.0.0 shiwan.dl.gxpan.cn 1665 | 0.0.0.0 shizen-no-megumi.com 1666 | 0.0.0.0 shop.admin.yinyuetai.com 1667 | 0.0.0.0 shop.yinyuetai.com 1668 | 0.0.0.0 shouji.sougou.com 1669 | 0.0.0.0 show.re.taobao.com 1670 | 0.0.0.0 showwxml.qq.com 1671 | 0.0.0.0 simaba.taobao.com 1672 | 0.0.0.0 simba.m.taobao.com 1673 | 0.0.0.0 s.img.mix.sina.com.cn 1674 | 0.0.0.0 sina.allyes.com 1675 | 0.0.0.0 sinas.allyes.com 1676 | 0.0.0.0 sina.wrating.com 1677 | 0.0.0.0 sina.yinstar.org 1678 | 0.0.0.0 s.ipinyou.com 1679 | 0.0.0.0 s.jlminte.com 1680 | 0.0.0.0 s.l8l9.com 1681 | 0.0.0.0 s.lianmeng.360.cn 1682 | 0.0.0.0 slides.discovery.tom.com 1683 | 0.0.0.0 slog.sina.cn 1684 | 0.0.0.0 slog.sina.com.cn 1685 | 0.0.0.0 sm51shai.allyes.com 1686 | 0.0.0.0 smcreative.allyes.com 1687 | 0.0.0.0 sm.domob.cn 1688 | 0.0.0.0 smjs.allyes.com 1689 | 0.0.0.0 sngmta.qq.com 1690 | 0.0.0.0 snippet.pos.baidu.com 1691 | 0.0.0.0 sobar.baidu.com 1692 | 0.0.0.0 sobartop.baidu.com 1693 | 0.0.0.0 soft.data.weather.360.cn 1694 | 0.0.0.0 soft.tbs.imtt.qq.com 1695 | 0.0.0.0 sohu.wrating.com 1696 | 0.0.0.0 song.fanxing.kugou.com 1697 | 0.0.0.0 source.youxiaoad.com 1698 | 0.0.0.0 sousuo.xm.sjzhushou.com 1699 | 0.0.0.0 sp3.cndm.com 1700 | 0.0.0.0 spcode.baidu.com 1701 | 0.0.0.0 s.qhupdate.com 1702 | 0.0.0.0 srd.simba.taobao.com 1703 | 0.0.0.0 sroomafp.allyes.com 1704 | 0.0.0.0 srv.buysellads.com 1705 | 0.0.0.0 srv.carbonads.net 1706 | 0.0.0.0 ssdk.adkmob.com 1707 | 0.0.0.0 ss.he9630.com 1708 | 0.0.0.0 ssl-cdn.static.browser.mi-img.com 1709 | 0.0.0.0 ss.missyouxi.com 1710 | 0.0.0.0 ssp.0531kt.com 1711 | 0.0.0.0 ssp1.dmpdsp.com 1712 | 0.0.0.0 ssp.86str.com 1713 | 0.0.0.0 ssp.adpush.cn 1714 | 0.0.0.0 sspapi.youxiaoad.com 1715 | 0.0.0.0 ssp.chaohutechan.com 1716 | 0.0.0.0 ssp.dmpdsp.com 1717 | 0.0.0.0 ssp.kss.ksyun.com 1718 | 0.0.0.0 ssp.pro.cn 1719 | 0.0.0.0 ssp.thescenseproject.com 1720 | 0.0.0.0 ssp.youxiaoad.com 1721 | 0.0.0.0 sssvd.china.com 1722 | 0.0.0.0 stadig0.ifeng.com 1723 | 0.0.0.0 stadig.ifeng.com 1724 | 0.0.0.0 staging.admin.e.mi.com 1725 | 0.0.0.0 stags.bluekai.com 1726 | 0.0.0.0 sta.haloall.com 1727 | 0.0.0.0 sta.holagames.com 1728 | 0.0.0.0 sta.jcjk0451.com 1729 | 0.0.0.0 startup.oupeng.com 1730 | 0.0.0.0 stat.360safe.com 1731 | 0.0.0.0 stat.browser.nearme.com.cn 1732 | 0.0.0.0 staticadm.leju.sina.com.cn 1733 | 0.0.0.0 static.adsafeprotected.com 1734 | 0.0.0.0 static.adwo.com 1735 | 0.0.0.0 static.alimama.com 1736 | 0.0.0.0 static.doubleclick.net 1737 | 0.0.0.0 static.flv.uuzuonline.com 1738 | 0.0.0.0 static.googleadsserving.cn 1739 | 0.0.0.0 static.m.sjzhushou.com 1740 | 0.0.0.0 static.tzyiyuantuan.com 1741 | 0.0.0.0 statis.push.netease.com 1742 | 0.0.0.0 statisticsv2.yinyuetai.com 1743 | 0.0.0.0 stat.m.360.cn 1744 | 0.0.0.0 stat.moji.com 1745 | 0.0.0.0 stat.pandora.xiaomi.com 1746 | 0.0.0.0 stats.chinaz.com 1747 | 0.0.0.0 stats.dmp.ghac.cn 1748 | 0.0.0.0 stat.simba.taobao.com 1749 | 0.0.0.0 stats.ipinyou.com 1750 | 0.0.0.0 stats.umsns.com 1751 | 0.0.0.0 stat.v.baidu.com 1752 | 0.0.0.0 stat.zuimeitianqi.com 1753 | 0.0.0.0 st.holalauncher.com 1754 | 0.0.0.0 st.holaworld.cn 1755 | 0.0.0.0 stjzh.gdtarget.com 1756 | 0.0.0.0 strategy.beacon.qq.com 1757 | 0.0.0.0 strip.alicdn.com 1758 | 0.0.0.0 strip.taobaocdn.com 1759 | 0.0.0.0 stuff.202m.com 1760 | 0.0.0.0 st.yandexadexchange.net 1761 | 0.0.0.0 su.bdimg.com 1762 | 0.0.0.0 su.bdstatic.com 1763 | 0.0.0.0 subswin.com 1764 | 0.0.0.0 s.union.360.cn 1765 | 0.0.0.0 susapi.dev.surepush.cn 1766 | 0.0.0.0 susapi.lenovomm.com 1767 | 0.0.0.0 swa.gtimg.com 1768 | 0.0.0.0 sw.mobile.sogou.com 1769 | 0.0.0.0 s.wrating.com 1770 | 0.0.0.0 swx.domob.cn 1771 | 0.0.0.0 sxdnserror1.wo.com.cn 1772 | 0.0.0.0 sxdnserror2.wo.com.cn 1773 | 0.0.0.0 sxdnserror3.wo.com.cn 1774 | 0.0.0.0 sxdnserror4.wo.com.cn 1775 | 0.0.0.0 sxdnserror5.wo.com.cn 1776 | 0.0.0.0 sxdnserror6.wo.com.cn 1777 | 0.0.0.0 sy.brand.sogou.com 1778 | 0.0.0.0 sync.1rx.io 1779 | 0.0.0.0 sync.adaptv.advertising.com 1780 | 0.0.0.0 sync.adotmob.com 1781 | 0.0.0.0 sync-dsp.ad-m.asia 1782 | 0.0.0.0 sync.extend.tv 1783 | 0.0.0.0 sync.intentiq.com 1784 | 0.0.0.0 sync.ipredictive.com 1785 | 0.0.0.0 sync.mathtag.com 1786 | 0.0.0.0 sync.tidaltv.com 1787 | 0.0.0.0 sync-tm.everesttech.net 1788 | 0.0.0.0 sys.zhangyue.com 1789 | 0.0.0.0 t10.baidu.com 1790 | 0.0.0.0 t11.baidu.com 1791 | 0.0.0.0 t12.baidu.com 1792 | 0.0.0.0 tags.bluekai.com 1793 | 0.0.0.0 tajs.qq.com 1794 | 0.0.0.0 t.alimama.com 1795 | 0.0.0.0 tanxlog.istreamsche.com 1796 | 0.0.0.0 tap.rubiconproject.com 1797 | 0.0.0.0 tap-t.rubiconproject.com 1798 | 0.0.0.0 ta.qq.com 1799 | 0.0.0.0 t.atpanel.com 1800 | 0.0.0.0 tb060x.corp.youdao.com 1801 | 0.0.0.0 tb104x.corp.youdao.com 1802 | 0.0.0.0 t.collect.yinyuetai.com 1803 | 0.0.0.0 tcss.qq.com 1804 | 0.0.0.0 t.domob.cn 1805 | 0.0.0.0 t-e.flyme.cn 1806 | 0.0.0.0 temai.snssdk.com 1807 | 0.0.0.0 temai.taobao.com 1808 | 0.0.0.0 test2014.adview.cn 1809 | 0.0.0.0 test.ad.xiaomi.com 1810 | 0.0.0.0 test.api.xlmc.sandai.net 1811 | 0.0.0.0 test.e.ad.xiaomi.com 1812 | 0.0.0.0 test.surepush.cn 1813 | 0.0.0.0 test.zeus.ad.xiaomi.com 1814 | 0.0.0.0 textlink.simba.taobao.com 1815 | 0.0.0.0 tf.hftaili.com 1816 | 0.0.0.0 t-flow.flyme.cn 1817 | 0.0.0.0 t.gdt.qq.com 1818 | 0.0.0.0 tg.jifen.2345.com 1819 | 0.0.0.0 theta.sogoucdn.com 1820 | 0.0.0.0 tj.b.qq.com 1821 | 0.0.0.0 tj.kugou.com 1822 | 0.0.0.0 tjs.sjs.sinajs.cn 1823 | 0.0.0.0 tj.tongjiwo.com 1824 | 0.0.0.0 tj.video.qq.com 1825 | 0.0.0.0 tk.baidu.com 1826 | 0.0.0.0 tk.optaim.com 1827 | 0.0.0.0 tkweb.baidu.com 1828 | 0.0.0.0 t.l.qq.com 1829 | 0.0.0.0 tmn-d.openx.net 1830 | 0.0.0.0 tns.simba.taobao.com 1831 | 0.0.0.0 tob-cms.bj.bcebos.com 1832 | 0.0.0.0 token.rubiconproject.com 1833 | 0.0.0.0 tom.allyes.com 1834 | 0.0.0.0 tongji.baidu.com 1835 | 0.0.0.0 tongji.meizu.com 1836 | 0.0.0.0 tongji-res1.meizu.com 1837 | 0.0.0.0 tongji.wrating.com 1838 | 0.0.0.0 toolbar.baidu.com 1839 | 0.0.0.0 toolbar.msn.com 1840 | 0.0.0.0 tools.3g.qq.com 1841 | 0.0.0.0 top.h.qhimg.com 1842 | 0.0.0.0 toruk.tanx.com 1843 | 0.0.0.0 toutiao.2haha.com 1844 | 0.0.0.0 tpc.googlesyndication.com 1845 | 0.0.0.0 tpush.html5.qq.com 1846 | 0.0.0.0 trace.qq.com 1847 | 0.0.0.0 track.adwo.com 1848 | 0.0.0.0 track.dragonparking.com 1849 | 0.0.0.0 track-east.mobileadtrading.com 1850 | 0.0.0.0 tracker.baidu.com 1851 | 0.0.0.0 track.eyeviewads.com 1852 | 0.0.0.0 tracking.m6r.eu 1853 | 0.0.0.0 tracking.miui.com 1854 | 0.0.0.0 track.ra.icast.cn 1855 | 0.0.0.0 track.uc.cn 1856 | 0.0.0.0 trafficfactory.biz 1857 | 0.0.0.0 trc.adsage.com 1858 | 0.0.0.0 trends.mobile.sina.cn 1859 | 0.0.0.0 ttjx-online.cn-hangzhou.log.aliyuncs.com 1860 | 0.0.0.0 tu.baixing.com 1861 | 0.0.0.0 tui.gtimg.com 1862 | 0.0.0.0 tuiguang.meitu.com 1863 | 0.0.0.0 tuijian.baidu.com 1864 | 0.0.0.0 tunion-api.m.taobao.com 1865 | 0.0.0.0 tvupgrade.yunos.com 1866 | 0.0.0.0 tw13b093.sandai.net 1867 | 0.0.0.0 tw.alimama.cn 1868 | 0.0.0.0 twsina.allyes.com 1869 | 0.0.0.0 txtad.jijiplayer.com 1870 | 0.0.0.0 u0.s.minisplat.cn 1871 | 0.0.0.0 u1.img.mobile.sina.cn 1872 | 0.0.0.0 u1.s.minisplat.cn 1873 | 0.0.0.0 u2.s.minisplat.cn 1874 | 0.0.0.0 u.ads8.com 1875 | 0.0.0.0 uat1.bfsspadserver.8le8le.com 1876 | 0.0.0.0 ubmcmm.baidustatic.com 1877 | 0.0.0.0 uc9.ucweb.com 1878 | 0.0.0.0 ucstat.baidu.com 1879 | 0.0.0.0 ucus.ucweb.com 1880 | 0.0.0.0 udash.umengcloud.com 1881 | 0.0.0.0 udc.msn.com 1882 | 0.0.0.0 u.domob.cn 1883 | 0.0.0.0 uedas.qdmm.com 1884 | 0.0.0.0 uedas.qidian.com 1885 | 0.0.0.0 uid.ksosoft.com 1886 | 0.0.0.0 ulic.baidu.com 1887 | 0.0.0.0 um2.eqads.com 1888 | 0.0.0.0 umeng.com 1889 | 0.0.0.0 umid.orion.meizu.com 1890 | 0.0.0.0 ums.adtechjp.com 1891 | 0.0.0.0 ums.adtechus.com 1892 | 0.0.0.0 um.simpli.fi 1893 | 0.0.0.0 unconf.mobad.ijinshan.com 1894 | 0.0.0.0 union2.50bang.org 1895 | 0.0.0.0 union.baidu.com 1896 | 0.0.0.0 union.dbba.cn 1897 | 0.0.0.0 union.discuz.qq.com 1898 | 0.0.0.0 unionimage.baidu.com 1899 | 0.0.0.0 union.mop.com 1900 | 0.0.0.0 union.sogou.com 1901 | 0.0.0.0 unitacs.m.taobao.com 1902 | 0.0.0.0 up1.tj.u2.ucweb.com 1903 | 0.0.0.0 up4.ucweb.com 1904 | 0.0.0.0 up.cm.ksmobile.com 1905 | 0.0.0.0 update.avlyun.sec.miui.com 1906 | 0.0.0.0 updatecenter.qq.com 1907 | 0.0.0.0 upoll.umengcloud.com 1908 | 0.0.0.0 ups.ksmobile.net 1909 | 0.0.0.0 upush.res.meizu.com 1910 | 0.0.0.0 us.adserver.yahoo.com 1911 | 0.0.0.0 us.bannyat.com 1912 | 0.0.0.0 user1.game.qq.com 1913 | 0.0.0.0 userimg.qunar.com 1914 | 0.0.0.0 uss-pid.lenovomm.com 1915 | 0.0.0.0 us-u.openx.net 1916 | 0.0.0.0 usync.aws.rubiconproject.com 1917 | 0.0.0.0 utility.baidu.com 1918 | 0.0.0.0 utk.baidu.com 1919 | 0.0.0.0 utop.umengcloud.com 1920 | 0.0.0.0 u.uc123.com 1921 | 0.0.0.0 u.ucfly.com 1922 | 0.0.0.0 uuidapi.yunos.com 1923 | 0.0.0.0 uxip.meizu.com 1924 | 0.0.0.0 v1-feed.idreamsky.com 1925 | 0.0.0.0 v1.log.moji.com 1926 | 0.0.0.0 v2.fm.n.duokanbox.com 1927 | 0.0.0.0 v2.reachmax.cn 1928 | 0.0.0.0 va.gxpan.cn 1929 | 0.0.0.0 vatrack.hinet.net 1930 | 0.0.0.0 vdapprecv.app.cntvwb.cn 1931 | 0.0.0.0 v.domob.cn 1932 | 0.0.0.0 v.gdt.qq.com 1933 | 0.0.0.0 video-ad-stats.googlesyndication.com 1934 | 0.0.0.0 videopush.baidu.com 1935 | 0.0.0.0 video.ureport.push.qq.com 1936 | 0.0.0.0 video.wap.mpush.qq.com 1937 | 0.0.0.0 vjoz.lu.sogou.com 1938 | 0.0.0.0 vmzqwz.cn 1939 | 0.0.0.0 vpic.video.qq.com 1940 | 0.0.0.0 vps.inte.sogou.com 1941 | 0.0.0.0 vs2.gzcu.u3.ucweb.com 1942 | 0.0.0.0 vt.ipinyou.com 1943 | 0.0.0.0 vv84.bj.bcebos.com 1944 | 0.0.0.0 wa.gtimg.com 1945 | 0.0.0.0 wan.2345.com 1946 | 0.0.0.0 wangmeng.baidu.com 1947 | 0.0.0.0 wanproxy.127.net 1948 | 0.0.0.0 wan.sogou.com 1949 | 0.0.0.0 wap.114so.cn 1950 | 0.0.0.0 wap3.ucweb.com 1951 | 0.0.0.0 wap.mpush.qq.com 1952 | 0.0.0.0 wapwbclick.mobile.sina.cn 1953 | 0.0.0.0 watson.microsoft.com 1954 | 0.0.0.0 wbapp.mobile.sina.cn 1955 | 0.0.0.0 wbapp.uve.weibo.com 1956 | 0.0.0.0 wb.brand.sogou.com 1957 | 0.0.0.0 wbclick.mobile.sina.cn 1958 | 0.0.0.0 wb.gtimg.com 1959 | 0.0.0.0 wbpctips.mobile.sina.cn 1960 | 0.0.0.0 w.domob.cn 1961 | 0.0.0.0 wds.inte.sogoucdn.com 1962 | 0.0.0.0 web.sogou.com 1963 | 0.0.0.0 webstat.kuwo.cn 1964 | 0.0.0.0 web-track.go2yd.com 1965 | 0.0.0.0 wenku-cms.bj.bcebos.com 1966 | 0.0.0.0 weyyae.com 1967 | 0.0.0.0 wgo.mmstat.com 1968 | 0.0.0.0 widget.weibo.com 1969 | 0.0.0.0 win.gdt.qq.com 1970 | 0.0.0.0 wip3.adobe.com 1971 | 0.0.0.0 wisepush.video.baidu.com 1972 | 0.0.0.0 wl.51taifu.com 1973 | 0.0.0.0 w.l.qq.com 1974 | 0.0.0.0 wm.baidu.com 1975 | 0.0.0.0 w.m.taobao.com 1976 | 0.0.0.0 wn.pos.baidu.com 1977 | 0.0.0.0 wo.iuni.com.cn 1978 | 0.0.0.0 woocall.sina.com.cn 1979 | 0.0.0.0 woodpecker.uc.cn 1980 | 0.0.0.0 ws.ksmobile.net 1981 | 0.0.0.0 ws.sj.qq.com 1982 | 0.0.0.0 wtradv.market.xiaomi.com 1983 | 0.0.0.0 wuliao.epro.sogou.com 1984 | 0.0.0.0 wup.imtt.qq.com 1985 | 0.0.0.0 wuqdebjfhjas.bid 1986 | 0.0.0.0 wwis-dubc1-vip60.adobe.com 1987 | 0.0.0.0 www.114so.cn 1988 | 0.0.0.0 www.1680go.com 1989 | 0.0.0.0 www.202m.com 1990 | 0.0.0.0 www.706529.com 1991 | 0.0.0.0 www.716703.com 1992 | 0.0.0.0 www.adpush.cn 1993 | 0.0.0.0 www.adsage.cn 1994 | 0.0.0.0 www.adsmogo.com 1995 | 0.0.0.0 www.adsmogo.net 1996 | 0.0.0.0 www.adview.cn 1997 | 0.0.0.0 www.adwo.com 1998 | 0.0.0.0 www.allyes.com 1999 | 0.0.0.0 www.chenggao.cn 2000 | 0.0.0.0 www.count.51yes.com 2001 | 0.0.0.0 www.doumob.com 2002 | 0.0.0.0 www.esrpxyahzna.bid 2003 | 0.0.0.0 www.fathionmall.com 2004 | 0.0.0.0 www.flurry.com 2005 | 0.0.0.0 www.googleadservices.com 2006 | 0.0.0.0 www.gz00005.top 2007 | 0.0.0.0 www.hao934.com 2008 | 0.0.0.0 www.hpqxznpb.bid 2009 | 0.0.0.0 www.huaxinxunye.cn 2010 | 0.0.0.0 www.i1236.net 2011 | 0.0.0.0 www.ipinyou.com 2012 | 0.0.0.0 www.ipinyou.com.cn 2013 | 0.0.0.0 www.mdpjnppsbjv.bid 2014 | 0.0.0.0 www.minesage.com 2015 | 0.0.0.0 www.ok365.com 2016 | 0.0.0.0 www.openx.net 2017 | 0.0.0.0 www.pro.cn 2018 | 0.0.0.0 www.remote88.com 2019 | 0.0.0.0 www.searchswapper.com 2020 | 0.0.0.0 www.tz-dsp.com 2021 | 0.0.0.0 www.umeng.com 2022 | 0.0.0.0 www.uulucky.com 2023 | 0.0.0.0 www.uyunad.com 2024 | 0.0.0.0 www.whalecloud.com 2025 | 0.0.0.0 www.wifijia.net 2026 | 0.0.0.0 www.yueyelive.com 2027 | 0.0.0.0 wx.xwjqr.com 2028 | 0.0.0.0 x.adpro.cn 2029 | 0.0.0.0 x.cnxad.com 2030 | 0.0.0.0 x.domob.cn 2031 | 0.0.0.0 xf.yellowto.com 2032 | 0.0.0.0 xiaomiir.yaokantv.com 2033 | 0.0.0.0 xs.he9630.com 2034 | 0.0.0.0 xtruh.uranus.sogou.com 2035 | 0.0.0.0 xz-development.oss-cn-beijing.aliyuncs.com 2036 | 0.0.0.0 yads.c.yimg.jp 2037 | 0.0.0.0 yads.yahoo.co.jp 2038 | 0.0.0.0 yam.adsbro.com 2039 | 0.0.0.0 y.domob.cn 2040 | 0.0.0.0 yee.js.cn 2041 | 0.0.0.0 yellowto.com 2042 | 0.0.0.0 yeskyafp.allyes.com 2043 | 0.0.0.0 yiliao.hupan.com 2044 | 0.0.0.0 youjia2016.com 2045 | 0.0.0.0 youle.tom.com 2046 | 0.0.0.0 ypv.chengadx.com 2047 | 0.0.0.0 yt.mmstat.com 2048 | 0.0.0.0 yun.lvehaisen.com 2049 | 0.0.0.0 yun.rili.cn 2050 | 0.0.0.0 yun.tuia.cn 2051 | 0.0.0.0 yun.yuyiya.com 2052 | 0.0.0.0 yx.lenovomm.com 2053 | 0.0.0.0 yyffeicd.m.qxs.la 2054 | 0.0.0.0 zbz.m.qxs.la 2055 | 0.0.0.0 zc.adpush.cn 2056 | 0.0.0.0 zc.biz.weibo.com 2057 | 0.0.0.0 z.domob.cn 2058 | 0.0.0.0 zhushou.2345.com 2059 | 0.0.0.0 zhwnlapi.etouch.cn 2060 | 0.0.0.0 zjvnet.allyes.com 2061 | 0.0.0.0 znsv.baidu.com 2062 | 0.0.0.0 zt.adsage.com 2063 | 0.0.0.0 ztrpm.lu.sogou.com 2064 | 0.0.0.0 zymo.mps.weibo.com 2065 | 0.0.0.0 zz.bdstatic.com 2066 | :: 0.r.msn.com 2067 | :: 1100.adsina.allyes.com 2068 | :: 1148.adsina.allyes.com 2069 | :: 114.allyes.com 2070 | :: 114so.cn 2071 | :: 123.sogou.com 2072 | :: 1251.adsina.allyes.com 2073 | :: 1276.adsina.allyes.com 2074 | :: 144.dragonparking.com 2075 | :: 154.adsina.allyes.com 2076 | :: 161.adsina.allyes.com 2077 | :: 163.wrating.com 2078 | :: 17173im.allyes.com 2079 | :: 18av.mm-cg.co 2080 | :: 1.allyes.com.cn 2081 | :: 1.wps.cn 2082 | :: 1.yhzm.cc 2083 | :: 2016.sina.cn 2084 | :: 2052.flash2-http.qq.com 2085 | :: 312036.com 2086 | :: 3dns-2.adobe.com 2087 | :: 3dns-3.adobe.com 2088 | :: 4171764.fls.doubleclick.net 2089 | :: 44.adsina.allyes.com 2090 | :: 45.adsina.allyes.com 2091 | :: 46sg.com 2092 | :: 58lm.vip 2093 | :: 60.adsina.allyes.com 2094 | :: 801.tianya.cn 2095 | :: 803.tianya.cn 2096 | :: 809.ok365.com 2097 | :: 817.dopa.com 2098 | :: 818.dopa.com 2099 | :: 818.ok365.com 2100 | :: 930.dragonparking.com 2101 | :: a1click.cpc.sogou.com 2102 | :: a3.allyes.com 2103 | :: a-ad.adwo.com 2104 | :: a.ads1.msn.com 2105 | :: a.ads2.msn.com 2106 | :: a.alimama.cn 2107 | :: a.appjiagu.com 2108 | :: aax.amazon-adsystem.com 2109 | :: aax-cpm.amazon-adsystem.com 2110 | :: aax-eu.amazon-adsystem.com 2111 | :: aax-fe.amazon-adsystem.com 2112 | :: aax-fe-pek.amazon-adsystem.com 2113 | :: aax-fe-sin.amazon-adsystem.com 2114 | :: aax-us-east.amazon-adsystem.com 2115 | :: a.baidu.com 2116 | :: abc.xtyx918.com 2117 | :: a.beilamusi.com 2118 | :: a.benshiw.net 2119 | :: abtest.mistat.xiaomi.com 2120 | :: ac3.msn.com 2121 | :: ac.atpanel.com 2122 | :: acjs.aliyun.com 2123 | :: ac.mmstat.com 2124 | :: acookie.alimama.com 2125 | :: acs4baichuan.m.taobao.com 2126 | :: act.commercial.shouji.360.cn 2127 | :: activate.adobe.com 2128 | :: activate-sea.adobe.com 2129 | :: activate-sjc0.adobe.com 2130 | :: activate.wip3.adobe.com 2131 | :: activeqq.3g.qq.com 2132 | :: activity.yuyiya.com 2133 | :: actsdk.idreamsky.com 2134 | :: acuityplatform.com 2135 | :: ad.1111cpc.com 2136 | :: ad1.greedland.net 2137 | :: ad1.sina.com.cn 2138 | :: ad1.udn.com 2139 | :: ad2.sina.com.cn 2140 | :: ad2.udn.com 2141 | :: ad2.yam.com 2142 | :: ad.363.in 2143 | :: ad3.sina.com.cn 2144 | :: ad3.udn.com 2145 | :: ad4.sina.com 2146 | :: ad4.sina.com.cn 2147 | :: ad4.udn.com 2148 | :: ad5.sina.com.cn 2149 | :: ad.adhouyi.cn 2150 | :: adadvisor.net 2151 | :: ad.adwo.com 2152 | :: ad-apac.doubleclick.net 2153 | :: adapi.lenovogame.com 2154 | :: ad.api.moji.com 2155 | :: adapi.shouji.360.cn 2156 | :: adasad.myweb.hinet.net 2157 | :: adashbc.m.taobao.com 2158 | :: adashbc.ut.taobao.com 2159 | :: adash.man.aliyuncs.com 2160 | :: adash.m.taobao.com 2161 | :: adashxgc.ut.taobao.com 2162 | :: adashx.m.taobao.com 2163 | :: ad-bg.adwo.com 2164 | :: ad.caiyunapp.com 2165 | :: adcast.deviantart.com 2166 | :: adclick.g.doubleclick.net 2167 | :: ad.cn.doubleclick.net 2168 | :: adcore.lenovomm.com 2169 | :: ad-count.adwo.com 2170 | :: ad-delivery.net 2171 | :: ad.dev.360.cn 2172 | :: ad.doubleclick.net 2173 | :: ad.dqwjzm.com 2174 | :: ad.duapps.com 2175 | :: adeventtracker.spotify.com 2176 | :: adfarm.mediaplex.com 2177 | :: adfill.adview.cn 2178 | :: adfilter.imtt.qq.com 2179 | :: ad.flurry.com 2180 | :: adfuture.cn 2181 | :: ad.gamebox.360.cn 2182 | :: adgeo.163.com 2183 | :: ad.greedland.net 2184 | :: adimages.sina.com.hk 2185 | :: adimg.daumcdn.net 2186 | :: adimg.deviantart.net 2187 | :: adimg.mobile.sina.cn 2188 | :: adimg.qxlsjw.com 2189 | :: adimg.uve.weibo.com 2190 | :: adinfo.ra1.xlmc.sec.miui.com 2191 | :: ad.jp.doubleclick.net 2192 | :: ad.jsnbrynb.com 2193 | :: adlaunch.moji.com 2194 | :: adlog.flurry.com 2195 | :: adm.baidu.com 2196 | :: admd.yam.com 2197 | :: adm.icast.cn 2198 | :: adm.leju.sina.com.cn 2199 | :: ad.netowl.jp 2200 | :: adnet.sohu.com 2201 | :: adn.insight.ucweb.com 2202 | :: adobe-dns-2.adobe.com 2203 | :: adobe-dns-3.adobe.com 2204 | :: adobe-dns.adobe.com 2205 | :: a.domob.cn 2206 | :: a.dounanhuahui.com 2207 | :: adping.qq.com 2208 | :: ad.player.baidu.com 2209 | :: adpm.app.qq.com 2210 | :: adpro.pro.cn 2211 | :: adpublish.ydstatic.com 2212 | :: ad.qq.com 2213 | :: ad.qun.qq.com 2214 | :: adrdir.qq.com 2215 | :: adres.myaora.net 2216 | :: ads1.msads.net 2217 | :: ads1.msn.com 2218 | :: ads2.msads.net 2219 | :: ads2.msn.com 2220 | :: ads.979799777.com 2221 | :: ads.adaptv.advertising.com 2222 | :: ads.bssdl.kugou.com 2223 | :: adscdn.baidu.com 2224 | :: adsclick.qq.com 2225 | :: adsco.re 2226 | :: ads.creative-serving.com 2227 | :: adsence.sogou.com 2228 | :: adsense.html5.qq.com 2229 | :: adserve2.tom.com 2230 | :: adserver.adtech.de 2231 | :: adserver.adtechus.com 2232 | :: adserver-us.adtech.advertising.com 2233 | :: adserver.xpanama.net 2234 | :: adserver.yahoo.com 2235 | :: ads.eu.msn.com 2236 | :: adsfile.qq.com 2237 | :: ads.flurry.com 2238 | :: adsfs.oppomobile.com 2239 | :: ads.gionee.com 2240 | :: ads.gmodules.com 2241 | :: ads.google.com 2242 | :: adsgroup.qq.com 2243 | :: adshmct.qq.com 2244 | :: adshmmsg.qq.com 2245 | :: adsina.allyes.com 2246 | :: adslvfile.qq.com 2247 | :: adslvseed.qq.com 2248 | :: adsmogo.com 2249 | :: ads.msn.com 2250 | :: ads.ninemsn.com.au 2251 | :: adsolution.imtt.qq.com 2252 | :: ads.pubmatic.com 2253 | :: adsp.xunlei.com 2254 | :: adsqqclick.qq.com 2255 | :: adsrich.qq.com 2256 | :: ads.servebom.com 2257 | :: ads.service.kugou.com 2258 | :: ads.sina.com 2259 | :: ads.stickyadstv.com 2260 | :: adss.yahoo.com 2261 | :: adstextview.qq.com 2262 | :: adstream.123.sogoucdn.com 2263 | :: adsunflower.com 2264 | :: adsview2.qq.com 2265 | :: adsview.qq.com 2266 | :: ads.waps.cn 2267 | :: ads.wapx.cn 2268 | :: ads-west-colo.adsymptotic.com 2269 | :: ads.yahoo.com 2270 | :: ads.yam.com 2271 | :: ads.yimg.com 2272 | :: adsyndication.msn.com 2273 | :: ads.youtube.com 2274 | :: adtest.adwo.com 2275 | :: ad.toutiao.com 2276 | :: adtrack.ucweb.com 2277 | :: adui.tg.meitu.com 2278 | :: adv2.downsave.com 2279 | :: adv.app.qq.com 2280 | :: adver.qq.com 2281 | :: adview.cn 2282 | :: adv.sec.miui.com 2283 | :: ad.wang502.com 2284 | :: ad.winrar.com.cn 2285 | :: ad.wretch.cc 2286 | :: adx.ads.oppomobile.com 2287 | :: adx.g.doubleclick.net 2288 | :: adx.pro.cn 2289 | :: ad.xxguan.cn 2290 | :: adx.xiaodutv.com 2291 | :: adzjvnet.allyes.com 2292 | :: ad.zuimeitianqi.com 2293 | :: ae.bdstatic.com 2294 | :: aecpm.alicdn.com 2295 | :: a.epinv.com 2296 | :: aeventlog.beacon.qq.com 2297 | :: afd.l.google.com 2298 | :: afp.adchina.com 2299 | :: afp.alicdn.com 2300 | :: afpeng.alimama.com 2301 | :: afpmm.alicdn.com 2302 | :: afpssp.alimama.com 2303 | :: afptrack.alimama.com 2304 | :: afs.googlesyndication.com 2305 | :: a.global.msads.net 2306 | :: agoodm.m.taobao.com 2307 | :: agoodm.wapa.taobao.com 2308 | :: a.hl.mi.com 2309 | :: a.holagames.com 2310 | :: aider-res.meizu.com 2311 | :: ai.m.taobao.com 2312 | :: ai.taobao.com 2313 | :: ai.yimg.jp 2314 | :: aka-cdn.adtechus.com 2315 | :: aka-cdn-ns.adtechus.com 2316 | :: akxsrsdbursfpx.bid 2317 | :: alimama.alicdn.com 2318 | :: alissl.ucdl.pp.uc.cn 2319 | :: alitui.weibo.com 2320 | :: aliunion.cn.yahoo.com 2321 | :: allnews.uodoo.com 2322 | :: allyesbjafa.allyes.com 2323 | :: allyes.com 2324 | :: allyesshafa.allyes.com 2325 | :: alog.umengcloud.com 2326 | :: alog.umeng.com 2327 | :: alpha.brand.sogou.com 2328 | :: ama.adwo.com 2329 | :: amdc.m.taobao.com 2330 | :: am.g.ireader.com 2331 | :: a.m.shuhuangge.org 2332 | :: ams.lenovomm.com 2333 | :: analy.qq.com 2334 | :: analytics3.starschina.com 2335 | :: analytics.ad.daum.net 2336 | :: analytics.msn.com 2337 | :: analytics.r.msn.com 2338 | :: analytics.snssdk.com 2339 | :: analytics.spotify.com 2340 | :: analytics.yam.com 2341 | :: andmlbf.tj.ijinshan.com 2342 | :: android-lrcresource.wps.cn 2343 | :: android.push.126.net 2344 | :: android.rqd.qq.com 2345 | :: an.m.liebao.cn 2346 | :: an.yandex.ru 2347 | :: api0.tuisong.baidu.com 2348 | :: api1.tuisong.baidu.com 2349 | :: api2.play.cn 2350 | :: api2.tuisong.baidu.com 2351 | :: api3.tuisong.baidu.com 2352 | :: api4.tuisong.baidu.com 2353 | :: api5.tuisong.baidu.com 2354 | :: api6.tuisong.baidu.com 2355 | :: api7.tuisong.baidu.com 2356 | :: api8.tuisong.baidu.com 2357 | :: api9.tuisong.baidu.com 2358 | :: api.admob.com 2359 | :: api.ad.xiaomi.com 2360 | :: api.airpush.com 2361 | :: api.appjiagu.com 2362 | :: api.apps.sina.cn 2363 | :: api.bailingjiankang.com 2364 | :: api.bs.zui.com 2365 | :: apiconfig.adwo.com 2366 | :: api.cpu.baidu.com 2367 | :: api.domob.cn 2368 | :: api.doumob.com 2369 | :: api.dreamfull.cn 2370 | :: api-flow.flyme.cn 2371 | :: api.g1.junfull.com 2372 | :: api.g2.junfull.com 2373 | :: api.iapps.ifeng.com 2374 | :: api.iimedia.cn 2375 | :: api.jr.mi.com 2376 | :: api.koudaikj.com 2377 | :: api.mobula.sdk.duapps.com 2378 | :: api.mp.uc.cn 2379 | :: api.newad.ifeng.com 2380 | :: api.open.uc.cn 2381 | :: api.primecaster.net 2382 | :: api-push.meizu.com 2383 | :: api.ra2.xlmc.sec.miui.com 2384 | :: api.sec.miui.com 2385 | :: api.share.baidu.com 2386 | :: api-shoulei-ssl.xunlei.com 2387 | :: api.shuaji.360.cn 2388 | :: api.so.lianmeng.360.cn 2389 | :: apistaging.airpush.com 2390 | :: api.tr.blismedia.com 2391 | :: api.tuisong.baidu.com 2392 | :: api.tw06.xlmc.sec.miui.com 2393 | :: api.wapa.taobao.com 2394 | :: api.waptest.taobao.com 2395 | :: api.wsq.umeng.com 2396 | :: api.youxiaoad.com 2397 | :: apns.ios.ijinshan.com 2398 | :: apoll.m.taobao.com 2399 | :: app01.nodes.gslb.mi-idc.com 2400 | :: app02.nodes.gslb.mi-idc.com 2401 | :: app.50bang.org 2402 | :: appc.baidu.com 2403 | :: appdownload.alicdn.com 2404 | :: appgift.sinaapp.com 2405 | :: applog.uc.cn 2406 | :: apppic.yingyongbei.com 2407 | :: appsupdate.sinaapp.com 2408 | :: appsupport.qq.com 2409 | :: app.uu.cc 2410 | :: appwall.api.airpush.com 2411 | :: app.waps.cn 2412 | :: app.wapx.cn 2413 | :: a.qiao024.com 2414 | :: ard.yahoo.co.jp 2415 | :: aries.mzres.com 2416 | :: art.theta.sogoucdn.com 2417 | :: asearch.alicdn.com 2418 | :: astat.bugly.qq.com 2419 | :: a.stat.xiaomi.com 2420 | :: astrategy.beacon.qq.com 2421 | :: as.trklinklog.com 2422 | :: atanx2.alicdn.com 2423 | :: atanx.alicdn.com 2424 | :: a.tanx.com 2425 | :: athena.wan.sogou.com 2426 | :: a.tribalfusion.com 2427 | :: at.umeng.com 2428 | :: a.union.mi.com 2429 | :: au.umeng.co 2430 | :: au.umeng.com 2431 | :: a.waczt.cn 2432 | :: ax.ggfeng.com 2433 | :: a.youdao.com 2434 | :: azabu-u.ac.jp 2435 | :: b1sync.zemanta.com 2436 | :: badad.googleplex.com 2437 | :: b.ads1.msn.com 2438 | :: baichuan.baidu.com 2439 | :: baidutv.baidu.com 2440 | :: banner.alimama.com 2441 | :: b.appjiagu.com 2442 | :: bar.baidu.com 2443 | :: bazinga.mse.sogou.com 2444 | :: bce.baidu.com 2445 | :: bc.geocities.yahoo.co.jp 2446 | :: bcjjg.bugsevent.com 2447 | :: bcjxf.bugsevent.com 2448 | :: b.clkservice.youdao.com 2449 | :: bd1.dopa.com 2450 | :: bd2.dopa.com 2451 | :: bdapi.ads.oppomobile.com 2452 | :: bdd.hainan.net 2453 | :: bdimg.share.baidu.com 2454 | :: b.domob.cn 2455 | :: bdplus.baidu.com 2456 | :: bds.hainan.net 2457 | :: bd.soarfi.cn 2458 | :: beacon.gtimg.com 2459 | :: beacon.sina.com.cn 2460 | :: beap.adss.yahoo.com 2461 | :: beap-bc.yahoo.com 2462 | :: beha.ksmobile.com 2463 | :: b.epinv.com 2464 | :: bes-progfree.com 2465 | :: beta.airpush.com 2466 | :: bh.contextweb.com 2467 | :: bid.adview.cn 2468 | :: bid.g.doubleclick.net 2469 | :: bigdata.adfuture.cn 2470 | :: bigdata.adsunflower.com 2471 | :: bigdata.adups.com 2472 | :: bigdata.advmob.cn 2473 | :: bite.theta.sogoucdn.com 2474 | :: biz.live.xunlei.com 2475 | :: biz.weibo.com 2476 | :: bj.bcebos.com 2477 | :: bjdnserror1.wo.com.cn 2478 | :: bjdnserror2.wo.com.cn 2479 | :: bjdnserror3.wo.com.cn 2480 | :: bjdnserror4.wo.com.cn 2481 | :: bjdnserror5.wo.com.cn 2482 | :: bjdnserror6.wo.com.cn 2483 | :: bjdnserror7.wo.com.cn 2484 | :: blogad01.myweb.hinet.net 2485 | :: blogad02.myweb.hinet.net 2486 | :: bm.alimama.cn 2487 | :: bmvip.alimama.cn 2488 | :: bobo.163.com 2489 | :: bokee.allyes.com 2490 | :: bp.mobad.ijinshan.com 2491 | :: brand.sogou.com 2492 | :: bro.flyme.cn 2493 | :: browser.gwdang.com 2494 | :: bsiet.husky.sogou.com 2495 | :: bs.l.qq.com 2496 | :: bss.pandora.xiaomi.com 2497 | :: btlaunch.baidu.com 2498 | :: bttrack.com 2499 | :: bugreportv2.qq.com 2500 | :: buyimg.bianxianmao.com 2501 | :: c0.ifengimg.com 2502 | :: c1.adform.net 2503 | :: c1.ifengimg.com 2504 | :: c1.minisplat.cn 2505 | :: c1.popads.net 2506 | :: c2.l.qq.com 2507 | :: c2.popads.net 2508 | :: c.35kds.com 2509 | :: c-adash.m.taobao.com 2510 | :: c.admob.com 2511 | :: c.adsco.re 2512 | :: c.alimama.com 2513 | :: cal.meizu.com 2514 | :: calopenupdate.comm.miui.com 2515 | :: c.amazon-adsystem.com 2516 | :: canvas.gdt.qq.com 2517 | :: c.appjiagu.com 2518 | :: carbonads.net 2519 | :: cas.pxl.ace.advertising.com 2520 | :: cast.ra.icast.cn 2521 | :: catalog.video.msn.com 2522 | :: c.baidu.com 2523 | :: cb.alimama.cn 2524 | :: cb.baidu.com 2525 | :: c.betrad.com 2526 | :: c.bing.com 2527 | :: c.biz.weibo.com 2528 | :: cbjs.baidu.com 2529 | :: cb.l.qq.com 2530 | :: c.bxb.oupeng.com 2531 | :: ccclub.cmbchina.com 2532 | :: cdn0.mobmore.com 2533 | :: cdn2.moji002.com 2534 | :: cdn.ads.jlscds.com 2535 | :: cdn.adsk2.co 2536 | :: cdn-ads.oss-cn-shanghai.aliyuncs.com 2537 | :: cdn.adstract.com 2538 | :: cdn.ad.xiaomi.com 2539 | :: cdn.ark.qq.com 2540 | :: cdn.districtm.io 2541 | :: cdn.dragonstatic.com 2542 | :: cdn.flurry.com 2543 | :: cdnimg.liehu.ijinshan.com 2544 | :: cdn.lu.sogoucdn.com 2545 | :: cdn.optaim.com 2546 | :: cdn.popcash.net 2547 | :: cdn.popmyads.com 2548 | :: cdn.puata.info 2549 | :: cdn.taboolasyndication.com 2550 | :: cdn.tanx.com 2551 | :: c.domob.cn 2552 | :: cee1.iteye.com 2553 | :: cee2.iteye.com 2554 | :: cfg.imtt.qq.com 2555 | :: c.gdt.qq.com 2556 | :: cgi.connect.qq.com 2557 | :: chance.adsensor.org 2558 | :: channel.fanxing.kugou.com 2559 | :: cjhq.baidu.com 2560 | :: cj.qidian.com 2561 | :: cjroq.bealge.sogou.com 2562 | :: cl.he9630.com 2563 | :: click1forhz.adsmogo.com 2564 | :: click2forhz.adsmogo.com 2565 | :: click3forhz.adsmogo.com 2566 | :: click.bes.baidu.com 2567 | :: click.hm.baidu.com 2568 | :: click.jebe.renren.com 2569 | :: click.mz.simba.taobao.com 2570 | :: click.qianqian.com 2571 | :: clicks.beap.bc.yahoo.com 2572 | :: click.simba.taobao.com 2573 | :: click.stat.hao.360.cn 2574 | :: click.tanx.com 2575 | :: click.tianyaui.com 2576 | :: click.tz.simba.taobao.com 2577 | :: click.uve.mobile.sina.cn 2578 | :: click.wrating.com 2579 | :: client.show.qq.com 2580 | :: client.stats.yinyuetai.com 2581 | :: clk.optaim.com 2582 | :: clkservice2.dict.youdao.com 2583 | :: clkservice.mail.youdao.com 2584 | :: clkservice.union.youdao.com 2585 | :: clkservice.youdao.com 2586 | :: cloudcdn.dopa.com 2587 | :: cloudcdn.dopa.com.cn 2588 | :: cloudcdn.yousee.com 2589 | :: cloudservice22.kingsoft-office-service.com 2590 | :: c.l.qq.com 2591 | :: cm066.getui.igexin.com 2592 | :: cm.adgrx.com 2593 | :: cm.adkmob.com 2594 | :: cm.baichuan.baidu.com 2595 | :: cm.baidu.com 2596 | :: cmcdl.cmcm.com 2597 | :: cmc.tanx.com 2598 | :: cm.ctnsnet.com 2599 | :: cm.dmp.sina.cn 2600 | :: cm.e.qq.com 2601 | :: cm.eyereturn.com 2602 | :: cm.g.doubleclick.net 2603 | :: c.minisplat.cn 2604 | :: cm.ipinyou.com 2605 | :: cm.l.qq.com 2606 | :: cm.netseer.com 2607 | :: cm.optaim.com 2608 | :: cm.p4p.cn.yahoo.com 2609 | :: cm.pos.baidu.com 2610 | :: cms.an.m.liebao.cn 2611 | :: c.msn.com 2612 | :: c.msn.com.cn 2613 | :: cms.opendsp.tanx.com 2614 | :: cms.quantserve.com 2615 | :: cms.tanx.com 2616 | :: cnzz.mmstat.com 2617 | :: coed-d.openx.net 2618 | :: col.hztags.net 2619 | :: config.adsage.cn 2620 | :: config.adsage.com 2621 | :: config.adview.cn 2622 | :: config.mobisage.cn 2623 | :: config.push.sogou.com 2624 | :: contentrecommend-out.mobile.sina.cn 2625 | :: conversion.adpro.cn 2626 | :: conversion.pro.cn 2627 | :: conv.youdao.com 2628 | :: cookiemapping.wrating.com 2629 | :: coro.benbaisteel.com 2630 | :: couchcoaster.jp 2631 | :: count10.51yes.com 2632 | :: count11.51yes.com 2633 | :: count12.51yes.com 2634 | :: count13.51yes.com 2635 | :: count14.51yes.com 2636 | :: count15.51yes.com 2637 | :: count16.51yes.com 2638 | :: count17.51yes.com 2639 | :: count18.51yes.com 2640 | :: count19.51yes.com 2641 | :: count20.51yes.com 2642 | :: count21.51yes.com 2643 | :: count22.51yes.com 2644 | :: count23.51yes.com 2645 | :: count24.51yes.com 2646 | :: count2.51yes.com 2647 | :: count25.51yes.com 2648 | :: count26.51yes.com 2649 | :: count27.51yes.com 2650 | :: count28.51yes.com 2651 | :: count29.51yes.com 2652 | :: count30.51yes.com 2653 | :: count31.51yes.com 2654 | :: count32.51yes.com 2655 | :: count33.51yes.com 2656 | :: count34.51yes.com 2657 | :: count3.51yes.com 2658 | :: count35.51yes.com 2659 | :: count36.51yes.com 2660 | :: count37.51yes.com 2661 | :: count38.51yes.com 2662 | :: count39.51yes.com 2663 | :: count40.51yes.com 2664 | :: count41.51yes.com 2665 | :: count42.51yes.com 2666 | :: count43.51yes.com 2667 | :: count44.51yes.com 2668 | :: count4.51yes.com 2669 | :: count45.51yes.com 2670 | :: count46.51yes.com 2671 | :: count47.51yes.com 2672 | :: count48.51yes.com 2673 | :: count49.51yes.com 2674 | :: count50.51yes.com 2675 | :: count51.51yes.com 2676 | :: count.51yes.com 2677 | :: count5.51yes.com 2678 | :: count6.51yes.com 2679 | :: count7.51yes.com 2680 | :: count8.51yes.com 2681 | :: count9.51yes.com 2682 | :: counter.kingsoft.com 2683 | :: counter.sina.com.cn 2684 | :: count.mail.163.com 2685 | :: countt.51yes.com 2686 | :: count.video.sina.com.cn 2687 | :: cpc.brand.sogou.com 2688 | :: cpc.click.alimama.com 2689 | :: cpc.sogou.com 2690 | :: cpro2.baidu.com 2691 | :: cpro2.baidustatic.com 2692 | :: cpro.9xu.com 2693 | :: cpro.baidu.com 2694 | :: cpro.baidustatic.com 2695 | :: cpro.tieba.baidu.com 2696 | :: cpro.zhidao.baidu.com 2697 | :: cpu-admin.baidu.com 2698 | :: cpu.baidu.com 2699 | :: cpv.ty229.com 2700 | :: creative.1111cpc.com 2701 | :: creative.jdkic.com 2702 | :: creative.ltheanine.cn 2703 | :: cre-dp.sina.cn 2704 | :: cre.dp.sina.cn 2705 | :: cre.mix.sina.com.cn 2706 | :: crl.microsoft.com 2707 | :: crm-eve.b2b.alibaba-inc.com 2708 | :: cr.m.liebao.cn 2709 | :: cr-p16.ladsp.com 2710 | :: crs.baidu.com 2711 | :: cs.dqwjzm.com 2712 | :: cszlks.com 2713 | :: cti.w55c.net 2714 | :: ct.niu.xunlei.com 2715 | :: cupid.jebe.renren.com 2716 | :: c.wcpt.biz.weibo.com 2717 | :: c.wrating.com 2718 | :: cws-cctv.conviva.com 2719 | :: cz01016102.ms758.com 2720 | :: d00.sina.com.cn 2721 | :: d0.sina.com.cn 2722 | :: d1grtyyel8f1mh.cloudfront.net 2723 | :: d1.sina.com.cn 2724 | :: d1.sinaimg.cn 2725 | :: d2.sina.com.cn 2726 | :: d31qbv1cthcecs.cloudfront.net 2727 | :: d36eyd5j1kt1m6.cloudfront.net 2728 | :: d3g.qq.com 2729 | :: d3.sina.com.cn 2730 | :: d3.sinaimg.cn 2731 | :: d3v1lb83psg9di.cloudfront.net 2732 | :: d4.sina.com.cn 2733 | :: d5nxst8fruw4z.cloudfront.net 2734 | :: d5p.de17a.com 2735 | :: d5.sina.com.cn 2736 | :: d6.sina.com.cn 2737 | :: d6.sinaimg.cn 2738 | :: d7.sina.com.cn 2739 | :: d7.sinaimg.cn 2740 | :: d8.sina.com.cn 2741 | :: d8.sinaimg.cn 2742 | :: d9.sina.com.cn 2743 | :: daohang.114so.cn 2744 | :: data.ads.oppomobile.com 2745 | :: data.flurry.com 2746 | :: data.mistat.xiaomi.com 2747 | :: datax.baidu.com 2748 | :: dcads.sina.com.cn 2749 | :: d.clkservice.youdao.com 2750 | :: dc.meitustat.com 2751 | :: dd713.bj.bcebos.com 2752 | :: dd.iask.cn 2753 | :: dd.iaskgo.com 2754 | :: ddkkrrla.m.qxs.la 2755 | :: d.domob.cn 2756 | :: ddrrccck.m.qxs.la 2757 | :: delivery.dmkt-sp.jp 2758 | :: de.pandora.xiaomi.com 2759 | :: dev.tg.wan.360.cn 2760 | :: dev.umeng.com 2761 | :: dfc1.benbaisteel.com 2762 | :: df.tanx.com 2763 | :: d.gdt.qq.com 2764 | :: dh.holaworld.cn 2765 | :: dir.minigame.qq.com 2766 | :: discuz.gtimg.cn 2767 | :: display.360totalsecurity.com 2768 | :: display.ad.daum.net 2769 | :: display.adhudong.com 2770 | :: disqusads.com 2771 | :: d.kugou.com 2772 | :: dl.9xu.com 2773 | :: dl.client.baidu.com 2774 | :: dl.cm.ksmobile.com 2775 | :: dl.jianshunrui.com 2776 | :: dl.kjava.sina.cn 2777 | :: dl.sybspools.com 2778 | :: dl.union.ijinshan.com 2779 | :: dl.uu.cc 2780 | :: dl.wan.sogoucdn.com 2781 | :: dl.youjia2016.com 2782 | :: dm.bytedance.com 2783 | :: dmp.adpush.cn 2784 | :: dmpclick.deliver.ifeng.com 2785 | :: dm.pstatp.com 2786 | :: dol.deliver.ifeng.com 2787 | :: dolphin.deliver.ifeng.com 2788 | :: dol.tianya.cn 2789 | :: domob.cn 2790 | :: domob.com.cn 2791 | :: dorangesource.alicdn.com 2792 | :: down.dashendown.com 2793 | :: download.adsage.com 2794 | :: download.zhushou.sogou.com 2795 | :: dp.559.cc 2796 | :: dp.g.doubleclick.net 2797 | :: dp.im.weibo.cn 2798 | :: dpm.demdex.net 2799 | :: dps.wtdtjs.com 2800 | :: dressimage.img-cn-beijing.aliyuncs.com 2801 | :: dr.holaworld.cn 2802 | :: drmcmm.baidu.com 2803 | :: ds.jlbksy.com 2804 | :: dsp.adfarm1.adition.com 2805 | :: dsp.brand.sogou.com 2806 | :: ds-pc.admsger.com 2807 | :: dspcm.brand.sogou.com 2808 | :: dsp-impr2.youdao.com 2809 | :: dsp-impr.youdao.com 2810 | :: dsp.pro.cn 2811 | :: dsp.simba.taobao.com 2812 | :: dsp.youdao.com 2813 | :: dt.adsafeprotected.com 2814 | :: dualstack.adsame-1421766300.ap-southeast-1.elb.amazonaws.com 2815 | :: d.union.ijinshan.com 2816 | :: dup.baidustatic.com 2817 | :: dvb.pandora.xiaomi.com 2818 | :: dvsend.china.com 2819 | :: dvser02.china.com 2820 | :: dvser.china.com 2821 | :: dvx-android.domob.cn 2822 | :: dwtrack.qidian.com 2823 | :: dxp.baidu.com 2824 | :: dxprla.m.qxs.la 2825 | :: dzl.baidu.com 2826 | :: e7free.allyes.com 2827 | :: e.admob.com 2828 | :: e.ad.xiaomi.com 2829 | :: eastmoney.allyes.com 2830 | :: e.baidu.com 2831 | :: ebook.res.meizu.com 2832 | :: eclick.baidu.com 2833 | :: ecma.bdimg.com 2834 | :: ecmb.bdimg.com 2835 | :: ecmc.bdimg.com 2836 | :: ecpm.tanx.com 2837 | :: e.domob.cn 2838 | :: e.domob.com.cn 2839 | :: eee.eh39.co 2840 | :: eee.kj78.org 2841 | :: eee.ttyy888.co 2842 | :: e.emgwq.com 2843 | :: ef-dongfeng.tanx.com 2844 | :: eff.inte.sogou.com 2845 | :: eff.lu.sogou.com 2846 | :: ef.opendsp.tanx.com 2847 | :: ef.tanx.com 2848 | :: e.hellomingpian.com 2849 | :: eiv.baidu.com 2850 | :: ejzr.golden1.sogou.com 2851 | :: engine.lvehaisen.com 2852 | :: engine.tuia.cn 2853 | :: entry.adsage.com 2854 | :: entry.baidu.com 2855 | :: e-p4p.163.com 2856 | :: e.qq.com 2857 | :: ereg.adobe.com 2858 | :: ereg.wip3.adobe.com 2859 | :: e.romgv.com 2860 | :: ers.baidu.com 2861 | :: etg.qq.com 2862 | :: etl.xlmc.sandai.net 2863 | :: etl.xlmc.sec.miui.com 2864 | :: et.tanx.com 2865 | :: event.ksosoft.com 2866 | :: eventlog.beacon.qq.com 2867 | :: events.pingan.com 2868 | :: ex.mobmore.com 2869 | :: exp.3g.ifeng.com 2870 | :: ex.puata.info 2871 | :: ex.qq.com 2872 | :: ex.tanx.com 2873 | :: extmoney.i1608.com 2874 | :: ex.umengcloud.com 2875 | :: e.yangjingbang.net 2876 | :: ezine.oupeng.com 2877 | :: f10.baidu.com 2878 | :: f1.luoshenbest.cn 2879 | :: f1.p0y.cn 2880 | :: f2.p0y.cn 2881 | :: f3.mi-stat.gslb.mi-idc.com 2882 | :: fa.163.com 2883 | :: fair.sogou.com 2884 | :: fanxing.kugou.com 2885 | :: fav.simba.taobao.com 2886 | :: fcanr.tracking.miui.com 2887 | :: fclick.baidu.com 2888 | :: fd.anzhi.com 2889 | :: f.domob.cn 2890 | :: fds.api.moji.com 2891 | :: feedback.whalecloud.com 2892 | :: feed.baidu.com 2893 | :: feed.theta.sogou.com 2894 | :: fexclick.baidu.com 2895 | :: file.ipinyou.com.cn 2896 | :: files2.sogou.com 2897 | :: files.adform.net 2898 | :: flurry.cachefly.net 2899 | :: flurry.com 2900 | :: fm.ipinyou.com 2901 | :: fm.p0y.cn 2902 | :: fm.qzone.qq.com 2903 | :: fms.ipinyou.com 2904 | :: focusbaiduafp.allyes.com 2905 | :: fodder.qq.com 2906 | :: fodder.tc.qq.com 2907 | :: folder.adfuture.cn 2908 | :: folder.adsunflower.com 2909 | :: folder.advmob.cn 2910 | :: fota4.adups.cn 2911 | :: fotacontrol.adfuture.cn 2912 | :: fsr.lenovomm.com 2913 | :: fs.uc.nearme.com.cn 2914 | :: fs-uc-nearme-com-cn.oss-cn-hangzhou.aliyuncs.com 2915 | :: fus.lenovomm.com 2916 | :: fw.adsafeprotected.com 2917 | :: fw.qq.com 2918 | :: fxc.aiquxs.com 2919 | :: fych.uranus.sogou.com 2920 | :: g1.163.com 2921 | :: g.163.com 2922 | :: galaxy.bjcathay.com 2923 | :: galaxy.sogoucdn.com 2924 | :: gamead.swjoy.com 2925 | :: game.adwo.com 2926 | :: gamebox.kugou.com 2927 | :: game.html5.qq.com 2928 | :: game.subway.uu.cc 2929 | :: game.weibo.cn 2930 | :: game.weibo.com 2931 | :: g.baidu.com 2932 | :: gb.corp.163.com 2933 | :: g.domob.cn 2934 | :: gemini.yahoo.com 2935 | :: gen.alicdn.com 2936 | :: geo.moatads.com 2937 | :: get.sogou.com 2938 | :: ggle.lywf.me 2939 | :: g.haluoha.com 2940 | :: gif.lu.sogoucdn.com 2941 | :: gimg.baidu.com 2942 | :: gload.adhood.com 2943 | :: global.msads.net 2944 | :: gma.alicdn.com 2945 | :: go.mmstat.com 2946 | :: googleadservices.com 2947 | :: googleads.g.doubleclick.net 2948 | :: googleadsserving.cn 2949 | :: googlecommerce.com 2950 | :: googlesyndication.com 2951 | :: googletagmanager.com 2952 | :: googletagservices.com 2953 | :: goto.sogou.com 2954 | :: green.erne.co 2955 | :: g.sdk.look.360.cn 2956 | :: guanjia.baidu.com 2957 | :: guess.union2.50bang.org 2958 | :: gu.qlogo.cn 2959 | :: g.w5b454.com 2960 | :: gw5.push.mcp.weibo.cn 2961 | :: gw6.push.mcp.weibo.cn 2962 | :: g.wrating.com 2963 | :: gxb.mmstat.com 2964 | :: gxe.husky.sogou.com 2965 | :: h5.holalauncher.com 2966 | :: haitaoad.nosdn.127.net 2967 | :: hao549.com 2968 | :: hao.7654.com 2969 | :: hao.qquu8.com 2970 | :: haostat.qihoo.com 2971 | :: hao.uc.cn 2972 | :: hbdnserror1.wo.com.cn 2973 | :: hbdnserror2.wo.com.cn 2974 | :: hbdnserror3.wo.com.cn 2975 | :: hbdnserror4.wo.com.cn 2976 | :: hbdnserror5.wo.com.cn 2977 | :: hbdnserror6.wo.com.cn 2978 | :: hbdnserror7.wo.com.cn 2979 | :: hbdt.luomi.com 2980 | :: hc.baidu.com 2981 | :: h.domob.cn 2982 | :: hivedata.cc 2983 | :: hk.jtsh123.com 2984 | :: hk.napi.ucweb.com 2985 | :: hl2rcv.adobe.com 2986 | :: hljdnserror1.wo.com.cn 2987 | :: hljdnserror2.wo.com.cn 2988 | :: hljdnserror3.wo.com.cn 2989 | :: hljdnserror4.wo.com.cn 2990 | :: hljdnserror5.wo.com.cn 2991 | :: hlrcv.stage.adobe.com 2992 | :: hm.baidu.com 2993 | :: hm.l.qq.com 2994 | :: hmma.baidu.com 2995 | :: h.msn.com 2996 | :: hndnserror1.wo.com.cn 2997 | :: hndnserror2.wo.com.cn 2998 | :: hndnserror3.wo.com.cn 2999 | :: hndnserror4.wo.com.cn 3000 | :: hndnserror5.wo.com.cn 3001 | :: hndnserror6.wo.com.cn 3002 | :: hndnserror7.wo.com.cn 3003 | :: hot.browser.miui.com 3004 | :: hpd.baidu.com 3005 | :: hs.qhupdate.com 3006 | :: httpdns.push.oppomobile.com 3007 | :: httpring.qq.com 3008 | :: ht.www.sogou.com 3009 | :: hub5pn.wap.sandai.net 3010 | :: huichuan.sm.cn 3011 | :: huid.ad.360.cn 3012 | :: huodong.ios.shouji.360.cn 3013 | :: hydra.alibaba.com 3014 | :: hyfh.benbaisteel.com 3015 | :: hz.mmstat.com 3016 | :: i1.go2yd.com 3017 | :: iad.g.163.com 3018 | :: i.clkservice.youdao.com 3019 | :: idigger.allyes.com 3020 | :: idm.bce.baidu.com 3021 | :: idm-su.baidu.com 3022 | :: i.domob.cn 3023 | :: i.dreamfull.cn 3024 | :: ids1.deliver.ifeng.com 3025 | :: ids.deliver.ifeng.com 3026 | :: idx.m.hub.sandai.net 3027 | :: iebar.baidu.com 3028 | :: ieonline.microsoft.com 3029 | :: ifengad.3g.ifeng.com 3030 | :: i.flow.browser.oppomobile.com 3031 | :: iflow.uczzd.cn 3032 | :: iflow.uczzd.com 3033 | :: iflow.uczzd.com.cn 3034 | :: iflow.uczzd.net 3035 | :: if.mingxing.qq.com 3036 | :: ifs.tanx.com 3037 | :: i.gdt.qq.com 3038 | :: i.haloapps.com 3039 | :: i.holalauncher.com 3040 | :: i.huilixieye.net 3041 | :: i.ipinyou.com 3042 | :: iis1.deliver.ifeng.com 3043 | :: iis3g.deliver.ifeng.com 3044 | :: ikcode.baidu.com 3045 | :: image.box.xiaomi.com 3046 | :: image.p4p.sogou.com 3047 | :: image.zzd.sm.cn 3048 | :: imagzine.oppomobile.com 3049 | :: imc.l.qq.com 3050 | :: imfsr.lenovomm.com 3051 | :: img01.taotaosou.cn 3052 | :: img0.egou.com 3053 | :: img1.126.net 3054 | :: img1.gtimg.com 3055 | :: img1.km.com 3056 | :: img1.pcfg.cache.wps.cn 3057 | :: img1.sj.qq.com 3058 | :: img2.126.net 3059 | :: img2.km.com 3060 | :: img3.km.com 3061 | :: img.adbox.sina.com.cn 3062 | :: img-ad.oupeng.com 3063 | :: img.adpush.cn 3064 | :: img.ad.zhangyue.com 3065 | :: img.alimama.cn 3066 | :: img.amp.ad.sina.com.cn 3067 | :: img.dawenxue.org 3068 | :: img-dsp.oss-cn-beijing.aliyuncs.com 3069 | :: img.shouji.sogou.com 3070 | :: img.taotaosou.cn 3071 | :: img.toppr.com.cn 3072 | :: img.wan.sogou.com 3073 | :: i.mmcdn.cn 3074 | :: imp.optaim.com 3075 | :: impservice2.youdao.com 3076 | :: impservice.chnl.youdao.com 3077 | :: impservice.dictvista.youdao.com 3078 | :: impservice.dictweb.youdao.com 3079 | :: impservice.dictword.youdao.com 3080 | :: impservice.dict.youdao.com 3081 | :: impservice.mail.youdao.com 3082 | :: impservice-test.dictapp.youdao.com 3083 | :: impservice.union.youdao.com 3084 | :: impservice.youdao.com 3085 | :: in1.feed.uu.cc 3086 | :: in1.secure.uu.cc 3087 | :: info.3g.qq.com 3088 | :: info.analysis.kp.sec.miui.com 3089 | :: infocenter.meizu.com 3090 | :: info.downsave.com 3091 | :: info.gomlab.com 3092 | :: info.pinyin.sogou.com 3093 | :: info.sec.miui.com 3094 | :: info.yitsoftware.com 3095 | :: input.shouji.sogou.com 3096 | :: inside.bitcomet.com 3097 | :: install2.kugou.com 3098 | :: install.kugou.com 3099 | :: int.dpool.sina.com.cn 3100 | :: interest.mix.sina.com.cn 3101 | :: inte.sogou.com 3102 | :: inte.theta.sogoucdn.com 3103 | :: ipinyou.com 3104 | :: ir.mail.163.com 3105 | :: irnvf.lu.sogou.com 3106 | :: irpmt.mail.163.com 3107 | :: i.stat.nearme.com.cn 3108 | :: i.w55c.net 3109 | :: iwan.sogou.com 3110 | :: j.appjiagu.com 3111 | :: jct.maptu.cn 3112 | :: j.domob.cn 3113 | :: jebe.renren.com 3114 | :: jebe.xnimg.cn 3115 | :: jellyfish.pandora.xiaomi.com 3116 | :: j.hongyangpai.com 3117 | :: jiayi1.oss-cn-shanghai.aliyuncs.com 3118 | :: jifen.2345.com 3119 | :: jingjia.qq.com 3120 | :: jldnserror1.wo.com.cn 3121 | :: jldnserror2.wo.com.cn 3122 | :: jldnserror3.wo.com.cn 3123 | :: jldnserror4.wo.com.cn 3124 | :: jldnserror5.wo.com.cn 3125 | :: jpg.inte.sogoucdn.com 3126 | :: jpush.html5.qq.com 3127 | :: jqmt.qq.com 3128 | :: js.50bang.org 3129 | :: js.51taifu.com 3130 | :: jsadsdisplay.cn-beijing.log.aliyuncs.com 3131 | :: js-apac-ss.ysm.yahoo.com 3132 | :: js.icast.cn 3133 | :: jsnp.golden1.sogou.com 3134 | :: js.pub.tom.com 3135 | :: jsqmt.qq.com 3136 | :: js.stat.ijinshan.com 3137 | :: js.union-wifi.com 3138 | :: juxiao.adsmogo.net 3139 | :: j.wan.liebao.cn 3140 | :: j.wit.qq.com 3141 | :: jxlog.istreamsche.com 3142 | :: k.domob.cn 3143 | :: keystone.mwbsys.com 3144 | :: kgmobilestat.kugou.com 3145 | :: kn.zzdahan.com 3146 | :: kr.sybspools.com 3147 | :: kstj.baidu.com 3148 | :: kthxd.lu.sogou.com 3149 | :: ktivn.uranus.sogou.com 3150 | :: kuaikan.netmon.360safe.com 3151 | :: kv.stat.nearme.com.cn 3152 | :: kw.ra.icast.cn 3153 | :: kwurl.ucweb.com 3154 | :: l2.l.qq.com 3155 | :: labs.ra.icast.cn 3156 | :: lb.gtimg.com 3157 | :: lb.l.qq.com 3158 | :: lcs.dev.surepush.cn 3159 | :: l.domob.cn 3160 | :: lds.lenovomm.com 3161 | :: lds.zui.com 3162 | :: leak.360.cn 3163 | :: ledou.dl.uu.cc 3164 | :: letv.allyes.com 3165 | :: links.services.disqus.com 3166 | :: livec.l.qq.com 3167 | :: livem.l.qq.com 3168 | :: livep.l.qq.com 3169 | :: lives.l.qq.com 3170 | :: liveupdate.mac.sandai.net 3171 | :: lk.brand.sogou.com 3172 | :: lm.dawenxue.org 3173 | :: l.minisplat.cn 3174 | :: lm.licenses.adobe.com 3175 | :: lmlicenses.wip4.adobe.com 3176 | :: lm.souid.com 3177 | :: lndnserror1.wo.com.cn 3178 | :: lndnserror2.wo.com.cn 3179 | :: lndnserror3.wo.com.cn 3180 | :: lndnserror4.wo.com.cn 3181 | :: lndnserror5.wo.com.cn 3182 | :: lndnserror6.wo.com.cn 3183 | :: lndnserror7.wo.com.cn 3184 | :: log.collect.yinyuetai.com 3185 | :: log.cs.pp.cn 3186 | :: log.mix.sina.com.cn 3187 | :: log.mmstat.com 3188 | :: log.music.baidu.com 3189 | :: log.spotify.com 3190 | :: log.stat.kugou.com 3191 | :: log.tbs.qq.com 3192 | :: log.umsns.com 3193 | :: log.umtrack.com 3194 | :: logupdate.avlyun.sec.miui.com 3195 | :: log.vcgame.cn 3196 | :: log.web.kugou.com 3197 | :: l.qq.com 3198 | :: ls.l.qq.com 3199 | :: lu.sogou.com 3200 | :: lxcdn.dl.files.xiaomi.net 3201 | :: m1.baidu.com 3202 | :: m.28487.net 3203 | :: m3bnqqqw.com 3204 | :: m5.apk.67mo.com 3205 | :: m.7180443.com 3206 | :: m-78.jp 3207 | :: ma.baidu.com 3208 | :: m-adash.m.taobao.com 3209 | :: mad.m.maxthon.cn 3210 | :: m.adpro.cn 3211 | :: mads.amazon-adsystem.com 3212 | :: m.adxpop.com 3213 | :: m.ad.zhangyue.com 3214 | :: magnetic.t.domdex.com 3215 | :: m.airpush.com 3216 | :: map.media6degrees.com 3217 | :: mapp.qzone.qq.com 3218 | :: masdk.3g.qq.com 3219 | :: master.wap.dphub.sandai.net 3220 | :: match.adsby.bidtheatre.com 3221 | :: match.adsrvr.org 3222 | :: match.p4p.1688.com 3223 | :: match.prod.bidr.io 3224 | :: match.rundsp.com 3225 | :: material.istreamsche.com 3226 | :: material.mtty.xin 3227 | :: maw.wnbfw.com 3228 | :: maxwebsearch.com 3229 | :: mazu.3g.qq.com 3230 | :: m.bailingjiankang.com 3231 | :: m.beacon.sina.com.cn 3232 | :: mbs.hao.360.cn 3233 | :: m.bss.pandora.xiaomi.com 3234 | :: mb.yidianzixun.com 3235 | :: mclick.simba.taobao.com 3236 | :: m.clkservice.youdao.com 3237 | :: mcore.vcgame.cn 3238 | :: mc.yandex.ru 3239 | :: mdap.alipaylog.com 3240 | :: mdc.meitustat.com 3241 | :: md.he9630.com 3242 | :: m.domob.cn 3243 | :: mdrecv.app.cntvwb.cn 3244 | :: md.sh5e.com 3245 | :: m.duobao999.com 3246 | :: medal.blog.csdn.net 3247 | :: media.admob.com 3248 | :: mediapro.pro.cn 3249 | :: media.trafficfactory.biz 3250 | :: m.ee-skin.com 3251 | :: m.ee-vip.net 3252 | :: meitubeauty.meitudata.com 3253 | :: m.emgwq.com 3254 | :: metok.sys.miui.com 3255 | :: m.fhxsw.org 3256 | :: mfp.deliver.ifeng.com 3257 | :: mfsr.lenovomm.com 3258 | :: m.game.weibo.cn 3259 | :: m.gdt.vip1790.cn 3260 | :: mg.games.sina.com.cn 3261 | :: m.guanren9.com 3262 | :: m.hellomingpian.com 3263 | :: migc.g.mi.com 3264 | :: migcreport.g.mi.com 3265 | :: mi.gdt.qq.com 3266 | :: migrate.driveapi.micloud.xiaomi.net 3267 | :: migu.kssws.ks-cdn.com 3268 | :: minfo.wps.cn 3269 | :: mini2015.qq.com 3270 | :: mini.cpc.sogou.com 3271 | :: mini.jijiplayer.com 3272 | :: mipcache.bdstatic.com 3273 | :: m.irs01.com 3274 | :: mis.g.mi.com 3275 | :: miui.hftaili.com 3276 | :: m.kubiqq.com 3277 | :: m.laojiayoufang.com 3278 | :: mlb.did.ijinshan.com 3279 | :: mlog.search.xiaomi.net 3280 | :: m.lu.sogou.com 3281 | :: mm.admob.com 3282 | :: mm.dopa.com.cn 3283 | :: mmv.admob.com 3284 | :: mobaders.oss-cn-beijing.aliyuncs.com 3285 | :: mobads.baidu.com 3286 | :: mobads-logs.baidu.com 3287 | :: mobi.adsage.com 3288 | :: mobileads.google.com 3289 | :: mobileads.msn.com 3290 | :: mobilelog.kugou.com 3291 | :: mobile.qzone.qq.com 3292 | :: mo.haloapps.cn 3293 | :: moka.inte.sogoucdn.com 3294 | :: monitor.uu.qq.com 3295 | :: mo.res.wpscdn.cn 3296 | :: mostat.wps.cn 3297 | :: mo.test.haloapps.com 3298 | :: motu.p4p.sina.com.cn 3299 | :: mou.niu.xunlei.com 3300 | :: moupdate10332052.wps.cn 3301 | :: mpb1.iteye.com 3302 | :: mpb2.iteye.com 3303 | :: mpp.vindicosuite.com 3304 | :: mpro.baidu.com 3305 | :: m.qpic.cn 3306 | :: mqqad.cs0309.html5.qq.com 3307 | :: mqqad.html5.qq.com 3308 | :: mqqadr.reader.qq.com 3309 | :: m.romgv.com 3310 | :: ms.cmcm.com 3311 | :: msg.shouji.360.cn 3312 | :: msg.umengcloud.com 3313 | :: m.simba.taobao.com 3314 | :: msite.baidu.com 3315 | :: m.sjzhushou.com 3316 | :: msnclick.wrating.com 3317 | :: msn.wrating.com 3318 | :: mso.allyes.com 3319 | :: mti.35kds.com 3320 | :: mtty-cdn.mtty.xin 3321 | :: m.uc123.com 3322 | :: m.uczzd.cn 3323 | :: musik-mp3.info 3324 | :: mvads.kugou.com 3325 | :: mw.adwo.com 3326 | :: m.wrating.com 3327 | :: mws.adsage.com 3328 | :: my.adsmogo.com 3329 | :: m.yangjingbang.net 3330 | :: n.3g.163.com 3331 | :: na1r.services.adobe.com 3332 | :: na2m-pr.licenses.adobe.com 3333 | :: na.ads.yahoo.com 3334 | :: nai.cpxkvc.com 3335 | :: n.a.mosenni.com 3336 | :: navi.gd.chinamobile.com 3337 | :: nbsdk-baichuan.alicdn.com 3338 | :: nbsdk-baichuan.taobao.com 3339 | :: nc004x.corp.youdao.com 3340 | :: nc045x.corp.youdao.com 3341 | :: n.domob.cn 3342 | :: neirong.baidu.com 3343 | :: net.adpush.cn 3344 | :: new.ltheanine.cn 3345 | :: news.766ba.net 3346 | :: news.mpush.qq.com 3347 | :: news.push.126.net 3348 | :: newspush.sinajs.cn 3349 | :: nex.163.com 3350 | :: nfdnserror10.wo.com.cn 3351 | :: nfdnserror11.wo.com.cn 3352 | :: nfdnserror12.wo.com.cn 3353 | :: nfdnserror13.wo.com.cn 3354 | :: nfdnserror14.wo.com.cn 3355 | :: nfdnserror15.wo.com.cn 3356 | :: nfdnserror16.wo.com.cn 3357 | :: nfdnserror17.wo.com.cn 3358 | :: nfdnserror1.wo.com.cn 3359 | :: nfdnserror2.wo.com.cn 3360 | :: nfdnserror3.wo.com.cn 3361 | :: nfdnserror4.wo.com.cn 3362 | :: nfdnserror5.wo.com.cn 3363 | :: nfdnserror6.wo.com.cn 3364 | :: nfdnserror7.wo.com.cn 3365 | :: nfdnserror8.wo.com.cn 3366 | :: nfdnserror9.wo.com.cn 3367 | :: n.gemini.yahoo.com 3368 | :: nhz.adwo.com 3369 | :: nichibenren.or.jp 3370 | :: nicorette.co.kr 3371 | :: nop.xpanama.net 3372 | :: notice.game.xiaomi.com 3373 | :: notify.oupeng.com 3374 | :: novelsns.html5.qq.com 3375 | :: nsclick.baidu.com 3376 | :: nsclickvideo.baidu.com 3377 | :: o2o.api.xiaomi.com 3378 | :: oascentral.sina.com 3379 | :: oascentral.sina.com.hk 3380 | :: obeyter.com 3381 | :: oc.umeng.co 3382 | :: oc.umeng.com 3383 | :: o.domob.cn 3384 | :: offline-adv.oray.com 3385 | :: o.if.qidian.com 3386 | :: oimagea2.ydstatic.com 3387 | :: omg.inte.sogoucdn.com 3388 | :: omgmta1.qq.com 3389 | :: omgmta.qq.com 3390 | :: o.minisplat.cn 3391 | :: onetag-sys.com 3392 | :: opehs.tanx.com 3393 | :: openapi.guanjia.qq.com 3394 | :: openapi-news.meizu.com 3395 | :: openbox.mobilem.360.cn 3396 | :: open.play.cn 3397 | :: openrcv.baidu.com 3398 | :: ope.tanx.com 3399 | :: oppo.yidianzixun.com 3400 | :: optimus.ipinyou.com 3401 | :: osc.uranus.sogou.com 3402 | :: osfota.cdn.aliyun.com 3403 | :: osupdateservice.yunos.com 3404 | :: otf.msn.com 3405 | :: oth.eve.mdt.qq.com 3406 | :: oth.str.mdt.qq.com 3407 | :: oth.update.mdt.qq.com 3408 | :: ow.s1.shuhuangge.org 3409 | :: ow.s2.shuhuangge.org 3410 | :: p2.l.qq.com 3411 | :: p3.l.qq.com 3412 | :: p3p.mmstat.com 3413 | :: p3p.sogou.com 3414 | :: p3p.yahoo.com 3415 | :: p4psearch.china.alibaba.com 3416 | :: p8u.hinet.net 3417 | :: p.admob.com 3418 | :: padsdel2.cdnads.com 3419 | :: p.adsymptotic.com 3420 | :: pagead2.googlesyndication.com 3421 | :: pagead46.l.doubleclick.net 3422 | :: pagead.google.com 3423 | :: pagead.l.google.com 3424 | :: pagead-tpc.l.google.com 3425 | :: pagechoice.net 3426 | :: pagespeed.report.qq.com 3427 | :: p.alimama.com 3428 | :: palmnews.sina.cn 3429 | :: p.appjiagu.com 3430 | :: parking.zunmi.cn 3431 | :: partnerad.l.google.com 3432 | :: partnerads.ysm.yahoo.com 3433 | :: partner.googleadservices.com 3434 | :: pat.farvd.com 3435 | :: patriot.cs.pp.cn 3436 | :: pb3.pstatp.com 3437 | :: pbd.sogou.com 3438 | :: pbs.lenovomm.com 3439 | :: pb.sogou.com 3440 | :: pb.wang502.com 3441 | :: pcfg.wps.cn 3442 | :: p.clkservice.youdao.com 3443 | :: pcookie.tanx.com 3444 | :: pc.quansj.cn 3445 | :: pc.videoclick.baidu.com 3446 | :: pcxzo.pluto.sogou.com 3447 | :: pdc.micloud.xiaomi.net 3448 | :: pd.dopa.com.cn 3449 | :: pdl.gionee.com 3450 | :: pd.ok365.com 3451 | :: p.domob.cn 3452 | :: pegasus.cmcm.com 3453 | :: pfpip.sina.com 3454 | :: pfp.sina.com.cn 3455 | :: pgdt.gtimg.cn 3456 | :: phs.tanx.com 3457 | :: pic.517m.cn 3458 | :: pic.51yes.com 3459 | :: pics.taobaocdn.com 3460 | :: pindao.huoban.taobao.com 3461 | :: ping.acc.sogou.com 3462 | :: pingfore.qq.com 3463 | :: pingfore.tenpay.com 3464 | :: pinghot.qq.com 3465 | :: pingma.qq.com 3466 | :: ping.pinyin.sogou.com 3467 | :: p.inte.sogou.com 3468 | :: pixel.adsafeprotected.com 3469 | :: pixel.advertising.com 3470 | :: pixel-a.sitescout.com 3471 | :: pixel.mathtag.com 3472 | :: pixel.rubiconproject.com 3473 | :: pixel.sitescout.com 3474 | :: pixel.tapad.com 3475 | :: pix.impdesk.com 3476 | :: pjyu.golden1.sogou.com 3477 | :: p.kjwx8.com 3478 | :: playinfo.gomlab.com 3479 | :: p.l.qq.com 3480 | :: p.lu.sogou.com 3481 | :: pmc-d.openx.net 3482 | :: pmir.3g.qq.com 3483 | :: pms.mb.qq.com 3484 | :: png.lu.sogoucdn.com 3485 | :: popme.163.com 3486 | :: pop.sjk.ijinshan.com 3487 | :: popup.msn.com 3488 | :: pos.baidu.com 3489 | :: post.ra.icast.cn 3490 | :: ppurifier.game.xiaomi.com 3491 | :: practivate.adobe.com 3492 | :: pr-bh.ybp.yahoo.com 3493 | :: pre.api.tw06.xlmc.sandai.net 3494 | :: pre.ra.icast.cn 3495 | :: p.rfihub.com 3496 | :: pro.cn 3497 | :: prom.gome.com.cn 3498 | :: promote.biz.weibo.cn 3499 | :: promotion.aliyun.com 3500 | :: promotion.gomlab.com 3501 | :: proton.flurry.com 3502 | :: proxy.sec.miui.com 3503 | :: prw.lenovomm.com 3504 | :: pr.ybp.yahoo.com 3505 | :: psb.lenovomm.com 3506 | :: p.sdu8cvc.com 3507 | :: psfq.gou.sogou.com 3508 | :: p.store.qq.com 3509 | :: p.tanx.com 3510 | :: p.tencentmind.com 3511 | :: pubads.g.doubleclick.net 3512 | :: pub.pxl.ace.advertising.com 3513 | :: pub.se.360.cn 3514 | :: puds.test.uae.uc.cn 3515 | :: puds.ucweb.com 3516 | :: pull.push.sogou.com 3517 | :: pups.bdimg.com 3518 | :: pushapi.lenovomm.com 3519 | :: push.mobile.kugou.com 3520 | :: push.res.meizu.com 3521 | :: push.wandoujia.com 3522 | :: push.yuedu.163.com 3523 | :: push.zhangyue.com 3524 | :: push.zhanzhang.baidu.com 3525 | :: pv.anzhi.com 3526 | :: pv.focus.cn 3527 | :: pv.ra.icast.cn 3528 | :: pv.sogou.com 3529 | :: pvstat.html5.qq.com 3530 | :: pwj.biqugezw.com 3531 | :: px.adhigh.net 3532 | :: pxl.connexity.net 3533 | :: px.moatads.com 3534 | :: px.owneriq.net 3535 | :: px.powerlinks.com 3536 | :: py2.qlogo.cn 3537 | :: py.qlogo.cn 3538 | :: q.domob.cn 3539 | :: qhl.bealge.sogou.com 3540 | :: qianclick.baidu.com 3541 | :: q.i.gdt.qq.com 3542 | :: qqshow2-item.qq.com 3543 | :: qss-client.qq.com 3544 | :: qt002x.corp.youdao.com 3545 | :: qxm.pluto.sogou.com 3546 | :: r.254a.com 3547 | :: r2.adwo.com 3548 | :: r3 adwo.com 3549 | :: r3.adwo.com 3550 | :: r6.mo.baidu.com 3551 | :: rabbit.meitustat.com 3552 | :: rabbit.mtadvert.com 3553 | :: rabbit.tg.meitu.com 3554 | :: rad.live.com 3555 | :: rad.microsoft.com 3556 | :: r.admob.com 3557 | :: ra.gtimg.com 3558 | :: rank.hit.china.com 3559 | :: rbp.emea.mxptint.net 3560 | :: rbp.mxptint.net 3561 | :: r.browser.miui.com 3562 | :: r.bxb.oupeng.com 3563 | :: rc2waycm-atl.netmng.com 3564 | :: rcmd.pop.ijinshan.com 3565 | :: rcp.c.appier.net 3566 | :: rcv.mobad.ijinshan.com 3567 | :: rcv.union-wifi.com 3568 | :: rd.ane.yahoo.co.jp 3569 | :: rd.e.sogou.com 3570 | :: r.dmp.sina.cn 3571 | :: r.domob.cn 3572 | :: rdstat.tanx.com 3573 | :: rd.wan.360.cn 3574 | :: reader.browser.miui.com 3575 | :: rec.g.163.com 3576 | :: recmd.html5.qq.com 3577 | :: redirect.simba.taobao.com 3578 | :: referrer.disqus.com 3579 | :: release.baidu.com 3580 | :: re.m.taobao.com 3581 | :: report.adview.cn 3582 | :: rescn.u3.ucweb.com 3583 | :: res.icast.cn 3584 | :: res.ipingke.com 3585 | :: res.mi.baidu.com 3586 | :: res.mmstat.com 3587 | :: resolver.gslb.mi-idc.com 3588 | :: resolver.msg.xiaomi.net 3589 | :: res.qhupdate.com 3590 | :: re.taobao.com 3591 | :: rh.qq.com 3592 | :: rich.qq.com 3593 | :: rigel.baidustatic.com 3594 | :: river.zhidao.baidu.com 3595 | :: rjgw.theta.sogou.com 3596 | :: rj.m.taobao.com 3597 | :: rl.go2yd.com 3598 | :: rlogs.youdao.com 3599 | :: rmads.eu.msn.com 3600 | :: rmads.msn.com 3601 | :: r.mail.163.com 3602 | :: rm.api.weibo.com 3603 | :: rm.gdt.qq.com 3604 | :: rmoeu.mercury.sogou.com 3605 | :: rm.ra.icast.cn 3606 | :: rm.sina.com.cn 3607 | :: r.msn.com 3608 | :: rmtx.ra.icast.cn 3609 | :: router.gwdang.com 3610 | :: r.ow.domob.cn 3611 | :: rpc-php.trafficfactory.biz 3612 | :: rp.gwallet.com 3613 | :: rplog.baidu.com 3614 | :: rs1.qq.com 3615 | :: rs2.qq.com 3616 | :: rs.sinajs.cn 3617 | :: rtas.videocc.net 3618 | :: rtb.adview.cn 3619 | :: rt.gsspat.jp 3620 | :: rubicon-match.dotomi.com 3621 | :: rub.pxl.ace.advertising.com 3622 | :: rudy.adsnative.com 3623 | :: s0.2mdn.net 3624 | :: s.051352.com 3625 | :: s1.2mdn.net 3626 | :: s1.cmfu.com 3627 | :: s2.yandui.com 3628 | :: s.35kds.com 3629 | :: s.6travel.com 3630 | :: sa0.tuisong.baidu.com 3631 | :: sa1.tuisong.baidu.com 3632 | :: sa3.tuisong.baidu.com 3633 | :: s.alitui.weibo.com 3634 | :: s.amazon-adsystem.com 3635 | :: s.appjiagu.com 3636 | :: sa.tuisong.baidu.com 3637 | :: sax1.sina.com.cn 3638 | :: sax2.sina.com.cn 3639 | :: sax3.sina.com.cn 3640 | :: sax4.sina.com.cn 3641 | :: sax5.sina.com.cn 3642 | :: sax6.sina.com.cn 3643 | :: sax7.sina.com.cn 3644 | :: sax8.sina.com.cn 3645 | :: sax9.sina.com.cn 3646 | :: saxn.sina.com.cn 3647 | :: sax.sina.com.cn 3648 | :: saxs.sina.com.cn 3649 | :: s.baidu.com 3650 | :: sbeacon.sina.com.cn 3651 | :: scc.domob.cn 3652 | :: scdown.qq.com 3653 | :: sc.ggdoubi.com 3654 | :: sc.ggfeng.com 3655 | :: schemas.android.com 3656 | :: sc.iasds01.com 3657 | :: sclick.baidu.com 3658 | :: s.clkservice.youdao.com 3659 | :: s.cpro.baidu.com 3660 | :: script-bd.baixing.net 3661 | :: sdac.lenovomm.com 3662 | :: sdapprecv.app.cntvwb.cn 3663 | :: sddnserror1.wo.com.cn 3664 | :: sddnserror2.wo.com.cn 3665 | :: sddnserror3.wo.com.cn 3666 | :: sddnserror4.wo.com.cn 3667 | :: sddnserror5.wo.com.cn 3668 | :: sddnserror6.wo.com.cn 3669 | :: sddnserror7.wo.com.cn 3670 | :: sddnserror8.wo.com.cn 3671 | :: sddnserror9.wo.com.cn 3672 | :: sd.domob.cn 3673 | :: sdkapp.mobile.sina.cn 3674 | :: sdkapp.uve.weibo.com 3675 | :: sdk.cferw.com 3676 | :: sdkclick.mobile.sina.cn 3677 | :: sdkconfig.ad.xiaomi.com 3678 | :: sdk.e.qq.com 3679 | :: sdkinit.taobao.com 3680 | :: sd.kk3g.net 3681 | :: sdklog.uu.cc 3682 | :: sdk.look.360.cn 3683 | :: sdk.mobad.ijinshan.com 3684 | :: sdk.open.phone.igexin.com 3685 | :: sdk.open.talk.gepush.com 3686 | :: sdk.open.talk.igexin.com 3687 | :: sdkpay.uu.cc 3688 | :: sdksitter.m.sjzhushou.com 3689 | :: sdl.domob.cn 3690 | :: sdn.kugou.com 3691 | :: s.domob.cn 3692 | :: sdsp.ipinyou.com 3693 | :: sdu.adwo.com 3694 | :: sea.napi.ucweb.com 3695 | :: sec-cdn.static.xiaomi.net 3696 | :: sec.resource.xiaomi.net 3697 | :: secure.img-cdn.mediaplex.com 3698 | :: securepubads.g.doubleclick.net 3699 | :: security.browser.miui.com 3700 | :: serve.popads.net 3701 | :: server.m.pp.cn 3702 | :: service.ad.adesk.com 3703 | :: service.epro.sogou.com 3704 | :: service.urchin.com 3705 | :: sestat.baidu.com 3706 | :: setting.snswin.qq.com 3707 | :: sg.a.stat.mi.com 3708 | :: s.gdt.qq.com 3709 | :: s.go2yd.com 3710 | :: shaft.jebe.renren.com 3711 | :: shama5.com 3712 | :: share.baidu.com 3713 | :: shenghuo.xiaomi.com 3714 | :: shiwan.dl.gxpan.cn 3715 | :: shizen-no-megumi.com 3716 | :: shop.admin.yinyuetai.com 3717 | :: shop.yinyuetai.com 3718 | :: shouji.sougou.com 3719 | :: show.re.taobao.com 3720 | :: showwxml.qq.com 3721 | :: simaba.taobao.com 3722 | :: simba.m.taobao.com 3723 | :: s.img.mix.sina.com.cn 3724 | :: sina.allyes.com 3725 | :: sinas.allyes.com 3726 | :: sina.wrating.com 3727 | :: sina.yinstar.org 3728 | :: s.ipinyou.com 3729 | :: s.jlminte.com 3730 | :: s.l8l9.com 3731 | :: s.lianmeng.360.cn 3732 | :: slides.discovery.tom.com 3733 | :: slog.sina.cn 3734 | :: slog.sina.com.cn 3735 | :: sm51shai.allyes.com 3736 | :: smcreative.allyes.com 3737 | :: sm.domob.cn 3738 | :: smjs.allyes.com 3739 | :: sngmta.qq.com 3740 | :: snippet.pos.baidu.com 3741 | :: sobar.baidu.com 3742 | :: sobartop.baidu.com 3743 | :: soft.data.weather.360.cn 3744 | :: soft.tbs.imtt.qq.com 3745 | :: sohu.wrating.com 3746 | :: song.fanxing.kugou.com 3747 | :: source.youxiaoad.com 3748 | :: sousuo.xm.sjzhushou.com 3749 | :: sp3.cndm.com 3750 | :: spcode.baidu.com 3751 | :: s.qhupdate.com 3752 | :: srd.simba.taobao.com 3753 | :: sroomafp.allyes.com 3754 | :: srv.buysellads.com 3755 | :: srv.carbonads.net 3756 | :: ssdk.adkmob.com 3757 | :: ss.he9630.com 3758 | :: ssl-cdn.static.browser.mi-img.com 3759 | :: ss.missyouxi.com 3760 | :: ssp.0531kt.com 3761 | :: ssp1.dmpdsp.com 3762 | :: ssp.86str.com 3763 | :: ssp.adpush.cn 3764 | :: sspapi.youxiaoad.com 3765 | :: ssp.chaohutechan.com 3766 | :: ssp.dmpdsp.com 3767 | :: ssp.kss.ksyun.com 3768 | :: ssp.pro.cn 3769 | :: ssp.thescenseproject.com 3770 | :: ssp.youxiaoad.com 3771 | :: sssvd.china.com 3772 | :: stadig0.ifeng.com 3773 | :: stadig.ifeng.com 3774 | :: staging.admin.e.mi.com 3775 | :: stags.bluekai.com 3776 | :: sta.haloall.com 3777 | :: sta.holagames.com 3778 | :: sta.jcjk0451.com 3779 | :: startup.oupeng.com 3780 | :: stat.360safe.com 3781 | :: stat.browser.nearme.com.cn 3782 | :: staticadm.leju.sina.com.cn 3783 | :: static.adsafeprotected.com 3784 | :: static.adwo.com 3785 | :: static.alimama.com 3786 | :: static.doubleclick.net 3787 | :: static.flv.uuzuonline.com 3788 | :: static.googleadsserving.cn 3789 | :: static.m.sjzhushou.com 3790 | :: static.tzyiyuantuan.com 3791 | :: statis.push.netease.com 3792 | :: statisticsv2.yinyuetai.com 3793 | :: stat.m.360.cn 3794 | :: stat.moji.com 3795 | :: stat.pandora.xiaomi.com 3796 | :: stats.chinaz.com 3797 | :: stats.dmp.ghac.cn 3798 | :: stat.simba.taobao.com 3799 | :: stats.ipinyou.com 3800 | :: stats.umsns.com 3801 | :: stat.v.baidu.com 3802 | :: stat.zuimeitianqi.com 3803 | :: st.holalauncher.com 3804 | :: st.holaworld.cn 3805 | :: stjzh.gdtarget.com 3806 | :: strategy.beacon.qq.com 3807 | :: strip.alicdn.com 3808 | :: strip.taobaocdn.com 3809 | :: stuff.202m.com 3810 | :: st.yandexadexchange.net 3811 | :: su.bdimg.com 3812 | :: su.bdstatic.com 3813 | :: subswin.com 3814 | :: s.union.360.cn 3815 | :: susapi.dev.surepush.cn 3816 | :: susapi.lenovomm.com 3817 | :: swa.gtimg.com 3818 | :: sw.mobile.sogou.com 3819 | :: s.wrating.com 3820 | :: swx.domob.cn 3821 | :: sxdnserror1.wo.com.cn 3822 | :: sxdnserror2.wo.com.cn 3823 | :: sxdnserror3.wo.com.cn 3824 | :: sxdnserror4.wo.com.cn 3825 | :: sxdnserror5.wo.com.cn 3826 | :: sxdnserror6.wo.com.cn 3827 | :: sy.brand.sogou.com 3828 | :: sync.1rx.io 3829 | :: sync.adaptv.advertising.com 3830 | :: sync.adotmob.com 3831 | :: sync-dsp.ad-m.asia 3832 | :: sync.extend.tv 3833 | :: sync.intentiq.com 3834 | :: sync.ipredictive.com 3835 | :: sync.mathtag.com 3836 | :: sync.tidaltv.com 3837 | :: sync-tm.everesttech.net 3838 | :: sys.zhangyue.com 3839 | :: t10.baidu.com 3840 | :: t11.baidu.com 3841 | :: t12.baidu.com 3842 | :: tags.bluekai.com 3843 | :: tajs.qq.com 3844 | :: t.alimama.com 3845 | :: tanxlog.istreamsche.com 3846 | :: tap.rubiconproject.com 3847 | :: tap-t.rubiconproject.com 3848 | :: ta.qq.com 3849 | :: t.atpanel.com 3850 | :: tb060x.corp.youdao.com 3851 | :: tb104x.corp.youdao.com 3852 | :: t.collect.yinyuetai.com 3853 | :: tcss.qq.com 3854 | :: t.domob.cn 3855 | :: t-e.flyme.cn 3856 | :: temai.snssdk.com 3857 | :: temai.taobao.com 3858 | :: test2014.adview.cn 3859 | :: test.ad.xiaomi.com 3860 | :: test.api.xlmc.sandai.net 3861 | :: test.e.ad.xiaomi.com 3862 | :: test.surepush.cn 3863 | :: test.zeus.ad.xiaomi.com 3864 | :: textlink.simba.taobao.com 3865 | :: tf.hftaili.com 3866 | :: t-flow.flyme.cn 3867 | :: t.gdt.qq.com 3868 | :: tg.jifen.2345.com 3869 | :: theta.sogoucdn.com 3870 | :: tj.b.qq.com 3871 | :: tj.kugou.com 3872 | :: tjs.sjs.sinajs.cn 3873 | :: tj.tongjiwo.com 3874 | :: tj.video.qq.com 3875 | :: tk.baidu.com 3876 | :: tk.optaim.com 3877 | :: tkweb.baidu.com 3878 | :: t.l.qq.com 3879 | :: tmn-d.openx.net 3880 | :: tns.simba.taobao.com 3881 | :: tob-cms.bj.bcebos.com 3882 | :: token.rubiconproject.com 3883 | :: tom.allyes.com 3884 | :: tongji.baidu.com 3885 | :: tongji.meizu.com 3886 | :: tongji-res1.meizu.com 3887 | :: tongji.wrating.com 3888 | :: toolbar.baidu.com 3889 | :: toolbar.msn.com 3890 | :: tools.3g.qq.com 3891 | :: top.h.qhimg.com 3892 | :: toruk.tanx.com 3893 | :: toutiao.2haha.com 3894 | :: tpc.googlesyndication.com 3895 | :: tpush.html5.qq.com 3896 | :: trace.qq.com 3897 | :: track.adwo.com 3898 | :: track.dragonparking.com 3899 | :: track-east.mobileadtrading.com 3900 | :: tracker.baidu.com 3901 | :: track.eyeviewads.com 3902 | :: tracking.m6r.eu 3903 | :: tracking.miui.com 3904 | :: track.ra.icast.cn 3905 | :: track.uc.cn 3906 | :: trafficfactory.biz 3907 | :: trc.adsage.com 3908 | :: trends.mobile.sina.cn 3909 | :: ttjx-online.cn-hangzhou.log.aliyuncs.com 3910 | :: tu.baixing.com 3911 | :: tui.gtimg.com 3912 | :: tuiguang.meitu.com 3913 | :: tuijian.baidu.com 3914 | :: tunion-api.m.taobao.com 3915 | :: tvupgrade.yunos.com 3916 | :: tw13b093.sandai.net 3917 | :: tw.alimama.cn 3918 | :: twsina.allyes.com 3919 | :: txtad.jijiplayer.com 3920 | :: u0.s.minisplat.cn 3921 | :: u1.img.mobile.sina.cn 3922 | :: u1.s.minisplat.cn 3923 | :: u2.s.minisplat.cn 3924 | :: u.ads8.com 3925 | :: uat1.bfsspadserver.8le8le.com 3926 | :: ubmcmm.baidustatic.com 3927 | :: uc9.ucweb.com 3928 | :: ucstat.baidu.com 3929 | :: ucus.ucweb.com 3930 | :: udash.umengcloud.com 3931 | :: udc.msn.com 3932 | :: u.domob.cn 3933 | :: uedas.qdmm.com 3934 | :: uedas.qidian.com 3935 | :: uid.ksosoft.com 3936 | :: ulic.baidu.com 3937 | :: um2.eqads.com 3938 | :: umeng.com 3939 | :: umid.orion.meizu.com 3940 | :: ums.adtechjp.com 3941 | :: ums.adtechus.com 3942 | :: um.simpli.fi 3943 | :: unconf.mobad.ijinshan.com 3944 | :: union2.50bang.org 3945 | :: union.baidu.com 3946 | :: union.dbba.cn 3947 | :: union.discuz.qq.com 3948 | :: unionimage.baidu.com 3949 | :: union.mop.com 3950 | :: union.sogou.com 3951 | :: unitacs.m.taobao.com 3952 | :: up1.tj.u2.ucweb.com 3953 | :: up4.ucweb.com 3954 | :: up.cm.ksmobile.com 3955 | :: update.avlyun.sec.miui.com 3956 | :: updatecenter.qq.com 3957 | :: upoll.umengcloud.com 3958 | :: ups.ksmobile.net 3959 | :: upush.res.meizu.com 3960 | :: us.adserver.yahoo.com 3961 | :: us.bannyat.com 3962 | :: user1.game.qq.com 3963 | :: userimg.qunar.com 3964 | :: uss-pid.lenovomm.com 3965 | :: us-u.openx.net 3966 | :: usync.aws.rubiconproject.com 3967 | :: utility.baidu.com 3968 | :: utk.baidu.com 3969 | :: utop.umengcloud.com 3970 | :: u.uc123.com 3971 | :: u.ucfly.com 3972 | :: uuidapi.yunos.com 3973 | :: uxip.meizu.com 3974 | :: v1-feed.idreamsky.com 3975 | :: v1.log.moji.com 3976 | :: v2.fm.n.duokanbox.com 3977 | :: v2.reachmax.cn 3978 | :: va.gxpan.cn 3979 | :: vatrack.hinet.net 3980 | :: vdapprecv.app.cntvwb.cn 3981 | :: v.domob.cn 3982 | :: v.gdt.qq.com 3983 | :: video-ad-stats.googlesyndication.com 3984 | :: videopush.baidu.com 3985 | :: video.ureport.push.qq.com 3986 | :: video.wap.mpush.qq.com 3987 | :: vjoz.lu.sogou.com 3988 | :: vmzqwz.cn 3989 | :: vpic.video.qq.com 3990 | :: vps.inte.sogou.com 3991 | :: vs2.gzcu.u3.ucweb.com 3992 | :: vt.ipinyou.com 3993 | :: vv84.bj.bcebos.com 3994 | :: wa.gtimg.com 3995 | :: wan.2345.com 3996 | :: wangmeng.baidu.com 3997 | :: wanproxy.127.net 3998 | :: wan.sogou.com 3999 | :: wap.114so.cn 4000 | :: wap3.ucweb.com 4001 | :: wap.mpush.qq.com 4002 | :: wapwbclick.mobile.sina.cn 4003 | :: watson.microsoft.com 4004 | :: wbapp.mobile.sina.cn 4005 | :: wbapp.uve.weibo.com 4006 | :: wb.brand.sogou.com 4007 | :: wbclick.mobile.sina.cn 4008 | :: wb.gtimg.com 4009 | :: wbpctips.mobile.sina.cn 4010 | :: w.domob.cn 4011 | :: wds.inte.sogoucdn.com 4012 | :: web.sogou.com 4013 | :: webstat.kuwo.cn 4014 | :: web-track.go2yd.com 4015 | :: wenku-cms.bj.bcebos.com 4016 | :: weyyae.com 4017 | :: wgo.mmstat.com 4018 | :: widget.weibo.com 4019 | :: win.gdt.qq.com 4020 | :: wip3.adobe.com 4021 | :: wisepush.video.baidu.com 4022 | :: wl.51taifu.com 4023 | :: w.l.qq.com 4024 | :: wm.baidu.com 4025 | :: w.m.taobao.com 4026 | :: wn.pos.baidu.com 4027 | :: wo.iuni.com.cn 4028 | :: woocall.sina.com.cn 4029 | :: woodpecker.uc.cn 4030 | :: ws.ksmobile.net 4031 | :: ws.sj.qq.com 4032 | :: wtradv.market.xiaomi.com 4033 | :: wuliao.epro.sogou.com 4034 | :: wup.imtt.qq.com 4035 | :: wuqdebjfhjas.bid 4036 | :: wwis-dubc1-vip60.adobe.com 4037 | :: www.114so.cn 4038 | :: www.1680go.com 4039 | :: www.202m.com 4040 | :: www.706529.com 4041 | :: www.716703.com 4042 | :: www.adpush.cn 4043 | :: www.adsage.cn 4044 | :: www.adsmogo.com 4045 | :: www.adsmogo.net 4046 | :: www.adview.cn 4047 | :: www.adwo.com 4048 | :: www.allyes.com 4049 | :: www.chenggao.cn 4050 | :: www.count.51yes.com 4051 | :: www.doumob.com 4052 | :: www.esrpxyahzna.bid 4053 | :: www.fathionmall.com 4054 | :: www.flurry.com 4055 | :: www.googleadservices.com 4056 | :: www.gz00005.top 4057 | :: www.hao934.com 4058 | :: www.hpqxznpb.bid 4059 | :: www.huaxinxunye.cn 4060 | :: www.i1236.net 4061 | :: www.ipinyou.com 4062 | :: www.ipinyou.com.cn 4063 | :: www.mdpjnppsbjv.bid 4064 | :: www.minesage.com 4065 | :: www.ok365.com 4066 | :: www.openx.net 4067 | :: www.pro.cn 4068 | :: www.remote88.com 4069 | :: www.searchswapper.com 4070 | :: www.tz-dsp.com 4071 | :: www.umeng.com 4072 | :: www.uulucky.com 4073 | :: www.uyunad.com 4074 | :: www.whalecloud.com 4075 | :: www.wifijia.net 4076 | :: www.yueyelive.com 4077 | :: wx.xwjqr.com 4078 | :: x.adpro.cn 4079 | :: x.cnxad.com 4080 | :: x.domob.cn 4081 | :: xf.yellowto.com 4082 | :: xiaomiir.yaokantv.com 4083 | :: xs.he9630.com 4084 | :: xtruh.uranus.sogou.com 4085 | :: xz-development.oss-cn-beijing.aliyuncs.com 4086 | :: yads.c.yimg.jp 4087 | :: yads.yahoo.co.jp 4088 | :: yam.adsbro.com 4089 | :: y.domob.cn 4090 | :: yee.js.cn 4091 | :: yellowto.com 4092 | :: yeskyafp.allyes.com 4093 | :: yiliao.hupan.com 4094 | :: youjia2016.com 4095 | :: youle.tom.com 4096 | :: ypv.chengadx.com 4097 | :: yt.mmstat.com 4098 | :: yun.lvehaisen.com 4099 | :: yun.rili.cn 4100 | :: yun.tuia.cn 4101 | :: yun.yuyiya.com 4102 | :: yx.lenovomm.com 4103 | :: yyffeicd.m.qxs.la 4104 | :: zbz.m.qxs.la 4105 | :: zc.adpush.cn 4106 | :: zc.biz.weibo.com 4107 | :: z.domob.cn 4108 | :: zhushou.2345.com 4109 | :: zhwnlapi.etouch.cn 4110 | :: zjvnet.allyes.com 4111 | :: znsv.baidu.com 4112 | :: zt.adsage.com 4113 | :: ztrpm.lu.sogou.com 4114 | :: zymo.mps.weibo.com 4115 | :: zz.bdstatic.com 4116 | -------------------------------------------------------------------------------- /pcap_DNSproxy/Config.conf: -------------------------------------------------------------------------------- 1 | [Base] 2 | Version = 0.45 3 | File Refresh Time = 15 4 | Large Buffer Size = 4096 5 | Additional Path = 6 | Hosts File Name = Hosts.ini|Hosts.conf|Hosts|Hosts.txt|WhiteList.txt|White_List.txt 7 | IPFilter File Name = IPFilter.ini|IPFilter.conf|IPFilter.dat|IPFilter|Routing.txt|chnrouting.txt|chnroute.txt 8 | 9 | [Log] 10 | Print Log Level = 3 11 | Log Maximum Size = 128KB 12 | 13 | [Listen] 14 | Pcap Capture = 0 15 | Pcap Devices Blacklist = AnyConnect|Host|Hyper|ISATAP|IKE|L2TP|Only|Oracle|PPTP|Pseudo|Teredo|Tunnel|Virtual|VMNet|VMware|VPN|any|lo 16 | Pcap Reading Timeout = 250 17 | Listen Protocol = IPv6 + IPv4 + TCP + UDP 18 | Listen Port = 1053 19 | Operation Mode = Server 20 | IPFilter Type = Deny 21 | IPFilter Level < 0 22 | Accept Type = 23 | 24 | [DNS] 25 | Output Protocol = IPv4 + IPv6 + UDP 26 | Direct Request = 0 27 | Cache Type = Timer + Queue 28 | Cache Parameter = 128 29 | Default TTL = 900 30 | 31 | [Local DNS] 32 | Local Protocol = IPv4 + UDP 33 | Local Force Request = 0 34 | Local Hosts = 1 35 | Local Routing = 0 36 | 37 | [Addresses] 38 | IPv4 Listen Address = 39 | IPv4 EDNS Client Subnet Address = 120.236.174.128/25 40 | IPv4 Main DNS Address = 208.67.222.222:443 41 | IPv4 Alternate DNS Address = 208.67.220.220:443 42 | IPv4 Local Main DNS Address = 101.132.183.99:53 43 | IPv4 Local Alternate DNS Address = 193.112.15.186:2323 44 | IPv6 Listen Address = 45 | IPv6 EDNS Client Subnet Address = 2001:470:0:9d::2/64 46 | IPv6 Main DNS Address = [2620:0:ccc::2]:53 47 | IPv6 Alternate DNS Address = [2620:0:ccd::2]:53 48 | IPv6 Local Main DNS Address = 49 | IPv6 Local Alternate DNS Address = 50 | 51 | [Values] 52 | Thread Pool Base Number = 0 53 | Thread Pool Maximum Number = 128 54 | Thread Pool Reset Time = 120 55 | Queue Limits Reset Time = 0 56 | EDNS Payload Size = 1220 57 | IPv4 Packet TTL = 32 - 255 58 | IPv4 Main DNS TTL = 0 59 | IPv4 Alternate DNS TTL = 0 60 | IPv6 Packet Hop Limits = 32 - 255 61 | IPv6 Main DNS Hop Limits = 0 62 | IPv6 Alternate DNS Hop Limits = 0 63 | Hop Limits Fluctuation = 2 64 | Reliable Once Socket Timeout = 3000 65 | Reliable Serial Socket Timeout = 1500 66 | Unreliable Once Socket Timeout = 2000 67 | Unreliable Serial Socket Timeout = 1000 68 | Receive Waiting = 0 69 | ICMP Test = 900 70 | Domain Test = 900 71 | Alternate Times = 10 72 | Alternate Time Range = 60 73 | Alternate Reset Time = 300 74 | Multiple Request Times = 0 75 | 76 | [Switches] 77 | TCP Fast Open = 0 78 | Domain Case Conversion = 0 79 | Compression Pointer Mutation = 0 80 | EDNS Label = 0 81 | EDNS Client Subnet Relay = 0 82 | DNSSEC Request = 0 83 | DNSSEC Validation = 0 84 | DNSSEC Force Validation = 0 85 | Alternate Multiple Request = 0 86 | IPv4 Do Not Fragment = 0 87 | IPv4 Data Filter = 0 88 | TCP Data Filter = 1 89 | DNS Data Filter = 1 90 | Blacklist Filter = 1 91 | Strict Resource Record TTL Filter = 0 92 | 93 | [Data] 94 | ICMP ID = 95 | ICMP Sequence = 96 | ICMP PaddingData = 97 | Domain Test ID = 98 | Domain Test Data = 99 | Local Machine Server Name = 100 | 101 | [Proxy] 102 | SOCKS Proxy = 0 103 | SOCKS Version = 5 104 | SOCKS Protocol = IPv4 + TCP 105 | SOCKS UDP No Handshake = 1 106 | SOCKS Proxy Only = 0 107 | SOCKS IPv4 Address = 127.0.0.1:1080 108 | SOCKS IPv6 Address = [::1]:1080 109 | SOCKS Target Server = 8.8.4.4:53 110 | SOCKS Username = 111 | SOCKS Password = 112 | 113 | [DNSCurve] 114 | DNSCurve = 0 115 | DNSCurve Protocol = IPv4 + UDP 116 | DNSCurve Payload Size = 512 117 | DNSCurve Reliable Socket Timeout = 3000 118 | DNSCurve Unreliable Socket Timeout = 2000 119 | DNSCurve Encryption = 1 120 | DNSCurve Encryption Only = 0 121 | DNSCurve Client Ephemeral Key = 0 122 | DNSCurve Key Recheck Time = 1800 123 | 124 | [DNSCurve Addresses] 125 | DNSCurve IPv4 Main DNS Address = 208.67.220.220:443 126 | DNSCurve IPv4 Alternate DNS Address = 113.20.8.17:443 127 | DNSCurve IPv6 Main DNS Address = [2620:0:CCC::2]:443 128 | DNSCurve IPv6 Alternate DNS Address = [2A00:D880:3:1::A6C1:2E89]:443 129 | DNSCurve IPv4 Main Provider Name = 2.dnscrypt-cert.opendns.com 130 | DNSCurve IPv4 Alternate Provider Name = 2.dnscrypt-cert-2.cloudns.com.au 131 | DNSCurve IPv6 Main Provider Name = 2.dnscrypt-cert.opendns.com 132 | DNSCurve IPv6 Alternate Provider Name = 2.dnscrypt-cert.resolver1.dnscrypt.eu 133 | 134 | [DNSCurve Keys] 135 | DNSCurve Client Public Key = 136 | DNSCurve Client Secret Key = 137 | DNSCurve IPv4 Main DNS Public Key = B735:1140:206F:225D:3E2B:D822:D7FD:691E:A1C3:3CC8:D666:8D0C:BE04:BFAB:CA43:FB79 138 | DNSCurve IPv4 Alternate DNS Public Key = 67A4:323E:581F:79B9:BC54:825F:54FE:1025:8B4F:37EB:0D07:0BCE:4010:6195:D94F:E330 139 | DNSCurve IPv6 Main DNS Public Key = B735:1140:206F:225D:3E2B:D822:D7FD:691E:A1C3:3CC8:D666:8D0C:BE04:BFAB:CA43:FB79 140 | DNSCurve IPv6 Alternate DNS Public Key = 67C0:0F2C:21C5:5481:45DD:7CB4:6A27:1AF2:EB96:9931:40A3:09B6:2B8D:1653:1185:9C66 141 | DNSCurve IPv4 Main DNS Fingerprint = 142 | DNSCurve IPv4 Alternate DNS Fingerprint = 143 | DNSCurve IPv6 Main DNS Fingerprint = 144 | DNSCurve IPv6 Alternate DNS Fingerprint = 145 | 146 | [DNSCurve Magic Number] 147 | DNSCurve IPv4 Main Receive Magic Number = 148 | DNSCurve IPv4 Alternate Receive Magic Number = 149 | DNSCurve IPv6 Main Receive Magic Number = 150 | DNSCurve IPv6 Alternate Receive Magic Number = 151 | DNSCurve IPv4 Main DNS Magic Number = 152 | DNSCurve IPv4 Alternate DNS Magic Number = 153 | DNSCurve IPv6 Main DNS Magic Number = 154 | DNSCurve IPv6 Alternate DNS Magic Number = 155 | -------------------------------------------------------------------------------- /pcap_DNSproxy/Hosts.conf: -------------------------------------------------------------------------------- 1 | ## Example: 2 | # 3 | # [Source Hosts] 4 | # 127.0.0.1/32->127.0.0.2 test 5 | # ::1/128->::FFFF test 6 | # 7 | # [Hosts] 8 | # NULL test 9 | # BANNED test 10 | # 127.0.0.1 test 11 | # ::1 test 12 | # [--]Address=/test/[127.0.0.1] 13 | # [--]Address=/test/[::1] 14 | # 15 | # [Local Hosts] 16 | # NULL test 17 | # test 18 | # [--]Server=/[test]/[127.0.0.1[#53]] 19 | # [--]Server=/[test]/[::1[#53]] 20 | # 21 | # [CNAME Hosts] 22 | # 127.0.0.1 test 23 | # ::1 test 24 | # [--]Address=/test/[127.0.0.1] 25 | # [--]Address=/test/[::1] 26 | # 27 | # [Address Hosts] 28 | # 127.0.0.1|127.0.0.2 127.0.0.0-127.255.255.255 29 | # ::1 ::-::FFFF 30 | # 31 | 32 | [Source Hosts] 33 | 34 | 35 | [Hosts] 36 | #2600:9000:2012:4400:8:1cb7:c900:93a1 [^\.]*\.cloudfront\.net 37 | ::1 .*\.qpic\.cn 38 | BANNED:AAAA .*\.qq\.com|.*\.gtimg\.com|.*\.gtimg\.cn 39 | 40 | [Local Hosts] 41 | 42 | [CNAME Hosts] 43 | 2600:1fa0:80a0:309:36e7:51e4:: s3-1-w\.amazonaws\.com 44 | 182.254.38.27 m\.qpic\.cn 45 | 2a04:4e42:6::84 prod\.pinterest\.global\.map\.fastly\.net 46 | 2a04:4e42:6::133 github\.map\.fastly\.net 47 | 2a04:4e42:6::420 nytimes\.map\.fastly\.net 48 | 2a04:4e42:6::162 a\.sni\.fastly\.net 49 | 2a04:4e42:6::193 prod\.imgur\.map\.fastlylb\.net 50 | 2400:cb00:2048:1::6819:d414 cdn\.gitbook\.com 51 | 162.159.208.0 cdn\.gitbook\.com 52 | 220.112.25.142|220.112.25.143 .*\.p23\.tc\.cdntip\.com 53 | #220.112.25.166 .*\bs2\.cdntip\.com 54 | 182.254.17.119|182.254.17.120 .*\.safe\.dayugslb\.com 55 | 124.14.9.234 .*\.b9\.aicdn\.com 56 | 211.162.52.54 (sni1st|1stcnsnimw|applehttpsdtsni|httpsdt1st|keyless1st)\.dtwscache\.ourwebcdn\.com 57 | 211.162.214.16 www\.ipswitch\.ourdvs\.com 58 | 202.116.81.83 .*\.(dlmix|video|ugcvideoss|ddwscache|livevideo)\.ourdvs\.com 59 | 2600:9000:2012:4400:8:1cb7:c900:93a1 .*\.cloudfront\.net 60 | 202.116.81.85 .*\.(xdwscache|mport)\.(ourglb0|ourwebpic|ourwebat|ourwebcdn|speedcdns|m\.cdn30)\.com|.*\.xxweb\.ourglb0\.com|.*\.ecoma\.ourwebpic\.com 61 | #2600:1417:9::6007:3618 a\d*\..*\.akamai\.net|.*\.edgesuite\.net 62 | #223.119.50.145 a\d*..*\.akamai\.net 63 | #58.205.224.227 a\d*..*\.w\.tl88\.net 64 | 124.42.244.104 .*\.w\.(ali)?kunlun.*\.(com|net) 65 | 211.162.48.192 nxnop061\.flxdns\.com 66 | 115.25.211.13 static\.dns\.iqiyi\.com 67 | 124.192.153.9 lotus\.sp\.dns\.iqiyi\.com 68 | 124.192.153.13 (cache|mixer)\.video\.dns\.iqiyi\.com 69 | 124.192.153.15 passport\.pps\.dns\.iqiyi\.com 70 | 124.192.153.29 control\.i\.dns\.iqiyi\.com 71 | 124.192.153.31 msg\.video\.dns\.iqiyi\.com 72 | 124.192.153.42 t7z\.cupid\.dns\.iqiyi\.com 73 | 124.192.153.49 serv\.vip\.dns\.iqiyi\.com 74 | 211.162.60.35 webcdn\.gslb\.pptv\.com 75 | 211.161.97.111 download\.gslb\.pptv\.com 76 | 211.161.99.57 play\.gslb\.pptv\.com 77 | 211.161.99.111 data\.gslb\.pptv\.com 78 | #180.88.62.121 hpcc\-video\.(cncssr\.chinacache\.net|cnc\.ccgslb\.com\.cn|cnc\.lxsvc\.cn) 79 | 180.88.62.123 hpcc-page\.(cncssr\.chinacache\.net|cnc\.ccgslb\.com\.cn|cnc\.lxsvc\.cn)|cc00166\.h\.cncssr\.chinacache\.net 80 | #180.88.62.125 hpcc\-download\.(cncssr\.chinacache\.net|cnc\.ccgslb\.com\.cn|cnc\.lxsvc\.cn) 81 | #163.53.89.69|163.53.89.70 .*\.cname\.yunjiasu\-cdn\.net 82 | #220.112.32.22|220.112.32.29|220.112.32.24|220.112.32.21|220.112.32.23|220.112.32.19|220.112.32.27|220.112.32.26|220.112.32.30 u\d*\.v\.qingcdn\.com 83 | 180.88.63.65 k51\.gslb\.ksyuncdn\.com 84 | 85 | 211.161.127.158|211.161.127.159 x2\.tc\.qq\.com 86 | 124.42.244.178|124.42.244.179 p21\.tc\.qq\.com 87 | 220.112.25.163|220.112.25.164 ssd\.tcdn\.qq\.com 88 | # Qihoo 89 | 211.161.150.100|211.161.150.101 360\.webcdn\.qhcdn\.com 90 | 124.42.245.131|124.42.245.135 dl\.qhcdn\.com 91 | 2600:1417:9:192::2062 e8290\.e2\.akamaiedge\.net 92 | 93 | [Address Hosts] 94 | 2401:3800:4001:807::101f 2404:6800:4008:c00::a0|2404:6800:4008:c02::a0|2404:6800:4008:c03::a0|2404:6800:4008:c05::a0|2404:6800:4008:c06::a0|2404:6800:4008:c07::a0 95 | 2404:6800:4005:800::2000 2404:6800:4005:800::200e|2404:6800:4005:801::200e|2404:6800:4005:808::200e|2404:6800:4005:809::200e|2404:6800:4005:80a::200e|2404:6800:4005:80b::200e 96 | 2a04:4e42:6::84 2a04:4e42:12::84 97 | 162.159.208.0|162.159.209.0|162.159.210.0|162.159.208.1|162.159.209.1|162.159.210.1 104.12.0.0-104.31.255.255 98 | 52.222.234.235 54.182.2.0-54.182.4.255 99 | 52.222.234.234 54.192.159.0-54.192.159.255 100 | 52.222.234.233 54.230.159.0-54.230.159.255 101 | 112.25.60.135 125.88.190.0-125.88.190.255 102 | 2606:2800:11f:17a5:191a:18d5:537:22f9 2606:2800:10c:1ff2:1d06:94b:c0f:14d|2606:2800:147:120f:30c:1ba0:fc6:265a #cs3.wpc.v0cdn.net 103 | 104 | -------------------------------------------------------------------------------- /pcap_DNSproxy/IPFilter.conf: -------------------------------------------------------------------------------- 1 | ## Example: 2 | # 3 | # [Blacklist] 4 | # 127.0.0.1 test 5 | # ::1 test 6 | # 7 | # [IPFilter] 8 | # Address(Start) - Address(End) , Level, Comments 9 | # 127.0.0.0 - 127.255.255.255 , 0, IPv4 Link-Local addresses 10 | # :: - ::1 , 0, IPv6 Link-Local addresses 11 | # 12 | # [Local Routing] 13 | # 0.0.0.0/32 14 | # ::/128 15 | # 16 | 17 | [Blacklist] 18 | # DNS provider or ISP advertisement/cache server addresses 19 | # Some DNS providers will return certain IP addresses for non-exist domain for their advertisement. 20 | # Some ISPs will hijack domains to their cache servers. 21 | ## China Mobile 22 | 103.207.229.0-103.207.229.255 ALL 23 | 120.196.0.0-120.196.0.255 ALL 24 | 120.198.244.0-120.198.244.255 ALL 25 | 211.98.70.226|211.98.70.227 ALL 26 | 211.98.71.195 ALL 27 | 211.139.136.0-211.139.136.255 ALL 28 | ## China Telecom 29 | 58.53.211.46|58.53.211.47 ALL 30 | 60.191.124.236|60.191.124.252 ALL 31 | 61.139.8.101-61.139.8.104 ALL 32 | 101.110.118.0-101.110.118.255 ALL 33 | 111.175.220.163 ALL 34 | 111.175.221.58 ALL 35 | 125.88.131.0-125.88.131.255 ALL 36 | 180.153.103.224 ALL 37 | 180.168.41.175 ALL 38 | 202.102.110.203|202.102.110.205 ALL 39 | 218.30.64.194 ALL 40 | ## China Unicom 41 | 120.52.72.0-120.52.73.255 ALL 42 | 123.129.254.11-123.129.254.19 ALL 43 | 125.211.213.130-125.211.213.134 ALL 44 | 202.98.24.121-202.98.24.125 ALL 45 | 202.106.199.34-202.106.199.38 ALL 46 | 220.250.64.18-220.250.64.30 ALL 47 | 220.250.64.225-220.250.64.228 ALL 48 | ## DNSPai 49 | 101.226.10.8 ALL 50 | 123.125.81.12 ALL 51 | ## Great Wall Broadband Network 52 | 114.112.163.232|114.112.163.254 ALL 53 | 124.14.8.196 ALL 54 | ## OpenDNS 55 | 67.215.65.132|67.215.77.132 ALL 56 | 208.69.34.132|208.69.32.132 ALL 57 | 2405:fd80:110:0:d63d:7eff:fe73:c46 ALL 58 | 2405:fd80:110:0:d63d:7eff:fe73:165a ALL 59 | [IPFilter] 60 | 61 | 62 | [Local Routing] 63 | 64 | --------------------------------------------------------------------------------