├── Cloud ├── A.BIG.T_General.cfg ├── Potatso_General.cfg ├── Shadowrocket_General.cfg └── Surge_General.cfg ├── Configuration.json ├── Encrypt └── Crypto ├── LICENSE ├── README.MD └── Rule ├── Advanced ├── Basic ├── DIRECT ├── Default ├── General ├── Host ├── IPCIDR ├── KEYWORD ├── MITM ├── MITMHost ├── Other ├── REJECT ├── Rewrite ├── USERAGENT ├── YouTube └── YouTube2 /Cloud/A.BIG.T_General.cfg: -------------------------------------------------------------------------------- 1 | [General] 2 | bypass-system = true 3 | skip-proxy = 10.0.0.0/8, 17.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16, localhost, *.local, ::ffff:0:0:0:0/1, ::ffff:128:0:0:0/1, *.crashlytics.com 4 | bypass-tun = 10.0.0.0/8, 127.0.0.0/24, 172.16.0.0/12, 192.168.0.0/16 5 | dns-server = 8.8.8.8, 8.8.4.4 6 | loglevel = notify 7 | replica = false 8 | ipv6 = false 9 | [Proxy] 10 | CN = custom,127.0.0.1,80,aes-256-cfb,Password,https://raw.githubusercontent.com/BurpSuite/CloudGate-List/master/Encrypt/Crypto 11 | [Proxy Group] 12 | Proxy = select, CN 13 | -------------------------------------------------------------------------------- /Cloud/Potatso_General.cfg: -------------------------------------------------------------------------------- 1 | proxies: 2 | # 3 | - name: CN 4 | uri: ss://aes-256-cfb:Password@127.0.0.1:80 5 | - name: SG 6 | uri: ss://aes-256-cfb:Password@127.0.0.1:80 7 | - name: JP 8 | uri: ss://aes-256-cfb:Password@127.0.0.1:80 9 | # 10 | ruleSets: 11 | - name: CloudGate -------------------------------------------------------------------------------- /Cloud/Shadowrocket_General.cfg: -------------------------------------------------------------------------------- 1 | [General] 2 | bypass-system = true 3 | skip-proxy = 10.0.0.0/8, 17.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16, localhost, *.local, ::ffff:0:0:0:0/1, ::ffff:128:0:0:0/1, *.crashlytics.com 4 | bypass-tun = 10.0.0.0/8, 127.0.0.0/24, 172.16.0.0/12, 192.168.0.0/16 5 | dns-server = 8.8.8.8, 8.8.4.4 6 | -------------------------------------------------------------------------------- /Cloud/Surge_General.cfg: -------------------------------------------------------------------------------- 1 | #!MANAGED-CONFIG http://burpsuite.site/Rule/Cloud/Surge.php?Data=https://raw.githubusercontent.com/BurpSuite/CloudGate-List/master/Cloud/Surge_General.cfg interval=86400 2 | [General] 3 | bypass-system = true 4 | skip-proxy = 10.0.0.0/8, 17.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16, localhost, *.local, ::ffff:0:0:0:0/1, ::ffff:128:0:0:0/1, *.crashlytics.com 5 | bypass-tun = 10.0.0.0/8, 127.0.0.0/24, 172.16.0.0/12, 192.168.0.0/16 6 | dns-server = 8.8.8.8, 8.8.4.4 7 | loglevel = notify 8 | replica = false 9 | ipv6 = false 10 | [Proxy] 11 | CN = custom,127.0.0.1,80,aes-256-cfb,Password,https://raw.githubusercontent.com/BurpSuite/CloudGate-List/master/Encrypt/Crypto 12 | [Proxy Group] 13 | Proxy = select, CN 14 | -------------------------------------------------------------------------------- /Configuration.json: -------------------------------------------------------------------------------- 1 | { 2 | "Config": { 3 | "HTTPS": true, 4 | "AutoGroupURL": "http://www.gstatic.com/generate_204" 5 | }, 6 | "Interface": { 7 | "ModuleAPI": "https://raw.githubusercontent.com/BurpSuite/CloudGate-List/master/Rule/", 8 | "HostsAPI": "https://raw.githubusercontent.com/racaljk/hosts/master/hosts", 9 | "CryptoFile": "https://raw.githubusercontent.com/BurpSuite/CloudGate-List/master/Encrypt/Crypto" 10 | }, 11 | "Hosts": { 12 | "Default_YouTubeIP": "219.76.4.70", 13 | "Backups_YouTubeIP": "218.254.1.15" 14 | }, 15 | "Module": { 16 | "Potatso": "https://raw.githubusercontent.com/BurpSuite/CloudGate-List/master/Cloud/Potatso_General.cfg", 17 | "ABIGT": "https://raw.githubusercontent.com/BurpSuite/CloudGate-List/master/Cloud/A.BIG.T_General.cfg", 18 | "Surge": "https://raw.githubusercontent.com/BurpSuite/CloudGate-List/master/Cloud/Surge_General.cfg", 19 | "Shadowrocket": "https://raw.githubusercontent.com/BurpSuite/CloudGate-List/master/Cloud/Shadowrocket_General.cfg" 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /Encrypt/Crypto: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CloudGateRules/CloudGate-List/5123c0aa126482fe2607720e6e45ceed1554bb78/Encrypt/Crypto -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | GNU GENERAL PUBLIC LICENSE 2 | Version 3, 29 June 2007 3 | 4 | Copyright (C) 2007 Free Software Foundation, Inc. 5 | Everyone is permitted to copy and distribute verbatim copies 6 | of this license document, but changing it is not allowed. 7 | 8 | Preamble 9 | 10 | The GNU General Public License is a free, copyleft license for 11 | software and other kinds of works. 12 | 13 | The licenses for most software and other practical works are designed 14 | to take away your freedom to share and change the works. By contrast, 15 | the GNU General Public License is intended to guarantee your freedom to 16 | share and change all versions of a program--to make sure it remains free 17 | software for all its users. We, the Free Software Foundation, use the 18 | GNU General Public License for most of our software; it applies also to 19 | any other work released this way by its authors. You can apply it to 20 | your programs, too. 21 | 22 | When we speak of free software, we are referring to freedom, not 23 | price. Our General Public Licenses are designed to make sure that you 24 | have the freedom to distribute copies of free software (and charge for 25 | them if you wish), that you receive source code or can get it if you 26 | want it, that you can change the software or use pieces of it in new 27 | free programs, and that you know you can do these things. 28 | 29 | To protect your rights, we need to prevent others from denying you 30 | these rights or asking you to surrender the rights. Therefore, you have 31 | certain responsibilities if you distribute copies of the software, or if 32 | you modify it: responsibilities to respect the freedom of others. 33 | 34 | For example, if you distribute copies of such a program, whether 35 | gratis or for a fee, you must pass on to the recipients the same 36 | freedoms that you received. You must make sure that they, too, receive 37 | or can get the source code. And you must show them these terms so they 38 | know their rights. 39 | 40 | Developers that use the GNU GPL protect your rights with two steps: 41 | (1) assert copyright on the software, and (2) offer you this License 42 | giving you legal permission to copy, distribute and/or modify it. 43 | 44 | For the developers' and authors' protection, the GPL clearly explains 45 | that there is no warranty for this free software. For both users' and 46 | authors' sake, the GPL requires that modified versions be marked as 47 | changed, so that their problems will not be attributed erroneously to 48 | authors of previous versions. 49 | 50 | Some devices are designed to deny users access to install or run 51 | modified versions of the software inside them, although the manufacturer 52 | can do so. This is fundamentally incompatible with the aim of 53 | protecting users' freedom to change the software. The systematic 54 | pattern of such abuse occurs in the area of products for individuals to 55 | use, which is precisely where it is most unacceptable. Therefore, we 56 | have designed this version of the GPL to prohibit the practice for those 57 | products. If such problems arise substantially in other domains, we 58 | stand ready to extend this provision to those domains in future versions 59 | of the GPL, as needed to protect the freedom of users. 60 | 61 | Finally, every program is threatened constantly by software patents. 62 | States should not allow patents to restrict development and use of 63 | software on general-purpose computers, but in those that do, we wish to 64 | avoid the special danger that patents applied to a free program could 65 | make it effectively proprietary. To prevent this, the GPL assures that 66 | patents cannot be used to render the program non-free. 67 | 68 | The precise terms and conditions for copying, distribution and 69 | modification follow. 70 | 71 | TERMS AND CONDITIONS 72 | 73 | 0. Definitions. 74 | 75 | "This License" refers to version 3 of the GNU General Public License. 76 | 77 | "Copyright" also means copyright-like laws that apply to other kinds of 78 | works, such as semiconductor masks. 79 | 80 | "The Program" refers to any copyrightable work licensed under this 81 | License. Each licensee is addressed as "you". "Licensees" and 82 | "recipients" may be individuals or organizations. 83 | 84 | To "modify" a work means to copy from or adapt all or part of the work 85 | in a fashion requiring copyright permission, other than the making of an 86 | exact copy. The resulting work is called a "modified version" of the 87 | earlier work or a work "based on" the earlier work. 88 | 89 | A "covered work" means either the unmodified Program or a work based 90 | on the Program. 91 | 92 | To "propagate" a work means to do anything with it that, without 93 | permission, would make you directly or secondarily liable for 94 | infringement under applicable copyright law, except executing it on a 95 | computer or modifying a private copy. Propagation includes copying, 96 | distribution (with or without modification), making available to the 97 | public, and in some countries other activities as well. 98 | 99 | To "convey" a work means any kind of propagation that enables other 100 | parties to make or receive copies. Mere interaction with a user through 101 | a computer network, with no transfer of a copy, is not conveying. 102 | 103 | An interactive user interface displays "Appropriate Legal Notices" 104 | to the extent that it includes a convenient and prominently visible 105 | feature that (1) displays an appropriate copyright notice, and (2) 106 | tells the user that there is no warranty for the work (except to the 107 | extent that warranties are provided), that licensees may convey the 108 | work under this License, and how to view a copy of this License. If 109 | the interface presents a list of user commands or options, such as a 110 | menu, a prominent item in the list meets this criterion. 111 | 112 | 1. Source Code. 113 | 114 | The "source code" for a work means the preferred form of the work 115 | for making modifications to it. "Object code" means any non-source 116 | form of a work. 117 | 118 | A "Standard Interface" means an interface that either is an official 119 | standard defined by a recognized standards body, or, in the case of 120 | interfaces specified for a particular programming language, one that 121 | is widely used among developers working in that language. 122 | 123 | The "System Libraries" of an executable work include anything, other 124 | than the work as a whole, that (a) is included in the normal form of 125 | packaging a Major Component, but which is not part of that Major 126 | Component, and (b) serves only to enable use of the work with that 127 | Major Component, or to implement a Standard Interface for which an 128 | implementation is available to the public in source code form. A 129 | "Major Component", in this context, means a major essential component 130 | (kernel, window system, and so on) of the specific operating system 131 | (if any) on which the executable work runs, or a compiler used to 132 | produce the work, or an object code interpreter used to run it. 133 | 134 | The "Corresponding Source" for a work in object code form means all 135 | the source code needed to generate, install, and (for an executable 136 | work) run the object code and to modify the work, including scripts to 137 | control those activities. However, it does not include the work's 138 | System Libraries, or general-purpose tools or generally available free 139 | programs which are used unmodified in performing those activities but 140 | which are not part of the work. For example, Corresponding Source 141 | includes interface definition files associated with source files for 142 | the work, and the source code for shared libraries and dynamically 143 | linked subprograms that the work is specifically designed to require, 144 | such as by intimate data communication or control flow between those 145 | subprograms and other parts of the work. 146 | 147 | The Corresponding Source need not include anything that users 148 | can regenerate automatically from other parts of the Corresponding 149 | Source. 150 | 151 | The Corresponding Source for a work in source code form is that 152 | same work. 153 | 154 | 2. Basic Permissions. 155 | 156 | All rights granted under this License are granted for the term of 157 | copyright on the Program, and are irrevocable provided the stated 158 | conditions are met. This License explicitly affirms your unlimited 159 | permission to run the unmodified Program. The output from running a 160 | covered work is covered by this License only if the output, given its 161 | content, constitutes a covered work. This License acknowledges your 162 | rights of fair use or other equivalent, as provided by copyright law. 163 | 164 | You may make, run and propagate covered works that you do not 165 | convey, without conditions so long as your license otherwise remains 166 | in force. You may convey covered works to others for the sole purpose 167 | of having them make modifications exclusively for you, or provide you 168 | with facilities for running those works, provided that you comply with 169 | the terms of this License in conveying all material for which you do 170 | not control copyright. Those thus making or running the covered works 171 | for you must do so exclusively on your behalf, under your direction 172 | and control, on terms that prohibit them from making any copies of 173 | your copyrighted material outside their relationship with you. 174 | 175 | Conveying under any other circumstances is permitted solely under 176 | the conditions stated below. Sublicensing is not allowed; section 10 177 | makes it unnecessary. 178 | 179 | 3. Protecting Users' Legal Rights From Anti-Circumvention Law. 180 | 181 | No covered work shall be deemed part of an effective technological 182 | measure under any applicable law fulfilling obligations under article 183 | 11 of the WIPO copyright treaty adopted on 20 December 1996, or 184 | similar laws prohibiting or restricting circumvention of such 185 | measures. 186 | 187 | When you convey a covered work, you waive any legal power to forbid 188 | circumvention of technological measures to the extent such circumvention 189 | is effected by exercising rights under this License with respect to 190 | the covered work, and you disclaim any intention to limit operation or 191 | modification of the work as a means of enforcing, against the work's 192 | users, your or third parties' legal rights to forbid circumvention of 193 | technological measures. 194 | 195 | 4. Conveying Verbatim Copies. 196 | 197 | You may convey verbatim copies of the Program's source code as you 198 | receive it, in any medium, provided that you conspicuously and 199 | appropriately publish on each copy an appropriate copyright notice; 200 | keep intact all notices stating that this License and any 201 | non-permissive terms added in accord with section 7 apply to the code; 202 | keep intact all notices of the absence of any warranty; and give all 203 | recipients a copy of this License along with the Program. 204 | 205 | You may charge any price or no price for each copy that you convey, 206 | and you may offer support or warranty protection for a fee. 207 | 208 | 5. Conveying Modified Source Versions. 209 | 210 | You may convey a work based on the Program, or the modifications to 211 | produce it from the Program, in the form of source code under the 212 | terms of section 4, provided that you also meet all of these conditions: 213 | 214 | a) The work must carry prominent notices stating that you modified 215 | it, and giving a relevant date. 216 | 217 | b) The work must carry prominent notices stating that it is 218 | released under this License and any conditions added under section 219 | 7. This requirement modifies the requirement in section 4 to 220 | "keep intact all notices". 221 | 222 | c) You must license the entire work, as a whole, under this 223 | License to anyone who comes into possession of a copy. This 224 | License will therefore apply, along with any applicable section 7 225 | additional terms, to the whole of the work, and all its parts, 226 | regardless of how they are packaged. This License gives no 227 | permission to license the work in any other way, but it does not 228 | invalidate such permission if you have separately received it. 229 | 230 | d) If the work has interactive user interfaces, each must display 231 | Appropriate Legal Notices; however, if the Program has interactive 232 | interfaces that do not display Appropriate Legal Notices, your 233 | work need not make them do so. 234 | 235 | A compilation of a covered work with other separate and independent 236 | works, which are not by their nature extensions of the covered work, 237 | and which are not combined with it such as to form a larger program, 238 | in or on a volume of a storage or distribution medium, is called an 239 | "aggregate" if the compilation and its resulting copyright are not 240 | used to limit the access or legal rights of the compilation's users 241 | beyond what the individual works permit. Inclusion of a covered work 242 | in an aggregate does not cause this License to apply to the other 243 | parts of the aggregate. 244 | 245 | 6. Conveying Non-Source Forms. 246 | 247 | You may convey a covered work in object code form under the terms 248 | of sections 4 and 5, provided that you also convey the 249 | machine-readable Corresponding Source under the terms of this License, 250 | in one of these ways: 251 | 252 | a) Convey the object code in, or embodied in, a physical product 253 | (including a physical distribution medium), accompanied by the 254 | Corresponding Source fixed on a durable physical medium 255 | customarily used for software interchange. 256 | 257 | b) Convey the object code in, or embodied in, a physical product 258 | (including a physical distribution medium), accompanied by a 259 | written offer, valid for at least three years and valid for as 260 | long as you offer spare parts or customer support for that product 261 | model, to give anyone who possesses the object code either (1) a 262 | copy of the Corresponding Source for all the software in the 263 | product that is covered by this License, on a durable physical 264 | medium customarily used for software interchange, for a price no 265 | more than your reasonable cost of physically performing this 266 | conveying of source, or (2) access to copy the 267 | Corresponding Source from a network server at no charge. 268 | 269 | c) Convey individual copies of the object code with a copy of the 270 | written offer to provide the Corresponding Source. This 271 | alternative is allowed only occasionally and noncommercially, and 272 | only if you received the object code with such an offer, in accord 273 | with subsection 6b. 274 | 275 | d) Convey the object code by offering access from a designated 276 | place (gratis or for a charge), and offer equivalent access to the 277 | Corresponding Source in the same way through the same place at no 278 | further charge. You need not require recipients to copy the 279 | Corresponding Source along with the object code. If the place to 280 | copy the object code is a network server, the Corresponding Source 281 | may be on a different server (operated by you or a third party) 282 | that supports equivalent copying facilities, provided you maintain 283 | clear directions next to the object code saying where to find the 284 | Corresponding Source. Regardless of what server hosts the 285 | Corresponding Source, you remain obligated to ensure that it is 286 | available for as long as needed to satisfy these requirements. 287 | 288 | e) Convey the object code using peer-to-peer transmission, provided 289 | you inform other peers where the object code and Corresponding 290 | Source of the work are being offered to the general public at no 291 | charge under subsection 6d. 292 | 293 | A separable portion of the object code, whose source code is excluded 294 | from the Corresponding Source as a System Library, need not be 295 | included in conveying the object code work. 296 | 297 | A "User Product" is either (1) a "consumer product", which means any 298 | tangible personal property which is normally used for personal, family, 299 | or household purposes, or (2) anything designed or sold for incorporation 300 | into a dwelling. In determining whether a product is a consumer product, 301 | doubtful cases shall be resolved in favor of coverage. For a particular 302 | product received by a particular user, "normally used" refers to a 303 | typical or common use of that class of product, regardless of the status 304 | of the particular user or of the way in which the particular user 305 | actually uses, or expects or is expected to use, the product. A product 306 | is a consumer product regardless of whether the product has substantial 307 | commercial, industrial or non-consumer uses, unless such uses represent 308 | the only significant mode of use of the product. 309 | 310 | "Installation Information" for a User Product means any methods, 311 | procedures, authorization keys, or other information required to install 312 | and execute modified versions of a covered work in that User Product from 313 | a modified version of its Corresponding Source. The information must 314 | suffice to ensure that the continued functioning of the modified object 315 | code is in no case prevented or interfered with solely because 316 | modification has been made. 317 | 318 | If you convey an object code work under this section in, or with, or 319 | specifically for use in, a User Product, and the conveying occurs as 320 | part of a transaction in which the right of possession and use of the 321 | User Product is transferred to the recipient in perpetuity or for a 322 | fixed term (regardless of how the transaction is characterized), the 323 | Corresponding Source conveyed under this section must be accompanied 324 | by the Installation Information. But this requirement does not apply 325 | if neither you nor any third party retains the ability to install 326 | modified object code on the User Product (for example, the work has 327 | been installed in ROM). 328 | 329 | The requirement to provide Installation Information does not include a 330 | requirement to continue to provide support service, warranty, or updates 331 | for a work that has been modified or installed by the recipient, or for 332 | the User Product in which it has been modified or installed. Access to a 333 | network may be denied when the modification itself materially and 334 | adversely affects the operation of the network or violates the rules and 335 | protocols for communication across the network. 336 | 337 | Corresponding Source conveyed, and Installation Information provided, 338 | in accord with this section must be in a format that is publicly 339 | documented (and with an implementation available to the public in 340 | source code form), and must require no special password or key for 341 | unpacking, reading or copying. 342 | 343 | 7. Additional Terms. 344 | 345 | "Additional permissions" are terms that supplement the terms of this 346 | License by making exceptions from one or more of its conditions. 347 | Additional permissions that are applicable to the entire Program shall 348 | be treated as though they were included in this License, to the extent 349 | that they are valid under applicable law. If additional permissions 350 | apply only to part of the Program, that part may be used separately 351 | under those permissions, but the entire Program remains governed by 352 | this License without regard to the additional permissions. 353 | 354 | When you convey a copy of a covered work, you may at your option 355 | remove any additional permissions from that copy, or from any part of 356 | it. (Additional permissions may be written to require their own 357 | removal in certain cases when you modify the work.) You may place 358 | additional permissions on material, added by you to a covered work, 359 | for which you have or can give appropriate copyright permission. 360 | 361 | Notwithstanding any other provision of this License, for material you 362 | add to a covered work, you may (if authorized by the copyright holders of 363 | that material) supplement the terms of this License with terms: 364 | 365 | a) Disclaiming warranty or limiting liability differently from the 366 | terms of sections 15 and 16 of this License; or 367 | 368 | b) Requiring preservation of specified reasonable legal notices or 369 | author attributions in that material or in the Appropriate Legal 370 | Notices displayed by works containing it; or 371 | 372 | c) Prohibiting misrepresentation of the origin of that material, or 373 | requiring that modified versions of such material be marked in 374 | reasonable ways as different from the original version; or 375 | 376 | d) Limiting the use for publicity purposes of names of licensors or 377 | authors of the material; or 378 | 379 | e) Declining to grant rights under trademark law for use of some 380 | trade names, trademarks, or service marks; or 381 | 382 | f) Requiring indemnification of licensors and authors of that 383 | material by anyone who conveys the material (or modified versions of 384 | it) with contractual assumptions of liability to the recipient, for 385 | any liability that these contractual assumptions directly impose on 386 | those licensors and authors. 387 | 388 | All other non-permissive additional terms are considered "further 389 | restrictions" within the meaning of section 10. If the Program as you 390 | received it, or any part of it, contains a notice stating that it is 391 | governed by this License along with a term that is a further 392 | restriction, you may remove that term. If a license document contains 393 | a further restriction but permits relicensing or conveying under this 394 | License, you may add to a covered work material governed by the terms 395 | of that license document, provided that the further restriction does 396 | not survive such relicensing or conveying. 397 | 398 | If you add terms to a covered work in accord with this section, you 399 | must place, in the relevant source files, a statement of the 400 | additional terms that apply to those files, or a notice indicating 401 | where to find the applicable terms. 402 | 403 | Additional terms, permissive or non-permissive, may be stated in the 404 | form of a separately written license, or stated as exceptions; 405 | the above requirements apply either way. 406 | 407 | 8. Termination. 408 | 409 | You may not propagate or modify a covered work except as expressly 410 | provided under this License. Any attempt otherwise to propagate or 411 | modify it is void, and will automatically terminate your rights under 412 | this License (including any patent licenses granted under the third 413 | paragraph of section 11). 414 | 415 | However, if you cease all violation of this License, then your 416 | license from a particular copyright holder is reinstated (a) 417 | provisionally, unless and until the copyright holder explicitly and 418 | finally terminates your license, and (b) permanently, if the copyright 419 | holder fails to notify you of the violation by some reasonable means 420 | prior to 60 days after the cessation. 421 | 422 | Moreover, your license from a particular copyright holder is 423 | reinstated permanently if the copyright holder notifies you of the 424 | violation by some reasonable means, this is the first time you have 425 | received notice of violation of this License (for any work) from that 426 | copyright holder, and you cure the violation prior to 30 days after 427 | your receipt of the notice. 428 | 429 | Termination of your rights under this section does not terminate the 430 | licenses of parties who have received copies or rights from you under 431 | this License. If your rights have been terminated and not permanently 432 | reinstated, you do not qualify to receive new licenses for the same 433 | material under section 10. 434 | 435 | 9. Acceptance Not Required for Having Copies. 436 | 437 | You are not required to accept this License in order to receive or 438 | run a copy of the Program. Ancillary propagation of a covered work 439 | occurring solely as a consequence of using peer-to-peer transmission 440 | to receive a copy likewise does not require acceptance. However, 441 | nothing other than this License grants you permission to propagate or 442 | modify any covered work. These actions infringe copyright if you do 443 | not accept this License. Therefore, by modifying or propagating a 444 | covered work, you indicate your acceptance of this License to do so. 445 | 446 | 10. Automatic Licensing of Downstream Recipients. 447 | 448 | Each time you convey a covered work, the recipient automatically 449 | receives a license from the original licensors, to run, modify and 450 | propagate that work, subject to this License. You are not responsible 451 | for enforcing compliance by third parties with this License. 452 | 453 | An "entity transaction" is a transaction transferring control of an 454 | organization, or substantially all assets of one, or subdividing an 455 | organization, or merging organizations. If propagation of a covered 456 | work results from an entity transaction, each party to that 457 | transaction who receives a copy of the work also receives whatever 458 | licenses to the work the party's predecessor in interest had or could 459 | give under the previous paragraph, plus a right to possession of the 460 | Corresponding Source of the work from the predecessor in interest, if 461 | the predecessor has it or can get it with reasonable efforts. 462 | 463 | You may not impose any further restrictions on the exercise of the 464 | rights granted or affirmed under this License. For example, you may 465 | not impose a license fee, royalty, or other charge for exercise of 466 | rights granted under this License, and you may not initiate litigation 467 | (including a cross-claim or counterclaim in a lawsuit) alleging that 468 | any patent claim is infringed by making, using, selling, offering for 469 | sale, or importing the Program or any portion of it. 470 | 471 | 11. Patents. 472 | 473 | A "contributor" is a copyright holder who authorizes use under this 474 | License of the Program or a work on which the Program is based. The 475 | work thus licensed is called the contributor's "contributor version". 476 | 477 | A contributor's "essential patent claims" are all patent claims 478 | owned or controlled by the contributor, whether already acquired or 479 | hereafter acquired, that would be infringed by some manner, permitted 480 | by this License, of making, using, or selling its contributor version, 481 | but do not include claims that would be infringed only as a 482 | consequence of further modification of the contributor version. For 483 | purposes of this definition, "control" includes the right to grant 484 | patent sublicenses in a manner consistent with the requirements of 485 | this License. 486 | 487 | Each contributor grants you a non-exclusive, worldwide, royalty-free 488 | patent license under the contributor's essential patent claims, to 489 | make, use, sell, offer for sale, import and otherwise run, modify and 490 | propagate the contents of its contributor version. 491 | 492 | In the following three paragraphs, a "patent license" is any express 493 | agreement or commitment, however denominated, not to enforce a patent 494 | (such as an express permission to practice a patent or covenant not to 495 | sue for patent infringement). To "grant" such a patent license to a 496 | party means to make such an agreement or commitment not to enforce a 497 | patent against the party. 498 | 499 | If you convey a covered work, knowingly relying on a patent license, 500 | and the Corresponding Source of the work is not available for anyone 501 | to copy, free of charge and under the terms of this License, through a 502 | publicly available network server or other readily accessible means, 503 | then you must either (1) cause the Corresponding Source to be so 504 | available, or (2) arrange to deprive yourself of the benefit of the 505 | patent license for this particular work, or (3) arrange, in a manner 506 | consistent with the requirements of this License, to extend the patent 507 | license to downstream recipients. "Knowingly relying" means you have 508 | actual knowledge that, but for the patent license, your conveying the 509 | covered work in a country, or your recipient's use of the covered work 510 | in a country, would infringe one or more identifiable patents in that 511 | country that you have reason to believe are valid. 512 | 513 | If, pursuant to or in connection with a single transaction or 514 | arrangement, you convey, or propagate by procuring conveyance of, a 515 | covered work, and grant a patent license to some of the parties 516 | receiving the covered work authorizing them to use, propagate, modify 517 | or convey a specific copy of the covered work, then the patent license 518 | you grant is automatically extended to all recipients of the covered 519 | work and works based on it. 520 | 521 | A patent license is "discriminatory" if it does not include within 522 | the scope of its coverage, prohibits the exercise of, or is 523 | conditioned on the non-exercise of one or more of the rights that are 524 | specifically granted under this License. You may not convey a covered 525 | work if you are a party to an arrangement with a third party that is 526 | in the business of distributing software, under which you make payment 527 | to the third party based on the extent of your activity of conveying 528 | the work, and under which the third party grants, to any of the 529 | parties who would receive the covered work from you, a discriminatory 530 | patent license (a) in connection with copies of the covered work 531 | conveyed by you (or copies made from those copies), or (b) primarily 532 | for and in connection with specific products or compilations that 533 | contain the covered work, unless you entered into that arrangement, 534 | or that patent license was granted, prior to 28 March 2007. 535 | 536 | Nothing in this License shall be construed as excluding or limiting 537 | any implied license or other defenses to infringement that may 538 | otherwise be available to you under applicable patent law. 539 | 540 | 12. No Surrender of Others' Freedom. 541 | 542 | If conditions are imposed on you (whether by court order, agreement or 543 | otherwise) that contradict the conditions of this License, they do not 544 | excuse you from the conditions of this License. If you cannot convey a 545 | covered work so as to satisfy simultaneously your obligations under this 546 | License and any other pertinent obligations, then as a consequence you may 547 | not convey it at all. For example, if you agree to terms that obligate you 548 | to collect a royalty for further conveying from those to whom you convey 549 | the Program, the only way you could satisfy both those terms and this 550 | License would be to refrain entirely from conveying the Program. 551 | 552 | 13. Use with the GNU Affero General Public License. 553 | 554 | Notwithstanding any other provision of this License, you have 555 | permission to link or combine any covered work with a work licensed 556 | under version 3 of the GNU Affero General Public License into a single 557 | combined work, and to convey the resulting work. The terms of this 558 | License will continue to apply to the part which is the covered work, 559 | but the special requirements of the GNU Affero General Public License, 560 | section 13, concerning interaction through a network will apply to the 561 | combination as such. 562 | 563 | 14. Revised Versions of this License. 564 | 565 | The Free Software Foundation may publish revised and/or new versions of 566 | the GNU General Public License from time to time. Such new versions will 567 | be similar in spirit to the present version, but may differ in detail to 568 | address new problems or concerns. 569 | 570 | Each version is given a distinguishing version number. If the 571 | Program specifies that a certain numbered version of the GNU General 572 | Public License "or any later version" applies to it, you have the 573 | option of following the terms and conditions either of that numbered 574 | version or of any later version published by the Free Software 575 | Foundation. If the Program does not specify a version number of the 576 | GNU General Public License, you may choose any version ever published 577 | by the Free Software Foundation. 578 | 579 | If the Program specifies that a proxy can decide which future 580 | versions of the GNU General Public License can be used, that proxy's 581 | public statement of acceptance of a version permanently authorizes you 582 | to choose that version for the Program. 583 | 584 | Later license versions may give you additional or different 585 | permissions. However, no additional obligations are imposed on any 586 | author or copyright holder as a result of your choosing to follow a 587 | later version. 588 | 589 | 15. Disclaimer of Warranty. 590 | 591 | THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY 592 | APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT 593 | HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY 594 | OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, 595 | THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 596 | PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM 597 | IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF 598 | ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 599 | 600 | 16. Limitation of Liability. 601 | 602 | IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING 603 | WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS 604 | THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY 605 | GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE 606 | USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF 607 | DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD 608 | PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), 609 | EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF 610 | SUCH DAMAGES. 611 | 612 | 17. Interpretation of Sections 15 and 16. 613 | 614 | If the disclaimer of warranty and limitation of liability provided 615 | above cannot be given local legal effect according to their terms, 616 | reviewing courts shall apply local law that most closely approximates 617 | an absolute waiver of all civil liability in connection with the 618 | Program, unless a warranty or assumption of liability accompanies a 619 | copy of the Program in return for a fee. 620 | 621 | END OF TERMS AND CONDITIONS 622 | 623 | How to Apply These Terms to Your New Programs 624 | 625 | If you develop a new program, and you want it to be of the greatest 626 | possible use to the public, the best way to achieve this is to make it 627 | free software which everyone can redistribute and change under these terms. 628 | 629 | To do so, attach the following notices to the program. It is safest 630 | to attach them to the start of each source file to most effectively 631 | state the exclusion of warranty; and each file should have at least 632 | the "copyright" line and a pointer to where the full notice is found. 633 | 634 | {one line to give the program's name and a brief idea of what it does.} 635 | Copyright (C) {year} {name of author} 636 | 637 | This program is free software: you can redistribute it and/or modify 638 | it under the terms of the GNU General Public License as published by 639 | the Free Software Foundation, either version 3 of the License, or 640 | (at your option) any later version. 641 | 642 | This program is distributed in the hope that it will be useful, 643 | but WITHOUT ANY WARRANTY; without even the implied warranty of 644 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 645 | GNU General Public License for more details. 646 | 647 | You should have received a copy of the GNU General Public License 648 | along with this program. If not, see . 649 | 650 | Also add information on how to contact you by electronic and paper mail. 651 | 652 | If the program does terminal interaction, make it output a short 653 | notice like this when it starts in an interactive mode: 654 | 655 | {project} Copyright (C) {year} {fullname} 656 | This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. 657 | This is free software, and you are welcome to redistribute it 658 | under certain conditions; type `show c' for details. 659 | 660 | The hypothetical commands `show w' and `show c' should show the appropriate 661 | parts of the General Public License. Of course, your program's commands 662 | might be different; for a GUI interface, you would use an "about box". 663 | 664 | You should also get your employer (if you work as a programmer) or school, 665 | if any, to sign a "copyright disclaimer" for the program, if necessary. 666 | For more information on this, and how to apply and follow the GNU GPL, see 667 | . 668 | 669 | The GNU General Public License does not permit incorporating your program 670 | into proprietary programs. If your program is a subroutine library, you 671 | may consider it more useful to permit linking proprietary applications with 672 | the library. If this is what you want to do, use the GNU Lesser General 673 | Public License instead of this License. But first, please read 674 | . 675 | -------------------------------------------------------------------------------- /README.MD: -------------------------------------------------------------------------------- 1 | # CloudGate-List 2 | >注意:2017-02-12 GMT 2:00之前Fork都需要重新删除掉再Fork,因为新增了Host模块,可以自定义,缺少会报错的!!!或者自己在Fork里面上传这个模块!
3 | >注意:2017-02-08 GMT 9:00之前Fork都需要重新删除掉再Fork,因为新增了USERAGENT模块和General模块,可以自定义,缺少会报错的!!!或者自己在Fork里面上传这两个模块! 4 | ## 关于提交规则: 5 | >禁止提交(色情/政治/无法打开/赌博/邪教/Shadowsocks站点),不符合的将会进行删除,提交后会进行扫描websitetitle or statuscode除包含以上内容外的都可以提交!我只管本规则列表,其余规则列表和我无关. 6 | ## 关于如何使用: 7 | >简单的描述一下,首先你需要Fork一下本项目,当然你也可以使用其他人的规则列表!
8 | >紧接着你可以访问以下地址下载属于你的自定义规则或者修改规则列表文件如:
9 | >本参数全局均可使用,无论是Basic还是Advanced or Cloud规则
10 | >https://{项目地址}/{目录}/{规则}.php?List=https://raw.githubusercontent.com/{Github用户名}/CloudGate-List/master/Rule/ 11 |
12 | >https://async.be/Rule/Basic/Surge.php?List=https://raw.githubusercontent.com/lhie1/CloudGate-List/master/Rule/ 13 |
14 | >可以在参数的结尾用'&'符连接其他参数,参数不区分顺序,所有规则都可以使用'List'功能!
15 | >禁止添加"大文件"即524288字节(512KB)以上的,所有大文件将会被拒绝!
16 | >规则列表的格式不同于规则格式,如下列格式:
17 | >Proxy(Advanced/Basic):DOMAIN,0rz.tw or DOMAIN-SUFFIX,0rz.tw
18 | >DIRECT:DOMAIN,126.net or DOMAIN-SUFFIX,126.net
19 | >Default(Apple):DOMAIN,apple.com or DOMAIN-SUFFIX,apple.com
20 | >IPCIDR:91.108.56.0/22,Proxy or 91.108.56.0/22,DIRECT or 91.108.56.0/22,REJECT
21 | >KEYWORD:aka,Proxy or aka,DIRECT or aka,REJECT
22 | >Other:GEOIP,CN,DIRECT | FINAL,Proxy
23 | >Rewrite:^http://burpsuite.site https://burpsuite.site 302
24 | >REJECT:DOMAIN,128.net or DOMAIN-SUFFIX,128.net
25 | >还有很多我就不一一举例子了,常用的就是这些!...
26 | -------------------------------------------------------------------------------- /Rule/Advanced: -------------------------------------------------------------------------------- 1 | # PROXY 2 | DOMAIN-SUFFIX,0rz.tw 3 | DOMAIN-SUFFIX,0to255.com 4 | DOMAIN-SUFFIX,1bao.org 5 | DOMAIN-SUFFIX,2o7.net 6 | DOMAIN-SUFFIX,21andy.com 7 | DOMAIN-SUFFIX,2shared.com 8 | DOMAIN-SUFFIX,301works.org 9 | DOMAIN-SUFFIX,4chan.org 10 | DOMAIN-SUFFIX,500px.com 11 | DOMAIN-SUFFIX,50webs.com 12 | DOMAIN-SUFFIX,666kb.com 13 | DOMAIN-SUFFIX,7capture.com 14 | DOMAIN-SUFFIX,99percentinvisible.org 15 | DOMAIN-SUFFIX,9bis.com 16 | DOMAIN-SUFFIX,9bis.net 17 | DOMAIN-SUFFIX,9to5mac.com 18 | DOMAIN-SUFFIX,a5.com.ru 19 | DOMAIN-SUFFIX,app-measurement.com 20 | DOMAIN-SUFFIX,abc.pp.ru 21 | DOMAIN-SUFFIX,abpchina.org 22 | DOMAIN-SUFFIX,adblockcdn.com 23 | DOMAIN-SUFFIX,adblockplus.org 24 | DOMAIN-SUFFIX,addictedtocoffee.de 25 | DOMAIN-SUFFIX,advanscene.com 26 | DOMAIN-SUFFIX,agilebits.com 27 | DOMAIN-SUFFIX,appzdam.org 28 | DOMAIN-SUFFIX,aenhancers.com 29 | DOMAIN-SUFFIX,akiba-online.com 30 | DOMAIN-SUFFIX,alasbarricadas.org 31 | DOMAIN-SUFFIX,alexdong.com 32 | DOMAIN-SUFFIX,allaboutalpha.com 33 | DOMAIN-SUFFIX,allmovie.com 34 | DOMAIN-SUFFIX,all-that-is-interesting.com 35 | DOMAIN-SUFFIX,alternate-tools.com 36 | DOMAIN-SUFFIX,alternativeto.net 37 | DOMAIN-SUFFIX,alvinalexander.com 38 | DOMAIN-SUFFIX,alwaysdata.com 39 | DOMAIN-SUFFIX,alwaysdata.net 40 | DOMAIN-SUFFIX,amazon.com 41 | DOMAIN-SUFFIX,amazonaws.com 42 | DOMAIN-SUFFIX,amiblockedornot.com 43 | DOMAIN-SUFFIX,analyticsvidhya.com 44 | DOMAIN-SUFFIX,android.com 45 | DOMAIN-SUFFIX,android-hilfe.de 46 | DOMAIN-SUFFIX,angularjs.org 47 | DOMAIN-SUFFIX,anobii.com 48 | DOMAIN-SUFFIX,anthonycalzadilla.com 49 | DOMAIN-SUFFIX,aobo.com.au 50 | DOMAIN-SUFFIX,aol.ca 51 | DOMAIN-SUFFIX,aol.com 52 | DOMAIN-SUFFIX,aolnews.com 53 | DOMAIN-SUFFIX,ap.org 54 | DOMAIN-SUFFIX,apiary.io 55 | DOMAIN-SUFFIX,apigee.com 56 | DOMAIN-SUFFIX,appledaily.com 57 | DOMAIN-SUFFIX,appledaily.com.hk 58 | DOMAIN-SUFFIX,appledaily.com.tw 59 | DOMAIN-SUFFIX,appspot.com 60 | DOMAIN-SUFFIX,archive.is 61 | DOMAIN-SUFFIX,archive.org 62 | DOMAIN-SUFFIX,areca-backup.org 63 | DOMAIN-SUFFIX,artsy.net 64 | DOMAIN-SUFFIX,asahichinese.com 65 | DOMAIN-SUFFIX,asdfg.jp 66 | DOMAIN-SUFFIX,atlassian.com 67 | DOMAIN-SUFFIX,avast.com 68 | DOMAIN-SUFFIX,awardwinningfjords.com 69 | DOMAIN-SUFFIX,axureformac.com 70 | DOMAIN-SUFFIX,burpsuite.applinzi.com 71 | DOMAIN-SUFFIX,badassjs.com 72 | DOMAIN-SUFFIX,badoo.com 73 | DOMAIN-SUFFIX,baidu.jp 74 | DOMAIN-SUFFIX,basketbuild.com 75 | DOMAIN-SUFFIX,baywords.com 76 | DOMAIN-SUFFIX,bbc.co.uk 77 | DOMAIN-SUFFIX,bbc.com 78 | DOMAIN-SUFFIX,bbc.in 79 | DOMAIN-SUFFIX,bbcchinese.com 80 | DOMAIN-SUFFIX,bbg.gov 81 | DOMAIN-SUFFIX,bebo.com 82 | DOMAIN-SUFFIX,bfsh.hk 83 | DOMAIN-SUFFIX,bigcommerce.com 84 | DOMAIN-SUFFIX,birdhouseapp.com 85 | DOMAIN-SUFFIX,bit.ly 86 | DOMAIN-SUFFIX,bitbucket.com 87 | DOMAIN-SUFFIX,bitbucket.org 88 | DOMAIN-SUFFIX,bitly.com 89 | DOMAIN-SUFFIX,bitshare.com 90 | DOMAIN-SUFFIX,bitsnoop.com 91 | DOMAIN-SUFFIX,blackbirdmusicgroup.com 92 | DOMAIN-SUFFIX,blinkx.com 93 | DOMAIN-SUFFIX,blip.tv 94 | DOMAIN-SUFFIX,blogcatalog.com 95 | DOMAIN-SUFFIX,blogger.com 96 | DOMAIN-SUFFIX,bloglovin.com 97 | DOMAIN-SUFFIX,blogs.com 98 | DOMAIN-SUFFIX,bloodshed.net 99 | DOMAIN-SUFFIX,bloomberg.com 100 | DOMAIN-SUFFIX,bloomberg.de 101 | DOMAIN-SUFFIX,bobulate.com 102 | DOMAIN-SUFFIX,bootstrapcdn.com 103 | DOMAIN-SUFFIX,box.com 104 | DOMAIN-SUFFIX,box.net 105 | DOMAIN-SUFFIX,boxcar.io 106 | DOMAIN-SUFFIX,braumeister.org 107 | DOMAIN-SUFFIX,break.com 108 | DOMAIN-SUFFIX,brightkite.com 109 | DOMAIN-SUFFIX,brizzly.com 110 | DOMAIN-SUFFIX,brucewang.net 111 | DOMAIN-SUFFIX,bugclub.org 112 | DOMAIN-SUFFIX,businessinsider.com 113 | DOMAIN-SUFFIX,cafepress.com 114 | DOMAIN-SUFFIX,calameo.com 115 | DOMAIN-SUFFIX,calebelston.com 116 | DOMAIN-SUFFIX,cari.com.my 117 | DOMAIN-SUFFIX,catch22.net 118 | DOMAIN-SUFFIX,cbc.ca 119 | DOMAIN-SUFFIX,cbsnews.com 120 | DOMAIN-SUFFIX,cc.com 121 | DOMAIN-SUFFIX,cdnews.com.tw 122 | DOMAIN-SUFFIX,cellulo.info 123 | DOMAIN-SUFFIX,c-est-simple.com 124 | DOMAIN-SUFFIX,chandoo.org 125 | DOMAIN-SUFFIX,change.org 126 | DOMAIN-SUFFIX,chrispederick.com 127 | DOMAIN-SUFFIX,chromium.org 128 | DOMAIN-SUFFIX,cipherdyne.org 129 | DOMAIN-SUFFIX,cjb.net 130 | DOMAIN-SUFFIX,classicalguitarblog.net 131 | DOMAIN-SUFFIX,clientsfromhell.net 132 | DOMAIN-SUFFIX,cloudflare.com 133 | DOMAIN-SUFFIX,cloudfront.com 134 | DOMAIN-SUFFIX,cloudimg.io 135 | DOMAIN-SUFFIX,cms.gov 136 | DOMAIN-SUFFIX,cnn.com 137 | DOMAIN-SUFFIX,co.hk 138 | DOMAIN-SUFFIX,co.uk 139 | DOMAIN-SUFFIX,cocoapods.org 140 | DOMAIN-SUFFIX,codeshare.io 141 | DOMAIN-SUFFIX,codeskulptor.org 142 | DOMAIN-SUFFIX,comedycentral.com 143 | DOMAIN-SUFFIX,cpj.org 144 | DOMAIN-SUFFIX,crashlytics.com 145 | DOMAIN-SUFFIX,dailyme.com 146 | DOMAIN-SUFFIX,dayoneapp.com 147 | DOMAIN-SUFFIX,debian.org 148 | DOMAIN-SUFFIX,deck.ly 149 | DOMAIN-SUFFIX,deepmind.com 150 | DOMAIN-SUFFIX,delcamp.net 151 | DOMAIN-SUFFIX,democrats.org 152 | DOMAIN-SUFFIX,derekhsu.homeip.net 153 | DOMAIN-SUFFIX,desc.se 154 | DOMAIN-SUFFIX,dev102.com 155 | DOMAIN-SUFFIX,deviantart.com 156 | DOMAIN-SUFFIX,devio.us 157 | DOMAIN-SUFFIX,digicert.com 158 | DOMAIN-SUFFIX,diigo.com 159 | DOMAIN-SUFFIX,discogs.com 160 | DOMAIN-SUFFIX,disp.cc 161 | DOMAIN-SUFFIX,djangosnippets.org 162 | DOMAIN-SUFFIX,domaintools.com 163 | DOMAIN-SUFFIX,dotsub.com 164 | DOMAIN-SUFFIX,doxygen.org 165 | DOMAIN-SUFFIX,drahelas.ru 166 | DOMAIN-SUFFIX,drewolanoff.com 167 | DOMAIN-SUFFIX,dropbox.com 168 | DOMAIN-SUFFIX,dropboxstatic.com 169 | DOMAIN-SUFFIX,dropboxusercontent.com 170 | DOMAIN-SUFFIX,dtic.mil 171 | DOMAIN-SUFFIX,dtiserv.com 172 | DOMAIN-SUFFIX,duckduckgo.com 173 | DOMAIN-SUFFIX,duplicati.com 174 | DOMAIN-SUFFIX,dwheeler.com 175 | DOMAIN-SUFFIX,dyndns.org 176 | DOMAIN-SUFFIX,ebay.com 177 | DOMAIN-SUFFIX,ebay.com.hk 178 | DOMAIN-SUFFIX,ebookee.com 179 | DOMAIN-SUFFIX,echofon.com 180 | DOMAIN-SUFFIX,edicypages.com 181 | DOMAIN-SUFFIX,efksoft.com 182 | DOMAIN-SUFFIX,e-hentai.org 183 | DOMAIN-SUFFIX,elpais.com 184 | DOMAIN-SUFFIX,emacsblog.org 185 | DOMAIN-SUFFIX,emory.edu 186 | DOMAIN-SUFFIX,engadget.com 187 | DOMAIN-SUFFIX,entersekt.com 188 | DOMAIN-SUFFIX,eriversoft.com 189 | DOMAIN-SUFFIX,eurekavpt.com 190 | DOMAIN-SUFFIX,everyday-carry.com 191 | DOMAIN-SUFFIX,fabric.io 192 | DOMAIN-SUFFIX,facebook.com 193 | DOMAIN-SUFFIX,facesofnyfw.com 194 | DOMAIN-SUFFIX,fastly.net 195 | DOMAIN-SUFFIX,faststone.org 196 | DOMAIN-SUFFIX,favstar.fm 197 | DOMAIN-SUFFIX,feedbooks.mobi 198 | DOMAIN-SUFFIX,feedly.com 199 | DOMAIN-SUFFIX,filefactory.com 200 | DOMAIN-SUFFIX,fileserve.com 201 | DOMAIN-SUFFIX,firefox.com 202 | DOMAIN-SUFFIX,firefox.org 203 | DOMAIN-SUFFIX,fizzik.com 204 | DOMAIN-SUFFIX,flecheinthepeche.fr 205 | DOMAIN-SUFFIX,flickr.com 206 | DOMAIN-SUFFIX,flickrhivemind.net 207 | DOMAIN-SUFFIX,forums-free.com 208 | DOMAIN-SUFFIX,foxbusiness.com 209 | DOMAIN-SUFFIX,freakshare.com 210 | DOMAIN-SUFFIX,fredwilson.vc 211 | DOMAIN-SUFFIX,free.fr 212 | DOMAIN-SUFFIX,fb.com 213 | DOMAIN-SUFFIX,freemorenews.com 214 | DOMAIN-SUFFIX,freenetproject.org 215 | DOMAIN-SUFFIX,freewebs.com 216 | DOMAIN-SUFFIX,fbcdn.net 217 | DOMAIN-SUFFIX,frequency.com 218 | DOMAIN-SUFFIX,friendfeed.com 219 | DOMAIN-SUFFIX,fring.com 220 | DOMAIN-SUFFIX,frommel.net 221 | DOMAIN-SUFFIX,futureme.org 222 | DOMAIN-SUFFIX,g.co 223 | DOMAIN-SUFFIX,gartlive.com 224 | DOMAIN-SUFFIX,genuitec.com 225 | DOMAIN-SUFFIX,geometrictools.com 226 | DOMAIN-SUFFIX,getadblock.com 227 | DOMAIN-SUFFIX,getcloudapp.com 228 | DOMAIN-SUFFIX,get-digital-help.com 229 | DOMAIN-SUFFIX,getlantern.org 230 | DOMAIN-SUFFIX,ggpht.com 231 | DOMAIN-SUFFIX,ggssl.com 232 | DOMAIN-SUFFIX,ghost.org 233 | DOMAIN-SUFFIX,giganews.com 234 | DOMAIN-SUFFIX,gimpshop.com 235 | DOMAIN-SUFFIX,gitbooks.io 236 | DOMAIN-SUFFIX,gitbook.com 237 | DOMAIN-SUFFIX,github.com 238 | DOMAIN-SUFFIX,github.io 239 | DOMAIN-SUFFIX,githubapp.com 240 | DOMAIN-SUFFIX,githubusercontent.com 241 | DOMAIN-SUFFIX,git-scm.com 242 | DOMAIN-SUFFIX,gitter.im 243 | DOMAIN-SUFFIX,globalsign.com 244 | DOMAIN-SUFFIX,globalvoicesonline.org 245 | DOMAIN-SUFFIX,glowscript.org 246 | DOMAIN-SUFFIX,gmail.com 247 | DOMAIN-SUFFIX,golang.org 248 | DOMAIN-SUFFIX,goldwave.com 249 | DOMAIN-SUFFIX,goo.gl 250 | DOMAIN-SUFFIX,google.cn 251 | DOMAIN-SUFFIX,google.co.id 252 | DOMAIN-SUFFIX,google.co.jp 253 | DOMAIN-SUFFIX,google.com 254 | DOMAIN-SUFFIX,google.com.hk 255 | DOMAIN-SUFFIX,google.com.sg 256 | DOMAIN-SUFFIX,google.com.tw 257 | DOMAIN-SUFFIX,google.org 258 | DOMAIN-SUFFIX,googlecode.com 259 | DOMAIN-SUFFIX,googledrive.com 260 | DOMAIN-SUFFIX,googlegroups.com 261 | DOMAIN-SUFFIX,googlemail.com 262 | DOMAIN-SUFFIX,googlepages.com 263 | DOMAIN-SUFFIX,googlesile.com 264 | DOMAIN-SUFFIX,googlesource.com 265 | DOMAIN-SUFFIX,googleusercontent.com 266 | DOMAIN-SUFFIX,googlevideo.com 267 | DOMAIN-SUFFIX,gopetition.com 268 | DOMAIN-SUFFIX,gotw.ca 269 | DOMAIN-SUFFIX,gradconnection.com 270 | DOMAIN-SUFFIX,gravatar.com 271 | DOMAIN-SUFFIX,graylog2.org 272 | DOMAIN-SUFFIX,gstatic.com 273 | DOMAIN-SUFFIX,gtricks.com 274 | DOMAIN-SUFFIX,gvt1.com 275 | DOMAIN-SUFFIX,gvt2.com 276 | DOMAIN-SUFFIX,gvt3.com 277 | DOMAIN-SUFFIX,hahlo.com 278 | DOMAIN-SUFFIX,helloandroid.com 279 | DOMAIN-SUFFIX,hellonewyork.us 280 | DOMAIN-SUFFIX,hkreporter.com 281 | DOMAIN-SUFFIX,homeservershow.com 282 | DOMAIN-SUFFIX,hootsuite.com 283 | DOMAIN-SUFFIX,howtoforge.com 284 | DOMAIN-SUFFIX,ht.ly 285 | DOMAIN-SUFFIX,htl.li 286 | DOMAIN-SUFFIX,htmldog.com 287 | DOMAIN-SUFFIX,hudatoriq.web.id 288 | DOMAIN-SUFFIX,hulu.com 289 | DOMAIN-SUFFIX,hwinfo.com 290 | DOMAIN-SUFFIX,hyperrate.com 291 | DOMAIN-SUFFIX,i2p2.de 292 | DOMAIN-SUFFIX,ialmostlaugh.com 293 | DOMAIN-SUFFIX,ibiblio.org 294 | DOMAIN-SUFFIX,ibtimes.com 295 | DOMAIN-SUFFIX,iconpaper.org 296 | DOMAIN-SUFFIX,identi.ca 297 | DOMAIN-SUFFIX,ift.tt 298 | DOMAIN-SUFFIX,ifttt.com 299 | DOMAIN-SUFFIX,ig.com.br 300 | DOMAIN-SUFFIX,igvita.com 301 | DOMAIN-SUFFIX,ihostimg.com 302 | DOMAIN-SUFFIX,illusionfactory.com 303 | DOMAIN-SUFFIX,imageshack.us 304 | DOMAIN-SUFFIX,imagezilla.net 305 | DOMAIN-SUFFIX,imdb.com 306 | DOMAIN-SUFFIX,img.ly 307 | DOMAIN-SUFFIX,imgchili.net 308 | DOMAIN-SUFFIX,in.com 309 | DOMAIN-SUFFIX,incredibox.fr 310 | DOMAIN-SUFFIX,informer.com 311 | DOMAIN-SUFFIX,instagram.com 312 | DOMAIN-SUFFIX,instapaper.com 313 | DOMAIN-SUFFIX,internet.org 314 | DOMAIN-SUFFIX,internetdefenseleague.org 315 | DOMAIN-SUFFIX,iphone-dev.org 316 | DOMAIN-SUFFIX,iphonehacks.com 317 | DOMAIN-SUFFIX,ipicture.ru 318 | DOMAIN-SUFFIX,iredmail.org 319 | DOMAIN-SUFFIX,ironicsoftware.com 320 | DOMAIN-SUFFIX,ironpython.net 321 | DOMAIN-SUFFIX,israbox.com 322 | DOMAIN-SUFFIX,istockphoto.com 323 | DOMAIN-SUFFIX,it-eproducts.com 324 | DOMAIN-SUFFIX,ithome.com.tw 325 | DOMAIN-SUFFIX,j.mp 326 | DOMAIN-SUFFIX,jayparkinsonmd.com 327 | DOMAIN-SUFFIX,jetbrains.com 328 | DOMAIN-SUFFIX,jgoodies.com 329 | DOMAIN-SUFFIX,jitouch.com 330 | DOMAIN-SUFFIX,joachims.org 331 | DOMAIN-SUFFIX,joeyrobert.org 332 | DOMAIN-SUFFIX,jquery.com 333 | DOMAIN-SUFFIX,jqueryui.com 334 | DOMAIN-SUFFIX,jshint.com 335 | DOMAIN-SUFFIX,junauza.com 336 | DOMAIN-SUFFIX,jwmusic.org 337 | DOMAIN-SUFFIX,kaltura.com 338 | DOMAIN-SUFFIX,kcsoftwares.com 339 | DOMAIN-SUFFIX,kechara.com 340 | DOMAIN-SUFFIX,keepandshare.com 341 | DOMAIN-SUFFIX,kinghost.com 342 | DOMAIN-SUFFIX,klip.me 343 | DOMAIN-SUFFIX,kodingen.com 344 | DOMAIN-SUFFIX,kompozer.net 345 | DOMAIN-SUFFIX,konachan.com 346 | DOMAIN-SUFFIX,kyohk.net 347 | DOMAIN-SUFFIX,labiennale.org 348 | DOMAIN-SUFFIX,labs.nodesnoop.com 349 | DOMAIN-SUFFIX,larsgeorge.com 350 | DOMAIN-SUFFIX,lastpass.com 351 | DOMAIN-SUFFIX,latimes.com 352 | DOMAIN-SUFFIX,law.com 353 | DOMAIN-SUFFIX,lenwhite.com 354 | DOMAIN-SUFFIX,lerosua.org 355 | DOMAIN-SUFFIX,lesscss.org 356 | DOMAIN-SUFFIX,line.me 357 | DOMAIN-SUFFIX,linksalpha.com 358 | DOMAIN-SUFFIX,linuxconfig.org 359 | DOMAIN-SUFFIX,linuxquestions.org 360 | DOMAIN-SUFFIX,linuxreviews.org 361 | DOMAIN-SUFFIX,list.ly 362 | DOMAIN-SUFFIX,listentoyoutube.com 363 | DOMAIN-SUFFIX,lithium.com 364 | DOMAIN-SUFFIX,littlebigdetails.com 365 | DOMAIN-SUFFIX,livedoor.com 366 | DOMAIN-SUFFIX,livedoor.jp 367 | DOMAIN-SUFFIX,liveleak.com 368 | DOMAIN-SUFFIX,livestream.com 369 | DOMAIN-SUFFIX,logiqx.com 370 | DOMAIN-SUFFIX,lookingglasstheatre.org 371 | DOMAIN-SUFFIX,lookpic.com 372 | DOMAIN-SUFFIX,macys.com 373 | DOMAIN-SUFFIX,mad-ar.ch 374 | DOMAIN-SUFFIX,madmenunbuttoned.com 375 | DOMAIN-SUFFIX,mail-archive.com 376 | DOMAIN-SUFFIX,malaysiakini.com 377 | DOMAIN-SUFFIX,marco.org 378 | DOMAIN-SUFFIX,markmail.org 379 | DOMAIN-SUFFIX,markmilian.com 380 | DOMAIN-SUFFIX,martau.com 381 | DOMAIN-SUFFIX,md-t.org 382 | DOMAIN-SUFFIX,m.me 383 | DOMAIN-SUFFIX,mediafire.com 384 | DOMAIN-SUFFIX,medium.com 385 | DOMAIN-SUFFIX,meetup.com 386 | DOMAIN-SUFFIX,mefeedia.com 387 | DOMAIN-SUFFIX,megabyet.net 388 | DOMAIN-SUFFIX,minimalmac.com 389 | DOMAIN-SUFFIX,miroguide.com 390 | DOMAIN-SUFFIX,mobatek.net 391 | DOMAIN-SUFFIX,mobile01.com 392 | DOMAIN-SUFFIX,mobileways.de 393 | DOMAIN-SUFFIX,moby.to 394 | DOMAIN-SUFFIX,mobypicture.com 395 | DOMAIN-SUFFIX,modmyi.com 396 | DOMAIN-SUFFIX,mondex.org 397 | DOMAIN-SUFFIX,mongodb.org 398 | DOMAIN-SUFFIX,mytvsuper.com 399 | DOMAIN-SUFFIX,movabletype.com 400 | DOMAIN-SUFFIX,mozilla.com 401 | DOMAIN-SUFFIX,mozilla.net 402 | DOMAIN-SUFFIX,mozilla.org 403 | DOMAIN-SUFFIX,mp3ye.eu 404 | DOMAIN-SUFFIX,msn.com 405 | DOMAIN-SUFFIX,msn.com.tw 406 | DOMAIN-SUFFIX,m-sport.co.uk 407 | DOMAIN-SUFFIX,mtv.co.uk 408 | DOMAIN-SUFFIX,multiply.com 409 | DOMAIN-SUFFIX,myaudiocast.com 410 | DOMAIN-SUFFIX,myeclipseide.com 411 | DOMAIN-SUFFIX,mypopescu.com 412 | DOMAIN-SUFFIX,mysinablog.com 413 | DOMAIN-SUFFIX,myspace.com 414 | DOMAIN-SUFFIX,naacoalition.org 415 | DOMAIN-SUFFIX,nabble.com 416 | DOMAIN-SUFFIX,namecheap.com 417 | DOMAIN-SUFFIX,natado.com 418 | DOMAIN-SUFFIX,navicat.com 419 | DOMAIN-SUFFIX,navigeaters.com 420 | DOMAIN-SUFFIX,net.picidae.net 421 | DOMAIN-SUFFIX,netflix.com 422 | DOMAIN-SUFFIX,netlog.com 423 | DOMAIN-SUFFIX,network54.com 424 | DOMAIN-SUFFIX,networkedblogs.com 425 | DOMAIN-SUFFIX,newsminer.com 426 | DOMAIN-SUFFIX,newyorktimes.com 427 | DOMAIN-SUFFIX,newyorker.com 428 | DOMAIN-SUFFIX,nexton-net.jp 429 | DOMAIN-SUFFIX,ngrok.com 430 | DOMAIN-SUFFIX,nicovideo.jp 431 | DOMAIN-SUFFIX,ning.com 432 | DOMAIN-SUFFIX,nintendium.com 433 | DOMAIN-SUFFIX,nobelprize.org 434 | DOMAIN-SUFFIX,nintendo.com 435 | DOMAIN-SUFFIX,nodesnoop.com 436 | DOMAIN-SUFFIX,nps.gov 437 | DOMAIN-SUFFIX,nurgo-software.com 438 | DOMAIN-SUFFIX,nuzzel.com 439 | DOMAIN-SUFFIX,ogaoga.org 440 | DOMAIN-SUFFIX,oloadcdn.net 441 | DOMAIN-SUFFIX,olumpo.com 442 | DOMAIN-SUFFIX,omgili.com 443 | DOMAIN-SUFFIX,onedrive.live.com 444 | DOMAIN-SUFFIX,onion.city 445 | DOMAIN-SUFFIX,openid.net 446 | DOMAIN-SUFFIX,openload.co 447 | DOMAIN-SUFFIX,openwrt.org 448 | DOMAIN-SUFFIX,opera.com 449 | DOMAIN-SUFFIX,opera-mini.net 450 | DOMAIN-SUFFIX,osmdroid.net 451 | DOMAIN-SUFFIX,over-blog.com 452 | DOMAIN-SUFFIX,ow.ly 453 | DOMAIN-SUFFIX,owl.li 454 | DOMAIN-SUFFIX,pagodabox.com 455 | DOMAIN-SUFFIX,paper.li 456 | DOMAIN-SUFFIX,paper-replika.com 457 | DOMAIN-SUFFIX,parade.com 458 | DOMAIN-SUFFIX,parislemon.com 459 | DOMAIN-SUFFIX,path.com 460 | DOMAIN-SUFFIX,pbs.org 461 | DOMAIN-SUFFIX,pbwiki.com 462 | DOMAIN-SUFFIX,pbworks.com 463 | DOMAIN-SUFFIX,peacefire.org 464 | DOMAIN-SUFFIX,pentalogic.net 465 | DOMAIN-SUFFIX,perlhowto.com 466 | DOMAIN-SUFFIX,philly.com 467 | DOMAIN-SUFFIX,phonegap.com 468 | DOMAIN-SUFFIX,photofocus.com 469 | DOMAIN-SUFFIX,picidae.net 470 | DOMAIN-SUFFIX,pinboard.in 471 | DOMAIN-SUFFIX,pokemon.com 472 | DOMAIN-SUFFIX,pose.com 473 | DOMAIN-SUFFIX,power.com 474 | DOMAIN-SUFFIX,powerpointninja.com 475 | DOMAIN-SUFFIX,pp.ru 476 | DOMAIN-SUFFIX,ppt.cc 477 | DOMAIN-SUFFIX,presentationzen.com 478 | DOMAIN-SUFFIX,privacybox.de 479 | DOMAIN-SUFFIX,procopytips.com 480 | DOMAIN-SUFFIX,provideocoalition.com 481 | DOMAIN-SUFFIX,psiphon.ca 482 | DOMAIN-SUFFIX,puffinbrowser.com 483 | DOMAIN-SUFFIX,pureconcepts.net 484 | DOMAIN-SUFFIX,putty.org 485 | DOMAIN-SUFFIX,pypa.io 486 | DOMAIN-SUFFIX,python.com 487 | DOMAIN-SUFFIX,python.org 488 | DOMAIN-SUFFIX,openlanguage.com 489 | DOMAIN-SUFFIX,qtrac.eu 490 | DOMAIN-SUFFIX,qx.net 491 | DOMAIN-SUFFIX,radio.com 492 | DOMAIN-SUFFIX,radioaustralia.net.au 493 | DOMAIN-SUFFIX,radiotime.com 494 | DOMAIN-SUFFIX,rapidgator.net 495 | DOMAIN-SUFFIX,recaptcha.net 496 | DOMAIN-SUFFIX,reflectivecode.com 497 | DOMAIN-SUFFIX,reuters.com 498 | DOMAIN-SUFFIX,rferl.org 499 | DOMAIN-SUFFIX,rfi.fr 500 | DOMAIN-SUFFIX,rfi.my 501 | DOMAIN-SUFFIX,rhcloud.com 502 | DOMAIN-SUFFIX,riku.me 503 | DOMAIN-SUFFIX,robtex.com 504 | DOMAIN-SUFFIX,rutube.ru 505 | DOMAIN-SUFFIX,s-a-d.de 506 | DOMAIN-SUFFIX,sammyjs.org 507 | DOMAIN-SUFFIX,samsoff.es 508 | DOMAIN-SUFFIX,savemedia.com 509 | DOMAIN-SUFFIX,saveyoutube.com 510 | DOMAIN-SUFFIX,sbs.com.au 511 | DOMAIN-SUFFIX,scdn.co 512 | DOMAIN-SUFFIX,scmp.com 513 | DOMAIN-SUFFIX,scribd.com 514 | DOMAIN-SUFFIX,scriptspot.com 515 | DOMAIN-SUFFIX,search.com 516 | DOMAIN-SUFFIX,seesmic.com 517 | DOMAIN-SUFFIX,segment.io 518 | DOMAIN-SUFFIX,sendoid.com 519 | DOMAIN-SUFFIX,sendspace.com 520 | DOMAIN-SUFFIX,shapeservices.com 521 | DOMAIN-SUFFIX,shaunthesheep.com 522 | DOMAIN-SUFFIX,shodanhq.com 523 | DOMAIN-SUFFIX,shopping.com 524 | DOMAIN-SUFFIX,simplecast.com 525 | DOMAIN-SUFFIX,sina.com 526 | DOMAIN-SUFFIX,sina.com.hk 527 | DOMAIN-SUFFIX,sina.com.tw 528 | DOMAIN-SUFFIX,site90.net 529 | DOMAIN-SUFFIX,sitemaps.org 530 | DOMAIN-SUFFIX,sitetag.us 531 | DOMAIN-SUFFIX,skype.com 532 | DOMAIN-SUFFIX,slavasoft.com 533 | DOMAIN-SUFFIX,slideshare.net 534 | DOMAIN-SUFFIX,smartmailcloud.com 535 | DOMAIN-SUFFIX,socialwhale.com 536 | DOMAIN-SUFFIX,sopcast.com 537 | DOMAIN-SUFFIX,sopcast.org 538 | DOMAIN-SUFFIX,sorting-algorithms.com 539 | DOMAIN-SUFFIX,soundcloud.com 540 | DOMAIN-SUFFIX,soup.io 541 | DOMAIN-SUFFIX,soupofmedia.com 542 | DOMAIN-SUFFIX,sourceforge.net 543 | DOMAIN-SUFFIX,sproutcore.com 544 | DOMAIN-SUFFIX,squarespace.com 545 | DOMAIN-SUFFIX,sstatic.net 546 | DOMAIN-SUFFIX,stackfile.com 547 | DOMAIN-SUFFIX,stackoverflow.com 548 | DOMAIN-SUFFIX,state.gov 549 | DOMAIN-SUFFIX,steamstatic.com 550 | DOMAIN-SUFFIX,steampowered.com 551 | DOMAIN-SUFFIX,steel-storm.com 552 | DOMAIN-SUFFIX,storagenewsletter.com 553 | DOMAIN-SUFFIX,streamingthe.net 554 | DOMAIN-SUFFIX,streetvoice.com 555 | DOMAIN-SUFFIX,subito.it 556 | DOMAIN-SUFFIX,sugarsync.com 557 | DOMAIN-SUFFIX,surfeasy.com.au 558 | DOMAIN-SUFFIX,surrenderat20.net 559 | DOMAIN-SUFFIX,swift-tools.net 560 | DOMAIN-SUFFIX,syncback.com 561 | DOMAIN-SUFFIX,sysadmin1138.net 562 | DOMAIN-SUFFIX,sysresccd.org 563 | DOMAIN-SUFFIX,t.co 564 | DOMAIN-SUFFIX,t35.com 565 | DOMAIN-SUFFIX,tafaward.com 566 | DOMAIN-SUFFIX,tampabay.com 567 | DOMAIN-SUFFIX,target.com 568 | DOMAIN-SUFFIX,teck.in 569 | DOMAIN-SUFFIX,ted.com 570 | DOMAIN-SUFFIX,telegram.org 571 | DOMAIN-SUFFIX,t.me 572 | DOMAIN-SUFFIX,theampfactory.com 573 | DOMAIN-SUFFIX,theappleblog.com 574 | DOMAIN-SUFFIX,thebcomplex.com 575 | DOMAIN-SUFFIX,theblemish.com 576 | DOMAIN-SUFFIX,thebodyshop-usa.com 577 | DOMAIN-SUFFIX,theguardian.co 578 | DOMAIN-SUFFIX,theguardian.com 579 | DOMAIN-SUFFIX,thepiratebay.org 580 | DOMAIN-SUFFIX,thepiratebay.se 581 | DOMAIN-SUFFIX,thesartorialist.com 582 | DOMAIN-SUFFIX,thkphoto.com 583 | DOMAIN-SUFFIX,tiffanyarment.com 584 | DOMAIN-SUFFIX,time.com 585 | DOMAIN-SUFFIX,tinychat.com 586 | DOMAIN-SUFFIX,tinypaste.com 587 | DOMAIN-SUFFIX,tinypic.com 588 | DOMAIN-SUFFIX,tinyurl.com 589 | DOMAIN-SUFFIX,tiscali.it 590 | DOMAIN-SUFFIX,tistory.com 591 | DOMAIN-SUFFIX,titanpad.com 592 | DOMAIN-SUFFIX,tjholowaychuk.com 593 | DOMAIN-SUFFIX,tmagazine.com 594 | DOMAIN-SUFFIX,toonel.net 595 | DOMAIN-SUFFIX,topify.com 596 | DOMAIN-SUFFIX,topshareware.com 597 | DOMAIN-SUFFIX,topstyle4.com 598 | DOMAIN-SUFFIX,torproject.org 599 | DOMAIN-SUFFIX,treemall.com.tw 600 | DOMAIN-SUFFIX,tripod.com 601 | DOMAIN-SUFFIX,trustedbi.com 602 | DOMAIN-SUFFIX,truveo.com 603 | DOMAIN-SUFFIX,tt-rss.org 604 | DOMAIN-SUFFIX,tumblr.com 605 | DOMAIN-SUFFIX,tunein.com 606 | DOMAIN-SUFFIX,turbobit.net 607 | DOMAIN-SUFFIX,tuxera.com 608 | DOMAIN-SUFFIX,tv.com 609 | DOMAIN-SUFFIX,tvb.com 610 | DOMAIN-SUFFIX,tvunetworks.com 611 | DOMAIN-SUFFIX,twapperkeeper.com 612 | DOMAIN-SUFFIX,tweetdeck.com 613 | DOMAIN-SUFFIX,tweetedtimes.com 614 | DOMAIN-SUFFIX,tweetmeme.com 615 | DOMAIN-SUFFIX,twibbon.com 616 | DOMAIN-SUFFIX,twiffo.com 617 | DOMAIN-SUFFIX,twimg.com 618 | DOMAIN-SUFFIX,twistar.cc 619 | DOMAIN-SUFFIX,twister.net.co 620 | DOMAIN-SUFFIX,twitch.tv 621 | DOMAIN-SUFFIX,twitlonger.com 622 | DOMAIN-SUFFIX,twitoaster.com 623 | DOMAIN-SUFFIX,twittbot.net 624 | DOMAIN-SUFFIX,twitter.com 625 | DOMAIN-SUFFIX,twitter.jp 626 | DOMAIN-SUFFIX,twitthat.com 627 | DOMAIN-SUFFIX,twitturly.com 628 | DOMAIN-SUFFIX,twtkr.com 629 | DOMAIN-SUFFIX,twttr.com 630 | DOMAIN-SUFFIX,tynsoe.org 631 | DOMAIN-SUFFIX,typepad.com 632 | DOMAIN-SUFFIX,ubnt.com 633 | DOMAIN-SUFFIX,ugo.com 634 | DOMAIN-SUFFIX,uncyclomedia.org 635 | DOMAIN-SUFFIX,uncyclopedia.info 636 | DOMAIN-SUFFIX,uncyclopedia.tw 637 | DOMAIN-SUFFIX,unicode.org 638 | DOMAIN-SUFFIX,updatestar.com 639 | DOMAIN-SUFFIX,uploaded.net 640 | DOMAIN-SUFFIX,uploaded.to 641 | DOMAIN-SUFFIX,urlparser.com 642 | DOMAIN-SUFFIX,us.to 643 | DOMAIN-SUFFIX,usa.gov 644 | DOMAIN-SUFFIX,usgs.gov 645 | DOMAIN-SUFFIX,ustream.tv 646 | DOMAIN-SUFFIX,vaayoo.com 647 | DOMAIN-SUFFIX,vcf-online.org 648 | DOMAIN-SUFFIX,veoh.com 649 | DOMAIN-SUFFIX,verizon.net 650 | DOMAIN-SUFFIX,viber.com 651 | DOMAIN-SUFFIX,videomo.com 652 | DOMAIN-SUFFIX,viki.com 653 | DOMAIN-SUFFIX,vimeo.com 654 | DOMAIN-SUFFIX,vimeocdn.com 655 | DOMAIN-SUFFIX,vimperator.org 656 | DOMAIN-SUFFIX,virmach.com 657 | DOMAIN-SUFFIX,virtualphoneline.com 658 | DOMAIN-SUFFIX,voa.gov 659 | DOMAIN-SUFFIX,voacantonese.com 660 | DOMAIN-SUFFIX,voachinese.com 661 | DOMAIN-SUFFIX,voanews.com 662 | DOMAIN-SUFFIX,vooplayer.com 663 | DOMAIN-SUFFIX,voy.com 664 | DOMAIN-SUFFIX,w.org 665 | DOMAIN-SUFFIX,w3.org 666 | DOMAIN-SUFFIX,w3schools.com 667 | DOMAIN-SUFFIX,wallpapercasa.com 668 | DOMAIN-SUFFIX,wattpad.com 669 | DOMAIN-SUFFIX,web2project.net 670 | DOMAIN-SUFFIX,webs.com 671 | DOMAIN-SUFFIX,webshots.com 672 | DOMAIN-SUFFIX,websitepulse.com 673 | DOMAIN-SUFFIX,wikia.com 674 | DOMAIN-SUFFIX,wikibooks.org 675 | DOMAIN-SUFFIX,wikileaks.ch 676 | DOMAIN-SUFFIX,wikileaks.org 677 | DOMAIN-SUFFIX,wikileaks.pl 678 | DOMAIN-SUFFIX,wikimapia.org 679 | DOMAIN-SUFFIX,wikimedia.org 680 | DOMAIN-SUFFIX,wikinews.org 681 | DOMAIN-SUFFIX,wikipedia.com 682 | DOMAIN-SUFFIX,wikipedia.org 683 | DOMAIN-SUFFIX,wikisource.org 684 | DOMAIN-SUFFIX,wikiwiki.jp 685 | DOMAIN-SUFFIX,willw.net 686 | DOMAIN-SUFFIX,winmtr.net 687 | DOMAIN-SUFFIX,wiredbytes.com 688 | DOMAIN-SUFFIX,wiredpen.com 689 | DOMAIN-SUFFIX,wireshark.org 690 | DOMAIN-SUFFIX,wordboner.com 691 | DOMAIN-SUFFIX,wordpress.com 692 | DOMAIN-SUFFIX,wordpress.org 693 | DOMAIN-SUFFIX,wordsandturds.com 694 | DOMAIN-SUFFIX,worldcat.org 695 | DOMAIN-SUFFIX,wp.com 696 | DOMAIN-SUFFIX,wpmudev.org 697 | DOMAIN-SUFFIX,www.w3schools.com 698 | DOMAIN-SUFFIX,xda-developers.com 699 | DOMAIN-SUFFIX,xiaod.in 700 | DOMAIN-SUFFIX,xing.com 701 | DOMAIN-SUFFIX,xml-training-guide.com 702 | DOMAIN-SUFFIX,xmusic.fm 703 | DOMAIN-SUFFIX,xpud.org 704 | DOMAIN-SUFFIX,yahoo.co.jp 705 | DOMAIN-SUFFIX,yahoo.com 706 | DOMAIN-SUFFIX,yahoo.com.hk 707 | DOMAIN-SUFFIX,yahoo.com.tw 708 | DOMAIN-SUFFIX,yandex.com 709 | DOMAIN-SUFFIX,yandex.ru 710 | DOMAIN-SUFFIX,yasni.co.uk 711 | DOMAIN-SUFFIX,yfrog.com 712 | DOMAIN-SUFFIX,yidio.com 713 | DOMAIN-SUFFIX,youtu.be 714 | DOMAIN-SUFFIX,youtube.com 715 | DOMAIN-SUFFIX,ytimg.com 716 | DOMAIN-SUFFIX,zarias.com 717 | DOMAIN-SUFFIX,zattoo.com 718 | DOMAIN-SUFFIX,zeutch.com 719 | DOMAIN-SUFFIX,zftpserver.com 720 | DOMAIN-SUFFIX,ziddu.com 721 | DOMAIN-SUFFIX,zinio.com 722 | DOMAIN-SUFFIX,ziplib.com 723 | DOMAIN-SUFFIX,zoho.com 724 | DOMAIN-SUFFIX,zoozle.net 725 | -------------------------------------------------------------------------------- /Rule/Basic: -------------------------------------------------------------------------------- 1 | # PROXY 2 | DOMAIN-SUFFIX,500px.com 3 | DOMAIN-SUFFIX,app-measurement.com 4 | DOMAIN-SUFFIX,abpchina.org 5 | DOMAIN-SUFFIX,adblockcdn.com 6 | DOMAIN-SUFFIX,adblockplus.org 7 | DOMAIN-SUFFIX,amazon.com 8 | DOMAIN-SUFFIX,amazonaws.com 9 | DOMAIN-SUFFIX,android.com 10 | DOMAIN-SUFFIX,angularjs.org 11 | DOMAIN-SUFFIX,archive.org 12 | DOMAIN-SUFFIX,atlassian.com 13 | DOMAIN-SUFFIX,avast.com 14 | DOMAIN-SUFFIX,burpsuite.applinzi.com 15 | DOMAIN-SUFFIX,baidu.jp 16 | DOMAIN-SUFFIX,bit.ly 17 | DOMAIN-SUFFIX,bitbucket.com 18 | DOMAIN-SUFFIX,bitbucket.org 19 | DOMAIN-SUFFIX,blogger.com 20 | DOMAIN-SUFFIX,bootstrapcdn.com 21 | DOMAIN-SUFFIX,box.com 22 | DOMAIN-SUFFIX,box.net 23 | DOMAIN-SUFFIX,chromium.org 24 | DOMAIN-SUFFIX,cloudflare.com 25 | DOMAIN-SUFFIX,cloudfront.com 26 | DOMAIN-SUFFIX,co.hk 27 | DOMAIN-SUFFIX,co.uk 28 | DOMAIN-SUFFIX,crashlytics.com 29 | DOMAIN-SUFFIX,debian.org 30 | DOMAIN-SUFFIX,deck.ly 31 | DOMAIN-SUFFIX,dropbox.com 32 | DOMAIN-SUFFIX,dropboxstatic.com 33 | DOMAIN-SUFFIX,dropboxusercontent.com 34 | DOMAIN-SUFFIX,duckduckgo.com 35 | DOMAIN-SUFFIX,dyndns.org 36 | DOMAIN-SUFFIX,ebay.com 37 | DOMAIN-SUFFIX,ebay.com.hk 38 | DOMAIN-SUFFIX,facebook.com 39 | DOMAIN-SUFFIX,fastly.net 40 | DOMAIN-SUFFIX,firefox.com 41 | DOMAIN-SUFFIX,firefox.org 42 | DOMAIN-SUFFIX,flickr.com 43 | DOMAIN-SUFFIX,fb.com 44 | DOMAIN-SUFFIX,fbcdn.net 45 | DOMAIN-SUFFIX,g.co 46 | DOMAIN-SUFFIX,getadblock.com 47 | DOMAIN-SUFFIX,getcloudapp.com 48 | DOMAIN-SUFFIX,getlantern.org 49 | DOMAIN-SUFFIX,ggpht.com 50 | DOMAIN-SUFFIX,ggssl.com 51 | DOMAIN-SUFFIX,gitbooks.io 52 | DOMAIN-SUFFIX,gitbook.com 53 | DOMAIN-SUFFIX,github.com 54 | DOMAIN-SUFFIX,github.io 55 | DOMAIN-SUFFIX,githubapp.com 56 | DOMAIN-SUFFIX,githubusercontent.com 57 | DOMAIN-SUFFIX,gitter.im 58 | DOMAIN-SUFFIX,globalsign.com 59 | DOMAIN-SUFFIX,gmail.com 60 | DOMAIN-SUFFIX,golang.org 61 | DOMAIN-SUFFIX,goo.gl 62 | DOMAIN-SUFFIX,google.cn 63 | DOMAIN-SUFFIX,google.co.id 64 | DOMAIN-SUFFIX,google.co.jp 65 | DOMAIN-SUFFIX,google.com 66 | DOMAIN-SUFFIX,google.com.hk 67 | DOMAIN-SUFFIX,google.com.sg 68 | DOMAIN-SUFFIX,google.com.tw 69 | DOMAIN-SUFFIX,google.org 70 | DOMAIN-SUFFIX,googlecode.com 71 | DOMAIN-SUFFIX,googledrive.com 72 | DOMAIN-SUFFIX,googlegroups.com 73 | DOMAIN-SUFFIX,googlemail.com 74 | DOMAIN-SUFFIX,googlepages.com 75 | DOMAIN-SUFFIX,googlesile.com 76 | DOMAIN-SUFFIX,googlesource.com 77 | DOMAIN-SUFFIX,googleusercontent.com 78 | DOMAIN-SUFFIX,googlevideo.com 79 | DOMAIN-SUFFIX,gravatar.com 80 | DOMAIN-SUFFIX,gstatic.com 81 | DOMAIN-SUFFIX,gvt1.com 82 | DOMAIN-SUFFIX,gvt2.com 83 | DOMAIN-SUFFIX,gvt3.com 84 | DOMAIN-SUFFIX,ht.ly 85 | DOMAIN-SUFFIX,hulu.com 86 | DOMAIN-SUFFIX,ift.tt 87 | DOMAIN-SUFFIX,ifttt.com 88 | DOMAIN-SUFFIX,imdb.com 89 | DOMAIN-SUFFIX,imgur.com 90 | DOMAIN-SUFFIX,img.ly 91 | DOMAIN-SUFFIX,instagram.com 92 | DOMAIN-SUFFIX,internet.org 93 | DOMAIN-SUFFIX,j.mp 94 | DOMAIN-SUFFIX,jetbrains.com 95 | DOMAIN-SUFFIX,jquery.com 96 | DOMAIN-SUFFIX,jqueryui.com 97 | DOMAIN-SUFFIX,lastpass.com 98 | DOMAIN-SUFFIX,line.me 99 | DOMAIN-SUFFIX,list.ly 100 | DOMAIN-SUFFIX,m.me 101 | DOMAIN-SUFFIX,medium.com 102 | DOMAIN-SUFFIX,modmyi.com 103 | DOMAIN-SUFFIX,mongodb.org 104 | DOMAIN-SUFFIX,mozilla.com 105 | DOMAIN-SUFFIX,mozilla.net 106 | DOMAIN-SUFFIX,mozilla.org 107 | DOMAIN-SUFFIX,msn.com 108 | DOMAIN-SUFFIX,msn.com.tw 109 | DOMAIN-SUFFIX,namecheap.com 110 | DOMAIN-SUFFIX,netflix.com 111 | DOMAIN-SUFFIX,onion.city 112 | DOMAIN-SUFFIX,openwrt.org 113 | DOMAIN-SUFFIX,opera.com 114 | DOMAIN-SUFFIX,ow.ly 115 | DOMAIN-SUFFIX,pokemon.com 116 | DOMAIN-SUFFIX,putty.org 117 | DOMAIN-SUFFIX,pypa.io 118 | DOMAIN-SUFFIX,python.com 119 | DOMAIN-SUFFIX,python.org 120 | DOMAIN-SUFFIX,scdn.co 121 | DOMAIN-SUFFIX,sina.com 122 | DOMAIN-SUFFIX,sina.com.hk 123 | DOMAIN-SUFFIX,sina.com.tw 124 | DOMAIN-SUFFIX,skype.com 125 | DOMAIN-SUFFIX,smartmailcloud.com 126 | DOMAIN-SUFFIX,soundcloud.com 127 | DOMAIN-SUFFIX,sourceforge.net 128 | DOMAIN-SUFFIX,steamstatic.com 129 | DOMAIN-SUFFIX,t.co 130 | DOMAIN-SUFFIX,ted.com 131 | DOMAIN-SUFFIX,telegram.org 132 | DOMAIN-SUFFIX,t.me 133 | DOMAIN-SUFFIX,time.com 134 | DOMAIN-SUFFIX,torproject.org 135 | DOMAIN-SUFFIX,tumblr.com 136 | DOMAIN-SUFFIX,twimg.com 137 | DOMAIN-SUFFIX,twitch.tv 138 | DOMAIN-SUFFIX,twitter.com 139 | DOMAIN-SUFFIX,twitter.jp 140 | DOMAIN-SUFFIX,unicode.org 141 | DOMAIN-SUFFIX,vimeo.com 142 | DOMAIN-SUFFIX,vimeocdn.com 143 | DOMAIN-SUFFIX,w.org 144 | DOMAIN-SUFFIX,w3.org 145 | DOMAIN-SUFFIX,w3schools.com 146 | DOMAIN-SUFFIX,wikia.com 147 | DOMAIN-SUFFIX,wikibooks.org 148 | DOMAIN-SUFFIX,wikileaks.ch 149 | DOMAIN-SUFFIX,wikileaks.org 150 | DOMAIN-SUFFIX,wikileaks.pl 151 | DOMAIN-SUFFIX,wikimapia.org 152 | DOMAIN-SUFFIX,wikimedia.org 153 | DOMAIN-SUFFIX,wikinews.org 154 | DOMAIN-SUFFIX,wikipedia.com 155 | DOMAIN-SUFFIX,wikipedia.org 156 | DOMAIN-SUFFIX,wikisource.org 157 | DOMAIN-SUFFIX,wikiwiki.jp 158 | DOMAIN-SUFFIX,wordpress.com 159 | DOMAIN-SUFFIX,wordpress.org 160 | DOMAIN-SUFFIX,wp.com 161 | DOMAIN-SUFFIX,xda-developers.com 162 | DOMAIN-SUFFIX,yahoo.co.jp 163 | DOMAIN-SUFFIX,yahoo.com 164 | DOMAIN-SUFFIX,yahoo.com.hk 165 | DOMAIN-SUFFIX,yahoo.com.tw 166 | DOMAIN-SUFFIX,yandex.com 167 | DOMAIN-SUFFIX,yandex.ru 168 | DOMAIN-SUFFIX,youtu.be 169 | DOMAIN-SUFFIX,youtube.com 170 | DOMAIN-SUFFIX,ytimg.com 171 | -------------------------------------------------------------------------------- /Rule/DIRECT: -------------------------------------------------------------------------------- 1 | # DIRECT 2 | DOMAIN,126.net 3 | DOMAIN,12306.com 4 | DOMAIN,163.com 5 | DOMAIN-SUFFIX,360.com 6 | DOMAIN-SUFFIX,36kr.com 7 | DOMAIN-SUFFIX,360buyimg.com 8 | DOMAIN-SUFFIX,52pojie.cn 9 | DOMAIN-SUFFIX,acfun.tv 10 | DOMAIN-SUFFIX,acgvideo.com 11 | DOMAIN,amazon.com 12 | DOMAIN-SUFFIX,aixifan.com 13 | DOMAIN-SUFFIX,alicdn.com 14 | DOMAIN-SUFFIX,amap.com 15 | DOMAIN,apt.cydia.com 16 | DOMAIN,apt.feng.com 17 | DOMAIN-SUFFIX,bababian.com 18 | DOMAIN-SUFFIX,bdstatic.com 19 | DOMAIN-SUFFIX,bilibili.com 20 | DOMAIN-SUFFIX,bing.com 21 | DOMAIN-SUFFIX,caiyunapp.com 22 | DOMAIN-SUFFIX,ccgslb.com 23 | DOMAIN-SUFFIX,crashlytics.com 24 | DOMAIN-SUFFIX,ccgslb.net 25 | DOMAIN-SUFFIX,chinacache.net 26 | DOMAIN-SUFFIX,clouddn.com 27 | DOMAIN-SUFFIX,cloudmagic.com 28 | DOMAIN-SUFFIX,cmfu.com 29 | DOMAIN-SUFFIX,crashlytics.com 30 | DOMAIN-SUFFIX,cnbeta.com 31 | DOMAIN-SUFFIX,cnbetacdn.com 32 | DOMAIN-SUFFIX,cdn-apple.com 33 | DOMAIN-SUFFIX,douban.com 34 | DOMAIN-SUFFIX,doubanio.com 35 | DOMAIN-SUFFIX,duokan.com 36 | DOMAIN-SUFFIX,dytt8.net 37 | DOMAIN-SUFFIX,easou.com 38 | DOMAIN-SUFFIX,edu.cn 39 | DOMAIN-SUFFIX,fresh-ideas.cc 40 | DOMAIN-SUFFIX,fir.im 41 | DOMAIN,feng.com 42 | DOMAIN-SUFFIX,frdic.com 43 | DOMAIN-SUFFIX,godic.net 44 | DOMAIN,font.fonts.googleapis.com 45 | DOMAIN-SUFFIX,gtimg.com 46 | DOMAIN-SUFFIX,haosou.com 47 | DOMAIN-SUFFIX,hdslb.com 48 | DOMAIN-SUFFIX,helpshift.com 49 | DOMAIN,h5.qzone.qq.com 50 | DOMAIN-SUFFIX,hdslb.net 51 | DOMAIN,images-amazon.com 52 | DOMAIN-SUFFIX,iciba.com 53 | DOMAIN,iqiyi.com 54 | DOMAIN,ifeng.com 55 | DOMAIN-SUFFIX,ifengimg.com 56 | DOMAIN-SUFFIX,interface.sina.cn 57 | DOMAIN-SUFFIX,icon.55bbs.com 58 | DOMAIN,iface2.iqiyi.com 59 | DOMAIN-SUFFIX,iqshw.com 60 | DOMAIN-SUFFIX,ipip.net 61 | DOMAIN,jd.com 62 | DOMAIN-SUFFIX,jiathis.com 63 | DOMAIN-SUFFIX,jianshu.com 64 | DOMAIN-SUFFIX,jianshu.io 65 | DOMAIN-SUFFIX,jianshuapi.com 66 | DOMAIN-SUFFIX,knewone.com 67 | DOMAIN-SUFFIX,kaola.com 68 | DOMAIN,letv.com 69 | DOMAIN,lecloud.com 70 | DOMAIN,letvcloud.com 71 | DOMAIN-SUFFIX,luoo.net 72 | DOMAIN-SUFFIX,mcgi.v.qq.com 73 | DOMAIN-SUFFIX,microsoft.com 74 | DOMAIN-SUFFIX,miaopai.com 75 | DOMAIN-SUFFIX,moke.com 76 | DOMAIN,m.baidu.com 77 | DOMAIN-SUFFIX,myqcloud.com 78 | DOMAIN-SUFFIX,netease.com 79 | DOMAIN-SUFFIX,ourdvs.com 80 | DOMAIN-SUFFIX,oschina.net 81 | DOMAIN-SUFFIX,pstatp.com 82 | DOMAIN,pptv.com 83 | DOMAIN-SUFFIX,panda.tv 84 | DOMAIN-SUFFIX,pdim.gs 85 | DOMAIN-SUFFIX,qbox.me 86 | DOMAIN-SUFFIX,qcloud.com 87 | DOMAIN-SUFFIX,qdmm.com 88 | DOMAIN-SUFFIX,qhimg.com 89 | DOMAIN-SUFFIX,qiniucdn.com 90 | DOMAIN-SUFFIX,qiniudn.com 91 | DOMAIN-SUFFIX,qidian.com 92 | DOMAIN,qiyi.com 93 | DOMAIN,qq.com 94 | DOMAIN-SUFFIX,qqurl.com 95 | DOMAIN-SUFFIX,rrmj.tv 96 | DOMAIN-SUFFIX,ruguoapp.com 97 | DOMAIN,res.wx.qq.com 98 | DOMAIN-SUFFIX,sinaapp.com 99 | DOMAIN-SUFFIX,snwx.com 100 | DOMAIN-SUFFIX,supercell.net 101 | DOMAIN-SUFFIX,so.com 102 | DOMAIN-SUFFIX,sogou.com 103 | DOMAIN-SUFFIX,sinaimg.cn 104 | DOMAIN-SUFFIX,sogoucdn.com 105 | DOMAIN-SUFFIX,sr.symcd.com 106 | DOMAIN,sohu.com 107 | DOMAIN,sohu.com.cn 108 | DOMAIN-SUFFIX,sjzhushou.com 109 | DOMAIN-SUFFIX,soso.com 110 | DOMAIN-SUFFIX,sspai.com 111 | DOMAIN-SUFFIX,suning.com 112 | DOMAIN-SUFFIX,taobaocdn.com 113 | DOMAIN-SUFFIX,tenpay.com 114 | DOMAIN-SUFFIX,tietuku.com 115 | DOMAIN-SUFFIX,tmall.com 116 | DOMAIN,tudou.com 117 | DOMAIN-SUFFIX,upyun.com 118 | DOMAIN-SUFFIX,upaiyun.com 119 | DOMAIN-SUFFIX,uxengine.net 120 | DOMAIN-SUFFIX,v2ex.co 121 | DOMAIN-SUFFIX,v2ex.com 122 | DOMAIN-SUFFIX,weibo.com 123 | DOMAIN-SUFFIX,weiphone.net 124 | DOMAIN,weibo.cn 125 | DOMAIN-SUFFIX,weiphone.com 126 | DOMAIN-SUFFIX,windowsupdate.com 127 | DOMAIN-SUFFIX,xunlei.com 128 | DOMAIN-SUFFIX,xitek.com 129 | DOMAIN-SUFFIX,yhd.com 130 | DOMAIN-SUFFIX,yinxiang.com 131 | DOMAIN-SUFFIX,yixia.com 132 | DOMAIN-SUFFIX,ykimg.com 133 | DOMAIN,youku.com 134 | DOMAIN,youdao.com 135 | DOMAIN-SUFFIX,zeroxy.com 136 | DOMAIN-SUFFIX,zealer.com 137 | DOMAIN,www.zybang.com 138 | DOMAIN-SUFFIX,zhihu.com 139 | DOMAIN-SUFFIX,zhimg.com 140 | -------------------------------------------------------------------------------- /Rule/Default: -------------------------------------------------------------------------------- 1 | # Default 2 | DOMAIN-SUFFIX,apple.com 3 | DOMAIN-SUFFIX,icloud.com 4 | DOMAIN-SUFFIX,itunes.com 5 | DOMAIN-SUFFIX,mzstatic.com 6 | DOMAIN-SUFFIX,icloud-content.com 7 | -------------------------------------------------------------------------------- /Rule/General: -------------------------------------------------------------------------------- 1 | bypass-system = true 2 | skip-proxy = 10.0.0.0/8, 17.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16, localhost, *.local, *.crashlytics.com 3 | bypass-tun = 10.0.0.0/8, 100.64.0.0/10, 127.0.0.0/24, 172.16.0.0/12, 192.168.0.0/16 4 | loglevel = notify 5 | -------------------------------------------------------------------------------- /Rule/Host: -------------------------------------------------------------------------------- 1 | # Host 2 | www.pcbeta.com = 218.93.127.136 3 | bbs.pcbeta.com = 218.93.127.136 4 | mac.pcbeta.com = 218.93.127.136 5 | i.pcbeta.com = 218.93.127.136 6 | uc.pcbeta.com = 218.93.127.136 7 | static.template.pcbeta.com = 218.93.127.136 8 | cdn.pcbeta.static.inimc.com = 218.93.127.136 9 | cdn.pcbeta.css.inimc.com = 218.93.127.136 10 | cdn.pcbeta.attachment.inimc.com = 218.93.127.136 11 | cdn.pcbeta.img.inimc.com = 218.93.127.136 12 | -------------------------------------------------------------------------------- /Rule/IPCIDR: -------------------------------------------------------------------------------- 1 | # IP-CIDR 2 | 10.0.0.0/8,DIRECT 3 | 100.64.0.0/10,DIRECT 4 | 127.0.0.0/8,DIRECT 5 | 172.16.0.0/12,DIRECT 6 | 192.168.0.0/16,DIRECT 7 | 43.249.72.0/24,Proxy 8 | 64.30.224.0/24,Proxy 9 | 91.108.4.0/22,Proxy 10 | 91.108.56.0/22,Proxy 11 | 109.239.140.0/24,Proxy 12 | 117.18.232.0/21,Proxy 13 | 149.154.160.0/20,Proxy 14 | 194.68.28.0/22,Proxy 15 | 216.58.197.100/32,Proxy 16 | 14.63.198.45/32,REJECT 17 | 23.42.186.24/32,REJECT 18 | 23.66.147.48/32,REJECT 19 | 59.110.16.35/32,REJECT 20 | 101.227.12.0/23,REJECT 21 | 101.227.14.0/24,REJECT 22 | 101.227.119.0/24,REJECT 23 | 101.227.200.0/24,REJECT 24 | 106.11.11.86/32,REJECT 25 | 107.20.211.189/32,REJECT 26 | 108.61.200.51/32,REJECT 27 | 111.63.135.0/24,REJECT 28 | 111.206.13.60/30,REJECT 29 | 111.206.13.64/28,REJECT 30 | 111.206.13.80/32,REJECT 31 | 111.206.13.250/31,REJECT 32 | 111.206.22.0/24,REJECT 33 | 113.207.57.24/32,REJECT 34 | 115.29.247.48/32,REJECT 35 | 116.206.22.7/32,REJECT 36 | 117.34.51.0/24,REJECT 37 | 119.188.13.0/24,REJECT 38 | 120.26.151.246/32,REJECT 39 | 120.55.199.139/32,REJECT 40 | 120.76.189.132/32,REJECT 41 | 120.77.11.172/32,REJECT 42 | 120.132.63.203/32,REJECT 43 | 121.42.144.95/32,REJECT 44 | 121.43.75.169/32,REJECT 45 | 121.201.11.95/32,REJECT 46 | 121.201.108.2/32,REJECT 47 | 121.251.255.0/24,REJECT 48 | 122.72.50.17/32,REJECT 49 | 122.226.223.163/32,REJECT 50 | 123.57.94.184/32,REJECT 51 | 123.125.111.0/24,REJECT 52 | 123.125.117.0/24,REJECT 53 | 123.125.118.0/24,REJECT 54 | 123.206.1.246/32,REJECT 55 | 124.116.241.0/24,REJECT 56 | 140.205.36.26/32,REJECT 57 | 180.76.155.58/32,REJECT 58 | 180.76.163.245/32,REJECT 59 | 180.76.171.28/32,REJECT 60 | 180.76.190.68/32,REJECT 61 | 182.48.119.159/32,REJECT 62 | 183.131.79.130/32,REJECT 63 | 211.137.132.89/32,REJECT 64 | 221.179.183.0/24,REJECT 65 | 221.179.191.0/24,REJECT 66 | -------------------------------------------------------------------------------- /Rule/KEYWORD: -------------------------------------------------------------------------------- 1 | # KEYWORD 2 | aka,Proxy 3 | amazon,Proxy 4 | appledaily,Proxy 5 | blogspot,Proxy 6 | fbcdn,Proxy 7 | facebook,Proxy 8 | gmail,Proxy 9 | google,Proxy 10 | gstatic,Proxy 11 | instagram,Proxy 12 | spotify,Proxy 13 | twitter,Proxy 14 | twimg,Proxy 15 | youtube,Proxy 16 | 360buy,DIRECT 17 | alipay,DIRECT 18 | baidupcs,DIRECT 19 | taobao,DIRECT 20 | admob,REJECT 21 | analysis,REJECT 22 | domob,REJECT 23 | dnserror,REJECT 24 | openx,REJECT 25 | -------------------------------------------------------------------------------- /Rule/MITM: -------------------------------------------------------------------------------- 1 | MIIJtAIBAzCCCX4GCSqGSIb3DQEHAaCCCW8EgglrMIIJZzCCA9cGCSqGSIb3DQEHBqCCA8gwggPEAgEAMIIDvQYJKoZIhvcNAQcBMBwGCiqGSIb3DQEMAQYwDgQIb9u68FCUtaICAggAgIIDkJmdLPCzX5lJ1TPDjgq5/LgB2VL/vPL9YHy3MRnhXg1+ib18H73x1vNM330PD08ll+5tsp07CgFCw5fch8EfpJAbxvMrQN/qnns9KUWZk8H64sav2ToUIykSWQR3f9R562cf12/t2oid+RvOh+JkS6l2c58NE9X+wQq8vGv80G0Ep0M7E0mTlsOE29xeTj1XtDE9N2jge67E9SRI83E0CmGlo0fvTkOoxmkqrAdha91g5k8B52Zqu07ju7gyHFeEjVS4VxWk6812d+3ojypbGWlGd+oSnaQMdVZS9VOul57xMfsf+3InMHpExqeujBGySaNCvonoArNIAONreq9Impqivk2FuXGHNj+yBEiZeYtneZuc6FdoTvH6oH3eAj5QzpQbvapp/d15zSPQ3rKTHQ2o71sC3pt7xaTiUFgQHNVPBUR6gtctXQj4C9kqE9aKHXp236DKRNK3wdrDMamxoJQpkYXAnxpc+K6Jte0Zk7l9tm0nIaqOSe0zUs08ZKJFWoyZXD4dkO5xdIdVGEV+hvn5DeAly1H+gsgHR4cLAW0eIWLjGgwT4CuoINUGU86d2y8dpkblB0FtEQeIxlUqH4/Ha184YUkq10gyv3NXo9A5vwIa0twRfLVIJD4ZBmPx9WL1XGd+wks7HVy8UZbi1+tOL/2G1T/Ua6QVE4DfACtMLAf1FfGWwz0WntPNSRuLeY6m3ug9DkbQCoguDP5y6HK2af3JJDHJ/nFAwOisZKIFSvVsbH3lunl42BzZ6J2d5I+PyytpDzTcPqkbkL/Cov4MI6V3AhhHAubhQgB26h2IXMK96mamj3GSwYV9TOCrwC4XBt8UE3n/mKKG9aCnAm5LsbkjO9CAJ6ueBdCoXgdFTSjCWdEBzkera2rCyijkJ1rS7LXCd+81zrApmClqlErRNSVLznHVrLCQp8W+XqxvzeTXNZEGzwc4wywb85FW/G8IKIMm6rLjvENr1wbKXkwcyhyLvQWQW6wgQf9S9LXgO4di1E4OiqEQqusalVVZ2tIWWsB9SAjFkZw5n3LZ4WDN95zWcOmoBtcM3qETzU9ZbUavAUgnyfKT3nyACr64kg0CCOrUAPLVu3d6xt/0SjrWPM3dlUGJmGbth57L+if7NQwjmkcNmKVoOkZ/ps8fQislJiVb4qWBofhF8JeFCnKily3CQJ2c+5JG6TZ7xpJeOfwnDSFReV2sNoqLqjKsETCCBYgGCSqGSIb3DQEHAaCCBXkEggV1MIIFcTCCBW0GCyqGSIb3DQEMCgECoIIE7jCCBOowHAYKKoZIhvcNAQwBAzAOBAhyqaZ63YAPrwICCAAEggTIjf2zL0ibegsa6nZSH+jC55iI+Ai1mDtS/prYW9koUUutkavWQJePj5i2yQiQ+qnZ7cd834ODUYreCAnW3Aal78j6GeJrIzi8uYSmTjz7sYiw1bBgYuqYSTW2D4/1hjgWgyxLS10b5mZseihEK/U4v02onKkWTXCxocjiKosfFTu1rlZto9bWFUm/IeTsEkKoYuGy2nO1o7yyY/pbLO4+sdIy/8919RqzNmnP4sHhjuAyNrWZ8wJbDU7BLogAYDYDsDOiE/hcSm2F8wrDkm0FQOVUXm8RoxSn464wUNLe1ZQ4iM5RB06SGfUhx98iQZmSes+O3lHYRbDOohWKCoC7QW15dhWqSQRgCVDtvUj8OJnBxB4rO7faoUMg6dqSKcx9JBROog1xar6aMp3T7x9H2WmjkmaCPabgCma/McTQyDYWW33JA7QR8Xco/7Pf8x1zFMD5cpIWdeVGJ1haBq07ulPMK5RcsOLv2/kVInAH1kzpQj/eyMvr52QstL2pF87I71Uh6J+tAe4uH7gFn8yGZhTbRBQ/OZnPZJfhEKU5S4HFyH/Tx4xovcne/wpe1o8WKVyUUgyCoxkEcushxiR4LJsgcvTRFmRgk3t+XF8FXMD8a1bOp9RkAzuVrZo/D9gsDRCedkmT/NZofAN1nA7EveP05rGQOLSTdOZWRUcYgzlKEQbnAcxDJ95C4ZvtxyqHUtqjI3pcBWTRqOi/UI6uiwfrFE5nOr629uH0v8lrM3AKzyKRvTpz3AtpKAaMjCKcstE4CM+zLX+mVJuVY6atK59n0MTce8OITKikVaRECZg1jv+IX4OLrmmQcwfioc0xEKVxZs90oJRJHM9k8LdtS6YcyJw8xOsvqN2uNREvg/OrHJ8we5+zEEHI1jm75mFBV+hyZAGQeshjroUAaniwJx5I1uIp23ZNbG1T5vIjtuONmwXLhJGSH98L6XF4e9hmGvMHIDPzWpG0U7unNZwQpn9BmdCs19rF0Jto9OmKnW5cnFvvz2y7cUW0zAzVRGsjieHff/Wz4HVg2te/fjKOMMxl0ncH6ShsBCKd3KtBF1amNjcITzbN7cUiSGY+l6ZjV+XLA+BAFxaOp7uPFqURc9YLgPHC31vcpucj7BzVWnmupL5RJC4nSkk4wArZABvHxYQfxI7H3XMPRzRDBK1i4t0iwysvbIvuOwxBP5WYEEy5o4/xFjmAeZBe8AuPcPqg/Z1JR7OhthqCP7NX6az9ZfSDNha/fq+bCQnbMV/INFULGG4NmBVGwJ1I8UyY9pPijMF67PBUFzsxpfVoZHffps6qJOJFJZLsEPlbij15CFCXtktBx3VvWPghDKDDu2D8JeFiatHShGLw5SIBjayb8z4Bf6EaXe6ZAwWkJccbYhYR/C6qb2IUfVB7TVBojB1kMLF9GAZUGQGK5LE6787OhZ1JI9VPCL2Xxpps6Da+SGuSQG2Mo8z1DiEMRF58WIp9jDp5JPdOc/FK64kJ1hLye4c6U13V/6HFz9HI/Tk78WgjLN9ssj7FDpI+FlexYfoyJTQuWciMLhyXSGVN6X6500jtt9MhT0fgwa1/bY3LjESe9Pg+4mRnoAQfAr0NKuqTyNiDmCfribVujgomvi85MA8shx8pu8a8MWwwIwYJKoZIhvcNAQkVMRYEFK0PLPU1F5US4ZJUSUDLgYethBdOMEUGCSqGSIb3DQEJFDE4HjYAUwB1AHIAZwBlACAARwBlAG4AZQByAGEAdABlAGQAIABDAEEAIAAxADUARgA1ADAAOQAyAEIwLTAhMAkGBSsOAwIaBQAEFGM/Au5Qi2LRTTo4/ZHOg1ZpX4NQBAiGa0Oo8EoenA== 2 | -------------------------------------------------------------------------------- /Rule/MITMHost: -------------------------------------------------------------------------------- 1 | m.aty.sohu.com, api.tv.sohu.com, mmg.aty.sohu.com, mbl.56.com, hui.sohu.com, api.zhihu.com, api.mobile.youku.com, appsdk.soku.com, www.zhihu.com, api2.getflex.co, gorgon.youdao.com, impservice.youdao.com, fanyi-app.baidu.com, ups.youku.com, async.be 2 | -------------------------------------------------------------------------------- /Rule/Other: -------------------------------------------------------------------------------- 1 | # Other 2 | GEOIP,CN,DIRECT 3 | FINAL,Proxy 4 | -------------------------------------------------------------------------------- /Rule/REJECT: -------------------------------------------------------------------------------- 1 | # REJECT 2 | DOMAIN-SUFFIX,0i-i0.com 3 | DOMAIN-SUFFIX,00oo00.com 4 | DOMAIN-SUFFIX,0563d.com 5 | DOMAIN-SUFFIX,0311zs.net 6 | DOMAIN-SUFFIX,168kk.com 7 | DOMAIN-SUFFIX,13328888882.com 8 | DOMAIN-SUFFIX,1571537.com 9 | DOMAIN-SUFFIX,18tzx.com 10 | DOMAIN-SUFFIX,19950501.com 11 | DOMAIN-SUFFIX,168.it168.com 12 | DOMAIN-SUFFIX,2-80.cn 13 | DOMAIN-SUFFIX,200218.com 14 | DOMAIN-SUFFIX,37cs.com 15 | DOMAIN-SUFFIX,3apf.com 16 | DOMAIN-SUFFIX,50bang.org 17 | DOMAIN-SUFFIX,51.la 18 | DOMAIN-SUFFIX,5lyq.com 19 | DOMAIN-SUFFIX,51ads.com 20 | DOMAIN-SUFFIX,51yes.com 21 | DOMAIN-SUFFIX,5leji.com 22 | DOMAIN-SUFFIX,5style.net 23 | DOMAIN-SUFFIX,51vipedu.com 24 | DOMAIN-SUFFIX,5iwp.top 25 | DOMAIN-SUFFIX,5207470.com 26 | DOMAIN-SUFFIX,5334.com 27 | DOMAIN-SUFFIX,5y9nfpes.52pk.com 28 | DOMAIN-SUFFIX,56.itc.cn 29 | DOMAIN-SUFFIX,58wanwan.net 30 | DOMAIN-SUFFIX,6604.org 31 | DOMAIN-SUFFIX,6dad.com 32 | DOMAIN-SUFFIX,778669.com 33 | DOMAIN-SUFFIX,720in.com 34 | DOMAIN,7pulxu.z0.glb.cloudcdn.com 35 | DOMAIN-SUFFIX,801.tianya.cn 36 | DOMAIN-SUFFIX,8ox.cn 37 | DOMAIN-SUFFIX,8556.com 38 | DOMAIN-SUFFIX,86str.com 39 | DOMAIN-SUFFIX,88lmimg.com 40 | DOMAIN-SUFFIX,95105012.com 41 | DOMAIN-SUFFIX,990km.com 42 | DOMAIN-SUFFIX,ad-brix.com 43 | DOMAIN-SUFFIX,aac-dmp.cn 44 | DOMAIN-SUFFIX,adsame.com 45 | DOMAIN-SUFFIX,appcoachs.net 46 | DOMAIN-SUFFIX,adsmarket.com 47 | DOMAIN,afp.alicdn.com 48 | DOMAIN,amdc.m.taobao.com 49 | DOMAIN-SUFFIX,adhouyi.com 50 | DOMAIN-SUFFIX,ad-stir.com 51 | DOMAIN-SUFFIX,ad.mobile.youku.com 52 | DOMAIN-SUFFIX,alllget.com 53 | DOMAIN,adcdn.hatena.ne.jp 54 | DOMAIN,adm.10jqka.com.cn 55 | DOMAIN,adcdn.goo.ne.jp 56 | DOMAIN-SUFFIX,ad-mapps.com 57 | DOMAIN-SUFFIX,adroll.com 58 | DOMAIN-SUFFIX,atm.youku.com 59 | DOMAIN,apppv.zol.com.cn 60 | DOMAIN-SUFFIX,appcoachs.com 61 | DOMAIN-SUFFIX,aiwuqi.com.cn 62 | DOMAIN-SUFFIX,adingo.jp 63 | DOMAIN-SUFFIX,ampproject.org 64 | DOMAIN-SUFFIX,admx.baixing.com 65 | DOMAIN-SUFFIX,adspod.cn 66 | DOMAIN-SUFFIX,akamaiedge.net 67 | DOMAIN,ai0.pub.funshion.com 68 | DOMAIN-SUFFIX,admartzone.com 69 | DOMAIN,atanx.alicdn.com 70 | DOMAIN,appstat.dfcfw.com 71 | DOMAIN,atanx2.alicdn.com 72 | DOMAIN,adinall.com 73 | DOMAIN-SUFFIX,admaster.com.cn 74 | DOMAIN-SUFFIX,acs86.com 75 | DOMAIN-SUFFIX,adchina.com 76 | DOMAIN-SUFFIX,ad2you.com 77 | DOMAIN-SUFFIX,agkn.com 78 | DOMAIN-SUFFIX,adpro.cn 79 | DOMAIN,ad.ximalaya.com 80 | DOMAIN,adse.ximalaya.com 81 | DOMAIN-SUFFIX,adcome.cn 82 | DOMAIN,adashx4yt.m.taobao.com 83 | DOMAIN-SUFFIX,amazon-adsystem.com 84 | DOMAIN,acs4baichuan.m.taobao.com 85 | DOMAIN,ad.thsi.cn 86 | DOMAIN,api.newad.ifeng.com 87 | DOMAIN,api.iapps.ifeng.com 88 | DOMAIN-SUFFIX,adinfuse.com 89 | DOMAIN-SUFFIX,afp.qiyi.com 90 | DOMAIN-SUFFIX,avazutracking.net 91 | DOMAIN-SUFFIX,admob.com 92 | DOMAIN-SUFFIX,adofthyear.com 93 | DOMAIN-SUFFIX,ads.linkedin.com 94 | DOMAIN-SUFFIX,ashifen.com 95 | DOMAIN,alog.umeng.co 96 | DOMAIN,alog.umeng.com 97 | DOMAIN,au.umeng.com 98 | DOMAIN-SUFFIX,adsage.cn 99 | DOMAIN-SUFFIX,adsage.com 100 | DOMAIN-SUFFIX,aiwen.cc 101 | DOMAIN-SUFFIX,agrantsem.com 102 | DOMAIN,adsh.m.taobao.com 103 | DOMAIN-SUFFIX,adjust.com 104 | DOMAIN-SUFFIX,adm.72zx.com 105 | DOMAIN-SUFFIX,adsmogo.org 106 | DOMAIN-SUFFIX,api.biligame.com 107 | DOMAIN,adash.m.taobao.com 108 | DOMAIN-SUFFIX,ads.mobclix.com 109 | DOMAIN-SUFFIX,adview.cn 110 | DOMAIN-SUFFIX,adwhirl.com 111 | DOMAIN-SUFFIX,appclick.co 112 | DOMAIN,ads-fa.cdn.spotify.com 113 | DOMAIN-SUFFIX,adwo.com 114 | DOMAIN-SUFFIX,ad.sina.com.cn 115 | DOMAIN-SUFFIX,adm.leju.sina.com.cn 116 | DOMAIN-SUFFIX,atm.sina.com 117 | DOMAIN-SUFFIX,ad.unimhk.com 118 | DOMAIN,api.cupid.iqiyi.com 119 | DOMAIN-SUFFIX,aduu.cn 120 | DOMAIN-SUFFIX,advertising.com 121 | DOMAIN-SUFFIX,adxmi.com 122 | DOMAIN-SUFFIX,adxchina.cn 123 | DOMAIN-SUFFIX,appsflyer.com 124 | DOMAIN-SUFFIX,adzerk.net 125 | DOMAIN-SUFFIX,anquan.org 126 | DOMAIN-SUFFIX,appads.com 127 | DOMAIN,ad.qingting.fm 128 | DOMAIN,admgr.qingting.fm 129 | DOMAIN-SUFFIX,applifier.com 130 | DOMAIN,ads.service.kugou.com 131 | DOMAIN,apk.shouji.koowo.com 132 | DOMAIN-SUFFIX,alimama.cn 133 | DOMAIN-SUFFIX,alimama.com 134 | DOMAIN-SUFFIX,ad.api.3g.tudou.com 135 | DOMAIN-SUFFIX,adcontrol.tudou.com 136 | DOMAIN-SUFFIX,ad-survey.com 137 | DOMAIN-SUFFIX,ad-plus.cn 138 | DOMAIN-SUFFIX,adtg.widerplanet.com 139 | DOMAIN-SUFFIX,all.rising.com.cn 140 | DOMAIN-SUFFIX,agn.aty.sohu.com 141 | DOMAIN-SUFFIX,adplay.tudou.com 142 | DOMAIN-SUFFIX,analytics.techweb.com.cn 143 | DOMAIN,ark.letv.com 144 | DOMAIN-SUFFIX,analytics.163.com 145 | DOMAIN-SUFFIX,appsdt.com 146 | DOMAIN-SUFFIX,adcolony.com 147 | DOMAIN-SUFFIX,analytics.126.net 148 | DOMAIN-SUFFIX,adnxs.com 149 | DOMAIN-SUFFIX,api.amplitude.com 150 | DOMAIN-SUFFIX,analytics-union.xunlei.com 151 | DOMAIN-SUFFIX,applovin.com 152 | DOMAIN-SUFFIX,adnetworkperformance.com 153 | DOMAIN-SUFFIX,appintop.com 154 | DOMAIN,adeventtracker.spotify.com 155 | DOMAIN-SUFFIX,adgeo.163.com 156 | DOMAIN-SUFFIX,admaster.mobi 157 | DOMAIN-SUFFIX,allyes.com 158 | DOMAIN-SUFFIX,ad.api.3g.youku.com 159 | DOMAIN-SUFFIX,adm.dxpmedia.com 160 | DOMAIN-SUFFIX,api.m.baidu.com 161 | DOMAIN-SUFFIX,ad.xiaomi.com 162 | DOMAIN-SUFFIX,bs.da.hunantv.com 163 | DOMAIN-SUFFIX,bccyyc.com 164 | DOMAIN-SUFFIX,bbs2.chinaz.com 165 | DOMAIN-SUFFIX,bdj.tianya.cn 166 | DOMAIN-SUFFIX,beacon.sina.com.cn 167 | DOMAIN-SUFFIX,baidustatic.com 168 | DOMAIN-SUFFIX,baifendian.com 169 | DOMAIN,bdsp.x.jd.com 170 | DOMAIN-SUFFIX,boss.qzone.qq.com 171 | DOMAIN-SUFFIX,bossbj.com 172 | DOMAIN-SUFFIX,bricknet.com 173 | DOMAIN-SUFFIX,bluekai.com 174 | DOMAIN-SUFFIX,baoyatu.cc 175 | DOMAIN,bdcpro.techweb.com.cn 176 | DOMAIN-SUFFIX,brand.sogou.com 177 | DOMAIN-SUFFIX,bytedance.com 178 | DOMAIN-SUFFIX,baidu9635.com 179 | DOMAIN,bbsanalytics.weiphone.net 180 | DOMAIN,bduserlog.eastmoney.com 181 | DOMAIN-SUFFIX,bdjiaoben.wmxa.cn 182 | DOMAIN-SUFFIX,bdimg.cnkang.com 183 | DOMAIN-SUFFIX,betrad.com 184 | DOMAIN-SUFFIX,boardx.huanqiu.com 185 | DOMAIN-SUFFIX,bfdcdn.com 186 | DOMAIN-SUFFIX,baichuan.baidu.com 187 | DOMAIN-SUFFIX,bobo.163.com 188 | DOMAIN-SUFFIX,biddingos.com 189 | DOMAIN,bce.baidu.com 190 | DOMAIN-SUFFIX,biddingx.com 191 | DOMAIN,bam.nr-data.net 192 | DOMAIN-SUFFIX,bxb.oupeng.com 193 | DOMAIN-SUFFIX,cc.xtgreat.com 194 | DOMAIN-SUFFIX,ccs.ucweb.com 195 | DOMAIN-SUFFIX,cnzz.com 196 | DOMAIN,cms.laifeng.com 197 | DOMAIN-SUFFIX,cmcm.com 198 | DOMAIN-SUFFIX,cocounion.com 199 | DOMAIN-SUFFIX,cpro.baidu.com 200 | DOMAIN-SUFFIX,chartboost.com 201 | DOMAIN-SUFFIX,cpc.brand.sogou.com 202 | DOMAIN-SUFFIX,cms.laifeng.com 203 | DOMAIN-SUFFIX,coolnay.com 204 | DOMAIN-SUFFIX,coolaiy.com 205 | DOMAIN-SUFFIX,cbjslog.baidu.com 206 | DOMAIN-SUFFIX,cjlaoshi.com 207 | DOMAIN-SUFFIX,cl3.webterren.com 208 | DOMAIN-SUFFIX,cl.webterren.com 209 | DOMAIN-SUFFIX,ccxhd.net 210 | DOMAIN-SUFFIX,confirmation.gameloft.com 211 | DOMAIN-SUFFIX,comic.hanhande.com 212 | DOMAIN-SUFFIX,comic.52pk.com 213 | DOMAIN-SUFFIX,cmcore.com 214 | DOMAIN-SUFFIX,coremetrics.com 215 | DOMAIN-SUFFIX,cpro.qqtn.com 216 | DOMAIN-SUFFIX,c5.72zx.com 217 | DOMAIN-SUFFIX,cast.ra.icast.cn 218 | DOMAIN-SUFFIX,cps.laifeng.com 219 | DOMAIN-SUFFIX,cdn.zampdsp.com 220 | DOMAIN,cn.wifi.com 221 | DOMAIN,counter.kingsoft.com 222 | DOMAIN-SUFFIX,cpro.baidu.com.cn 223 | DOMAIN-SUFFIX,c.ns8d.com 224 | DOMAIN-SUFFIX,csbew.com 225 | DOMAIN-SUFFIX,c0563.com 226 | DOMAIN-SUFFIX,cdnads.com 227 | DOMAIN-SUFFIX,cloud-cube.net 228 | DOMAIN,c.l.qq.com 229 | DOMAIN-SUFFIX,cre.dp.sina.cn 230 | DOMAIN-SUFFIX,capp.simsimi.com 231 | DOMAIN-SUFFIX,ckm.iqiyi.com 232 | DOMAIN-SUFFIX,colorfulapp.com 233 | DOMAIN,click.tianyaui.com 234 | DOMAIN-SUFFIX,cywl5.com 235 | DOMAIN,collect.tianya.cn 236 | DOMAIN-SUFFIX,ctsywy.com 237 | DOMAIN-SUFFIX,cdjyk.net 238 | DOMAIN-SUFFIX,cpro.cr173.com 239 | DOMAIN-SUFFIX,counter.yesky.com 240 | DOMAIN-SUFFIX,cupid.iqiyi.com 241 | DOMAIN-SUFFIX,cnzz.net 242 | DOMAIN-SUFFIX,chinassp.cn 243 | DOMAIN-SUFFIX,cbjs.baidu.com 244 | DOMAIN-SUFFIX,c.youdao.com 245 | DOMAIN,crs.baidu.com 246 | DOMAIN-SUFFIX,domob.cn 247 | DOMAIN-SUFFIX,d7.sina.com.cn 248 | DOMAIN-SUFFIX,dmp.sina.cn 249 | DOMAIN-SUFFIX,d0.sina.com.cn 250 | DOMAIN-SUFFIX,deaohudong.com 251 | DOMAIN,data.vod.itc.cn 252 | DOMAIN,dj1.baidu.com 253 | DOMAIN,dxp.baidu.com 254 | DOMAIN-SUFFIX,d31qbv1cthcecs.cloudfront.net 255 | DOMAIN-SUFFIX,dxpmedia.com 256 | DOMAIN-SUFFIX,dsp.youdao.com 257 | DOMAIN-SUFFIX,dcads.sina.com.cn 258 | DOMAIN-SUFFIX,de.as.pptv.com 259 | DOMAIN,data.video.qiyi.com 260 | DOMAIN,dm.toutiao.com 261 | DOMAIN-SUFFIX,dian-ing.com 262 | DOMAIN-SUFFIX,dap.gentags.net 263 | DOMAIN-SUFFIX,duiba.com.cn 264 | DOMAIN-SUFFIX,dd.wenwo.com 265 | DOMAIN,dol.tianya.cn 266 | DOMAIN,dev.dc.letv.com 267 | DOMAIN-SUFFIX,domob.com.cn 268 | DOMAIN-SUFFIX,dnspro.cn 269 | DOMAIN-SUFFIX,dongsi107.cn 270 | DOMAIN,d.kugou.com 271 | DOMAIN-SUFFIX,dmp.org.cn 272 | DOMAIN,datax.baidu.com 273 | DOMAIN-SUFFIX,domob.org 274 | DOMAIN-SUFFIX,dragonparking.com 275 | DOMAIN,d3rt1990lpmkn.cloudfront.com 276 | DOMAIN-SUFFIX,doubleclick.net 277 | DOMAIN-SUFFIX,duomeng.cn 278 | DOMAIN-SUFFIX,duomeng.net 279 | DOMAIN-SUFFIX,domobcdn.com 280 | DOMAIN,dsp.fout.jp 281 | DOMAIN-SUFFIX,duomeng.org 282 | DOMAIN-SUFFIX,d1.sina.com.cn 283 | DOMAIN,dc.letv.com 284 | DOMAIN-SUFFIX,dsp-impr2.youdao.com 285 | DOMAIN-SUFFIX,eff.inte.sogou.com 286 | DOMAIN,eclick.baidu.com 287 | DOMAIN-SUFFIX,en.leturich.org 288 | DOMAIN-SUFFIX,ekeide.com 289 | DOMAIN-SUFFIX,economy.gmw.cn 290 | DOMAIN-SUFFIX,eiv.baidu.com 291 | DOMAIN,exp.3g.ifeng.com 292 | DOMAIN-SUFFIX,egouz.com 293 | DOMAIN-SUFFIX,easemob.com 294 | DOMAIN-SUFFIX,endsp.net 295 | DOMAIN,erebor.doban.com 296 | DOMAIN,entry.baidu.com 297 | DOMAIN-SUFFIX,findjapan.cn 298 | DOMAIN-SUFFIX,fastlylb.net 299 | DOMAIN-SUFFIX,fastapi.net 300 | DOMAIN-SUFFIX,fugetech.com 301 | DOMAIN-SUFFIX,file.market.xiaomi.com 302 | DOMAIN-SUFFIX,flurry.com 303 | DOMAIN-SUFFIX,feih.com.cn 304 | DOMAIN,file.ws.126.net 305 | DOMAIN,fsf.org 306 | DOMAIN,fz.letv.com 307 | DOMAIN-SUFFIX,forjs.net 308 | DOMAIN-SUFFIX,gdt.qq.com 309 | DOMAIN,g.q4ik.com 310 | DOMAIN,g1.163.com 311 | DOMAIN-SUFFIX,gg.gao7.com 312 | DOMAIN-SUFFIX,gtags.net 313 | DOMAIN,g3.letv.com 314 | DOMAIN-SUFFIX,global-gear.jp 315 | DOMAIN-SUFFIX,google-analytics.com 316 | DOMAIN-SUFFIX,googleadsserving.cn 317 | DOMAIN-SUFFIX,googlesyndication.com 318 | DOMAIN-SUFFIX,googleadservices.com 319 | DOMAIN-SUFFIX,googletagservices.com 320 | DOMAIN-SUFFIX,googeadsserving.cn 321 | DOMAIN-SUFFIX,guomob.com 322 | DOMAIN-SUFFIX,game.ifeng.com 323 | DOMAIN-SUFFIX,gclick.cn 324 | DOMAIN-SUFFIX,ggjia.cn 325 | DOMAIN-SUFFIX,ggdoubi.com 326 | DOMAIN-SUFFIX,goyoo.cn 327 | DOMAIN,gad.kugpu.com 328 | DOMAIN,gcapi.sy.kugou.com 329 | DOMAIN-SUFFIX,gouzb.com 330 | DOMAIN,game.kuwo.cn 331 | DOMAIN,gg.kogou.com 332 | DOMAIN-SUFFIX,ggfeng.com 333 | DOMAIN-SUFFIX,gvt1.com 334 | DOMAIN,gma.alicdn.com 335 | DOMAIN-SUFFIX,goyoo.com.cn 336 | DOMAIN,gad.netease.com 337 | DOMAIN-SUFFIX,gentags.net 338 | DOMAIN,g.tbcdn.cn 339 | DOMAIN-SUFFIX,goyoogroup.cn 340 | DOMAIN,gorgon.youdao.com 341 | DOMAIN-SUFFIX,guanggaojia.cn 342 | DOMAIN-SUFFIX,good.ta80.com 343 | DOMAIN-SUFFIX,gw5.push.mcp.weibo.cn 344 | DOMAIN-SUFFIX,gouzhibao.cn 345 | DOMAIN-SUFFIX,goto.sms.sohu.com 346 | DOMAIN-SUFFIX,gs.mydown.yesky.com 347 | DOMAIN,haitaoad.nosdn.127.net 348 | DOMAIN-SUFFIX,h04.hxsame.hexun.com 349 | DOMAIN-SUFFIX,h5channel.51pgzs.com 350 | DOMAIN-SUFFIX,haowj.com.cn 351 | DOMAIN,hainan.net 352 | DOMAIN-SUFFIX,hytgj.com 353 | DOMAIN-SUFFIX,huimee.net 354 | DOMAIN-SUFFIX,helianhealth.com 355 | DOMAIN-SUFFIX,hzkcbs.com 356 | DOMAIN-SUFFIX,hxadt.com 357 | DOMAIN-SUFFIX,haiyunx.com 358 | DOMAIN-SUFFIX,hxsame.hexun.com 359 | DOMAIN,hm.baidu.com.cn 360 | DOMAIN-SUFFIX,hwcdn.net 361 | DOMAIN,hmma.baidu.com 362 | DOMAIN,hm.baidu.com 363 | DOMAIN,hydra.alibaba.com 364 | DOMAIN-SUFFIX,img.ujian.cc 365 | DOMAIN-SUFFIX,img.twcczhu.com 366 | DOMAIN-SUFFIX,impact.applifier.com 367 | DOMAIN-SUFFIX,inmobi.com 368 | DOMAIN-SUFFIX,iwencai.com 369 | DOMAIN,im-x.jd.com 370 | DOMAIN-SUFFIX,immob.cn 371 | DOMAIN-SUFFIX,ipinyou.com 372 | DOMAIN-SUFFIX,intely.cn 373 | DOMAIN-SUFFIX,impservice2.youdao.com 374 | DOMAIN-SUFFIX,i.go.sohu.com 375 | DOMAIN-SUFFIX,inte.sogou.com 376 | DOMAIN-SUFFIX,iuyhjn.com 377 | DOMAIN-SUFFIX,itv.hexun.com 378 | DOMAIN-SUFFIX,img.il8r.com 379 | DOMAIN-SUFFIX,iwstat.tudou.com 380 | DOMAIN-SUFFIX,irs01.com 381 | DOMAIN,inmobisdk-a.akamaihd.net 382 | DOMAIN-SUFFIX,icast.cn 383 | DOMAIN-SUFFIX,impservice.union.youdao.com 384 | DOMAIN-SUFFIX,ifashion.ifeng.com 385 | DOMAIN-SUFFIX,imageplus.baidu.com 386 | DOMAIN,iis3g.deliver.ifeng.com 387 | DOMAIN-SUFFIX,i8app.cn 388 | DOMAIN-SUFFIX,idougou.cn 389 | DOMAIN-SUFFIX,idougou.com 390 | DOMAIN,iyes.youku.com 391 | DOMAIN,ipengtai.huanqiu.com 392 | DOMAIN-SUFFIX,idougou.com.cn 393 | DOMAIN-SUFFIX,i8.com.cn 394 | DOMAIN,ibsnssdk.com 395 | DOMAIN-SUFFIX,i8card.com 396 | DOMAIN-SUFFIX,i8os.cn 397 | DOMAIN,ios.bugly.qq.com 398 | DOMAIN,ipcheck1.39.net 399 | DOMAIN-SUFFIX,i8ad.cn 400 | DOMAIN-SUFFIX,ibianli.com.cn 401 | DOMAIN-SUFFIX,icafe8.cn 402 | DOMAIN-SUFFIX,i8cn.com 403 | DOMAIN-SUFFIX,ipduo.cn 404 | DOMAIN-SUFFIX,id528.com 405 | DOMAIN-SUFFIX,imochy.com 406 | DOMAIN-SUFFIX,ip000.cn 407 | DOMAIN-SUFFIX,i8desk.com 408 | DOMAIN-SUFFIX,index8.cn 409 | DOMAIN,ichannel.snssdk.com 410 | DOMAIN-SUFFIX,ingameads.gameloft.com 411 | DOMAIN-SUFFIX,img.fd7c.com 412 | DOMAIN-SUFFIX,inmobicdn.net 413 | DOMAIN,jzt.jd.com 414 | DOMAIN-SUFFIX,j.pcpop.com 415 | DOMAIN-SUFFIX,jiaoyueba.com 416 | DOMAIN,js-agent.newrelic.com 417 | DOMAIN-SUFFIX,joyslink.com 418 | DOMAIN-SUFFIX,juejdkio.com 419 | DOMAIN-SUFFIX,j.qiqiyii.com 420 | DOMAIN-SUFFIX,jiaadx.com 421 | DOMAIN-SUFFIX,jxwcbf.com 422 | DOMAIN-SUFFIX,jermr.com 423 | DOMAIN,jump.luna.58.com 424 | DOMAIN-SUFFIX,js.revsci.net 425 | DOMAIN-SUFFIX,jesgoo.com 426 | DOMAIN-SUFFIX,jisucn.com 427 | DOMAIN-SUFFIX,jusha.com 428 | DOMAIN-SUFFIX,jzm81.com 429 | DOMAIN-SUFFIX,jzv1.com 430 | DOMAIN-SUFFIX,jiafe.com 431 | DOMAIN,jiaoben.eastday.com 432 | DOMAIN-SUFFIX,jixing8.com 433 | DOMAIN-SUFFIX,kejet.net 434 | DOMAIN-SUFFIX,keyrun.cn 435 | DOMAIN-SUFFIX,kxwan.com 436 | DOMAIN-SUFFIX,kdatacenter.com 437 | DOMAIN,keytui.com 438 | DOMAIN-SUFFIX,ktplay.cn 439 | DOMAIN,kepler.jd.com 440 | DOMAIN,keplerapi.jd.com 441 | DOMAIN-SUFFIX,kukuplay.com 442 | DOMAIN-SUFFIX,kxbeta.com 443 | DOMAIN-SUFFIX,kuangtech.com 444 | DOMAIN-SUFFIX,log.mix.sina.com.cn 445 | DOMAIN-SUFFIX,lstat.youku.com 446 | DOMAIN-SUFFIX,linkpage.cn 447 | DOMAIN-SUFFIX,l.youku.com 448 | DOMAIN-SUFFIX,lnk8z.com 449 | DOMAIN,logger.qingting.fm 450 | DOMAIN,log.stat.kugou.com 451 | DOMAIN,log.kuwo.cn 452 | DOMAIN-SUFFIX,lewifi.cn 453 | DOMAIN-SUFFIX,lzplugin.bshare.cn 454 | DOMAIN-SUFFIX,lives.l.qq.com 455 | DOMAIN,log.snssdk.com 456 | DOMAIN-SUFFIX,love.bobo.com 457 | DOMAIN-SUFFIX,link0.com 458 | DOMAIN-SUFFIX,ljrtb.cn 459 | DOMAIN,livep.l.qq.com 460 | DOMAIN,linkvans.com 461 | DOMAIN-SUFFIX,lianmeng.360.cn 462 | DOMAIN-SUFFIX,localytics.com 463 | DOMAIN,livew.l.qq.com 464 | DOMAIN-SUFFIX,lnk0.com 465 | DOMAIN-SUFFIX,lenzmx.com 466 | DOMAIN-SUFFIX,latrobe.edu.au 467 | DOMAIN-SUFFIX,log.da.hunantv.com 468 | DOMAIN-SUFFIX,log.v2.hunantv.com 469 | DOMAIN-SUFFIX,mtab.clickmon.co.kr 470 | DOMAIN-SUFFIX,map.dxpmedia.com 471 | DOMAIN-SUFFIX,market.xiaomi.com 472 | DOMAIN-SUFFIX,mct01.com 473 | DOMAIN-SUFFIX,mega.mlt01.com 474 | DOMAIN-SUFFIX,my5525.net 475 | DOMAIN-SUFFIX,media.tianjimedia.com 476 | DOMAIN-SUFFIX,media.yesky.com 477 | DOMAIN,meta.video.qiyi.com 478 | DOMAIN-SUFFIX,m.sa.sm.cn 479 | DOMAIN-SUFFIX,madmini.com 480 | DOMAIN-SUFFIX,mipujia.com 481 | DOMAIN-SUFFIX,mixpanel.com 482 | DOMAIN-SUFFIX,moogos.com 483 | DOMAIN-SUFFIX,miaozhen.com 484 | DOMAIN-SUFFIX,mobpro.cn 485 | DOMAIN-SUFFIX,mmate.jp 486 | DOMAIN-SUFFIX,mobaders.com 487 | DOMAIN-SUFFIX,mediav.com 488 | DOMAIN-SUFFIX,measurementapi.com 489 | DOMAIN,manager.channel.aliyun.com 490 | DOMAIN,mcgi.v.qq.com 491 | DOMAIN,mvads.kugou.com 492 | DOMAIN,mengmob.com 493 | DOMAIN-SUFFIX,myhard.com 494 | DOMAIN-SUFFIX,m.aty.sohu.com 495 | DOMAIN-SUFFIX,mobads.baidu.com 496 | DOMAIN-SUFFIX,mobads-logs.baidu.com 497 | DOMAIN-SUFFIX,miaoz.com.cn 498 | DOMAIN-SUFFIX,media8.cn 499 | DOMAIN,mobileapi.speedtest.net 500 | DOMAIN-SUFFIX,madgic.mobi 501 | DOMAIN-SUFFIX,mmg.aty.sohu.com 502 | DOMAIN-SUFFIX,mediasmart.es 503 | DOMAIN-SUFFIX,minisplat.cn 504 | DOMAIN-SUFFIX,mookie1.com 505 | DOMAIN-SUFFIX,majorserving.com 506 | DOMAIN-SUFFIX,mopub.com 507 | DOMAIN-SUFFIX,mob.com 508 | DOMAIN-SUFFIX,mydas.mobi 509 | DOMAIN-SUFFIX,mathtag.com 510 | DOMAIN-SUFFIX,mb.hd.sohu.com.cn 511 | DOMAIN,nsclick.baidu.com 512 | DOMAIN-SUFFIX,nstat.tudou.com 513 | DOMAIN-SUFFIX,nethotlink.com 514 | DOMAIN-SUFFIX,number1cp.cn 515 | DOMAIN-SUFFIX,nend.net 516 | DOMAIN-SUFFIX,niuxgame77.com 517 | DOMAIN,news.l.qq.com 518 | DOMAIN-SUFFIX,oimageb4.ydstatic.com 519 | DOMAIN-SUFFIX,oimageb5.ydstatic.com 520 | DOMAIN-SUFFIX,optaim.com 521 | DOMAIN-SUFFIX,optimix.cn 522 | DOMAIN-SUFFIX,optimix.asia 523 | DOMAIN-SUFFIX,onetad.com 524 | DOMAIN-SUFFIX,otherlevels.com 525 | DOMAIN-SUFFIX,oc.umeng.com 526 | DOMAIN-SUFFIX,pos.baidu.com 527 | DOMAIN,p.l.qq.com 528 | DOMAIN-SUFFIX,p-log.ykimg.com 529 | DOMAIN-SUFFIX,pubnative.net 530 | DOMAIN,pv.funshion.com 531 | DOMAIN,po.funshion.com 532 | DOMAIN-SUFFIX,p.l.ykimg.com 533 | DOMAIN-SUFFIX,padsdel.com 534 | DOMAIN-SUFFIX,px.3.cn 535 | DOMAIN-SUFFIX,pushwoosh.com 536 | DOMAIN-SUFFIX,push.zhanzhang.baidu.com 537 | DOMAIN-SUFFIX,pd.brand.sogou.com 538 | DOMAIN,pgdt.gtimg.cn 539 | DOMAIN-SUFFIX,pups.baidu.com 540 | DOMAIN-SUFFIX,pups.bdimg.com 541 | DOMAIN,policy.jd.com 542 | DOMAIN,plog.dc.letv.com 543 | DOMAIN,pro.letv.com 544 | DOMAIN,pro.hoye.letv.com 545 | DOMAIN-SUFFIX,p.inte.sogou.com 546 | DOMAIN-SUFFIX,punchbox.org 547 | DOMAIN,partner.toutiao.com 548 | DOMAIN,pixel.wp.com 549 | DOMAIN-SUFFIX,pv.alert.autohome.com.cn 550 | DOMAIN-SUFFIX,playnimei.cn 551 | DOMAIN-SUFFIX,pstatp.com 552 | DOMAIN-SUFFIX,pailady.com 553 | DOMAIN,paopao.iqiyi.com 554 | DOMAIN-SUFFIX,pro.cn 555 | DOMAIN,pingma.qq.com 556 | DOMAIN-SUFFIX,p0y.cn 557 | DOMAIN,policy.jd.cm 558 | DOMAIN-SUFFIX,pcookie.mlt01.com 559 | DOMAIN-SUFFIX,profile.ams50.cloudfront.net 560 | DOMAIN-SUFFIX,quote.tool.hexun.com 561 | DOMAIN-SUFFIX,qf.56.com 562 | DOMAIN-SUFFIX,quw18.com 563 | DOMAIN-SUFFIX,qchannel01.cn 564 | DOMAIN-SUFFIX,qqabcd8899.cn 565 | DOMAIN-SUFFIX,qtmojo.com 566 | DOMAIN-SUFFIX,qmqj2.xy.com 567 | DOMAIN-SUFFIX,qos.117go.com 568 | DOMAIN-SUFFIX,qhres.com 569 | DOMAIN-SUFFIX,rtax.criteo.com 570 | DOMAIN,r.yy.com 571 | DOMAIN-SUFFIX,ra.icast.cn 572 | DOMAIN-SUFFIX,rp.baidu.com 573 | DOMAIN-SUFFIX,run.wmxa.cn 574 | DOMAIN-SUFFIX,rollout.io 575 | DOMAIN-SUFFIX,rhocdn.net 576 | DOMAIN-SUFFIX,rd.da.netease.com 577 | DOMAIN-SUFFIX,rwq.youle55.com 578 | DOMAIN,rtmonitor.kugou.com 579 | DOMAIN-SUFFIX,shifen.com 580 | DOMAIN-SUFFIX,ssl-static.baifendian.com 581 | DOMAIN,su.bdimg.com 582 | DOMAIN-SUFFIX,static1.bfdcdn.com 583 | DOMAIN-SUFFIX,show.xiazai8844.net 584 | DOMAIN-SUFFIX,szhk.com 585 | DOMAIN-SUFFIX,supersonicads.com 586 | DOMAIN-SUFFIX,sax.sina.com.cn 587 | DOMAIN,simba.m.taobao.com 588 | DOMAIN-SUFFIX,ssacdn.com 589 | DOMAIN-SUFFIX,syodr.com 590 | DOMAIN,supersonicads-a.akamaihd.net 591 | DOMAIN-SUFFIX,smartadserver.com 592 | DOMAIN-SUFFIX,sax.sina.cn 593 | DOMAIN-SUFFIX,sijiys.com 594 | DOMAIN,stat.letv.com 595 | DOMAIN-SUFFIX,sp.qf.56.com 596 | DOMAIN-SUFFIX,serving-sys.com 597 | DOMAIN-SUFFIX,static.applifier.com 598 | DOMAIN-SUFFIX,stat.tudou.com 599 | DOMAIN-SUFFIX,sspsky.com 600 | DOMAIN-SUFFIX,stat.youku.com 601 | DOMAIN,strip.taobaocdn.com 602 | DOMAIN-SUFFIX,stats.tudou.com 603 | DOMAIN-SUFFIX,spotad.cn 604 | DOMAIN,stat.it168.com 605 | DOMAIN-SUFFIX,simaba.taobao.com 606 | DOMAIN-SUFFIX,slog.sina.cn 607 | DOMAIN,show.re.taobao.com 608 | DOMAIN,sp1.baidu.com 609 | DOMAIN-SUFFIX,ssp-ces.gameloft.com 610 | DOMAIN-SUFFIX,show.58dtpf.com 611 | DOMAIN-SUFFIX,sohu.wrating.com 612 | DOMAIN-SUFFIX,soarfi.cn 613 | DOMAIN-SUFFIX,show.pipi7788.com 614 | DOMAIN,stat.m.jd.com 615 | DOMAIN-SUFFIX,statics.motu.pagechoice.net 616 | DOMAIN-SUFFIX,so.hexun.com 617 | DOMAIN-SUFFIX,s.cr-nielsen.com 618 | DOMAIN-SUFFIX,sykty.com 619 | DOMAIN,stat.10jqka.com.cn 620 | DOMAIN-SUFFIX,score.my.tv.sohu.com 621 | DOMAIN-SUFFIX,sdkapp.mobile.sina.cn 622 | DOMAIN,sdkinit.taobao.com 623 | DOMAIN,sdk.e.qq.com 624 | DOMAIN-SUFFIX,scorecardresearch.com 625 | DOMAIN-SUFFIX,souluo.net 626 | DOMAIN,st.vq.ku6.cn 627 | DOMAIN-SUFFIX,s.go.sohu.com 628 | DOMAIN-SUFFIX,shared.youdao.com 629 | DOMAIN-SUFFIX,shunwang.cn 630 | DOMAIN-SUFFIX,static.bshare.cn 631 | DOMAIN,stat.funshion.net 632 | DOMAIN-SUFFIX,tanx.com 633 | DOMAIN-SUFFIX,telemetryverification.net 634 | DOMAIN-SUFFIX,tongji.linezing.com 635 | DOMAIN-SUFFIX,tiqcdn.com 636 | DOMAIN-SUFFIX,talkingdata.net 637 | DOMAIN-SUFFIX,txt789.com 638 | DOMAIN-SUFFIX,tapjoyads.com 639 | DOMAIN-SUFFIX,track.ra.icast.cn 640 | DOMAIN-SUFFIX,tui1999.com 641 | DOMAIN,t.l.qq.com 642 | DOMAIN-SUFFIX,thescenseproject.com 643 | DOMAIN-SUFFIX,tailorforme.com 644 | DOMAIN-SUFFIX,ttwgou.com 645 | DOMAIN-SUFFIX,tg.1155t.cn 646 | DOMAIN-SUFFIX,trxxn.com 647 | DOMAIN-SUFFIX,tcss.qq.com 648 | DOMAIN,tongji.techweb.com.cn 649 | DOMAIN,testm.10jqka.com.cn 650 | DOMAIN-SUFFIX,umsns.com 651 | DOMAIN-SUFFIX,ulog.imap.baidu.com 652 | DOMAIN,uu.qq.com 653 | DOMAIN-SUFFIX,umeng.co 654 | DOMAIN-SUFFIX,umengcloud.com 655 | DOMAIN,update.mobile.kugou.com 656 | DOMAIN-SUFFIX,umeng.net 657 | DOMAIN-SUFFIX,umtrack.com 658 | DOMAIN-SUFFIX,ushaqi.com 659 | DOMAIN-SUFFIX,union.xunlei.com 660 | DOMAIN-SUFFIX,uyunad.com 661 | DOMAIN,u.l.qq.com 662 | DOMAIN-SUFFIX,unity3d.com 663 | DOMAIN-SUFFIX,utrack.hexun.com 664 | DOMAIN-SUFFIX,union.youdao.com 665 | DOMAIN-SUFFIX,umapi.cn 666 | DOMAIN-SUFFIX,u1.img.mobile.sina.cn 667 | DOMAIN-SUFFIX,vip.yule8.net 668 | DOMAIN-SUFFIX,vipp.rwjfs.com 669 | DOMAIN-SUFFIX,v2.log.hunantv.com 670 | DOMAIN-SUFFIX,v1.ujian.cc 671 | DOMAIN-SUFFIX,vungle.cn 672 | DOMAIN-SUFFIX,videojj.com 673 | DOMAIN-SUFFIX,vamaker.com 674 | DOMAIN-SUFFIX,vtac.cn 675 | DOMAIN-SUFFIX,vungle.com 676 | DOMAIN-SUFFIX,vgdtimg.cn 677 | DOMAIN-SUFFIX,webterren.com 678 | DOMAIN-SUFFIX,wuxian.fd.zol-img.com.cn 679 | DOMAIN-SUFFIX,wanju12345.com 680 | DOMAIN-SUFFIX,wifi6.cn 681 | DOMAIN-SUFFIX,w8.com.cn 682 | DOMAIN-SUFFIX,whxhxwz.com 683 | DOMAIN-SUFFIX,wrating.com 684 | DOMAIN-SUFFIX,wan.sogou.com 685 | DOMAIN-SUFFIX,winasdaq.com 686 | DOMAIN,wan.liebao.cn 687 | DOMAIN,wt.39.net 688 | DOMAIN-SUFFIX,wkanx.com 689 | DOMAIN-SUFFIX,waps.cn 690 | DOMAIN-SUFFIX,wzjmr.com 691 | DOMAIN-SUFFIX,wiyun.com 692 | DOMAIN,wifiapi01.51y5.net 693 | DOMAIN,wifiapi02.51y5.net 694 | DOMAIN-SUFFIX,wooboo.com.cn 695 | DOMAIN-SUFFIX,wqmobile.com 696 | DOMAIN,webstat.kuwo.cn 697 | DOMAIN-SUFFIX,wmdeal.qtmojo.com 698 | DOMAIN-SUFFIX,xs.houyi.baofeng.net 699 | DOMAIN-SUFFIX,x.da.hunantv.com 700 | DOMAIN-SUFFIX,xiaoyun.com 701 | DOMAIN-SUFFIX,xrtzf.com 702 | DOMAIN-SUFFIX,xiyou-g.com 703 | DOMAIN-SUFFIX,xingjuhe.com 704 | DOMAIN-SUFFIX,xunio.com 705 | DOMAIN-SUFFIX,xiaoyunwifi.cn 706 | DOMAIN-SUFFIX,xihuan8.cn 707 | DOMAIN-SUFFIX,xihuanba.cn 708 | DOMAIN,xiuxiu.mobile.meitudata.com 709 | DOMAIN,x.jd.com 710 | DOMAIN-SUFFIX,youmi.net 711 | DOMAIN-SUFFIX,yes1.feng.com 712 | DOMAIN-SUFFIX,yieldmo.com 713 | DOMAIN-SUFFIX,y0game.com 714 | DOMAIN-SUFFIX,youzu.com 715 | DOMAIN-SUFFIX,yunpro.cn 716 | DOMAIN-SUFFIX,yoyi.tv 717 | DOMAIN-SUFFIX,yandui.com 718 | DOMAIN-SUFFIX,youth.cn 719 | DOMAIN-SUFFIX,yyu175.pw 720 | DOMAIN-SUFFIX,youxiaoad.com 721 | DOMAIN-SUFFIX,yhdichan.com 722 | DOMAIN-SUFFIX,yumimobi.com 723 | DOMAIN-SUFFIX,yoyi.com.cn 724 | DOMAIN-SUFFIX,ychun03.com 725 | DOMAIN-SUFFIX,ymrej.com 726 | DOMAIN-SUFFIX,yf898.com 727 | DOMAIN-SUFFIX,znsv.baidu.com 728 | DOMAIN-SUFFIX,zdw.w8.com.cn 729 | DOMAIN-SUFFIX,zhiziyun.com 730 | DOMAIN-SUFFIX,zhiding.cn 731 | DOMAIN-SUFFIX,ziffdavis.com 732 | DOMAIN-SUFFIX,zhongxinghuanyu.com 733 | DOMAIN-SUFFIX,zdbb.net 734 | DOMAIN-SUFFIX,zhaochina.com 735 | DOMAIN-SUFFIX,zzrcz.com 736 | DOMAIN-SUFFIX,zyiis.net 737 | -------------------------------------------------------------------------------- /Rule/Rewrite: -------------------------------------------------------------------------------- 1 | # Rewrite 2 | # Rewrite=>Google_Service_HTTPS_Jump 3 | ^(http|https)://(www.)?g.cn https://www.google.com 302 4 | ^(http|https)://(www.)?google.cn https://www.google.com 302 5 | ^(http|https)://youtube.com https://youtube.com 302 6 | # Rewrite=>Old_Rule_WebSite_Jump 7 | ^(http|https)://config.daoapp.io/ https://async.be/ 302 8 | ^(http|https)://uplus7.win/ https://async.be/ 302 9 | ^(http|https)://burpsuite.site https://async.be 302 10 | # Rewrite=>Anti_ISP_JavaScript_Injection 11 | ^(http|https)://101.251.211.235 https://async.be/Interface?AuthKey=[AUTHKEY]& header 12 | ^(http|https)://103.249.254.113 https://async.be/Interface?AuthKey=[AUTHKEY]& header 13 | ^(http|https)://106.75.65.92 https://async.be/Interface?AuthKey=[AUTHKEY]& header 14 | ^(http|https)://120.26.151.246 https://async.be/Interface?AuthKey=[AUTHKEY]& header 15 | ^(http|https)://120.55.199.139 https://async.be/Interface?AuthKey=[AUTHKEY]& header 16 | ^(http|https)://120.76.189.132 https://async.be/Interface?AuthKey=[AUTHKEY]& header 17 | ^(http|https)://120.132.57.41 https://async.be/Interface?AuthKey=[AUTHKEY]& header 18 | ^(http|https)://120.132.63.203 https://async.be/Interface?AuthKey=[AUTHKEY]& header 19 | ^(http|https)://122.226.223.163 https://async.be/Interface?AuthKey=[AUTHKEY]& header 20 | ^(http|https)://139.196.239.52 https://async.be/Interface?AuthKey=[AUTHKEY]& header 21 | ^(http|https)://180.76.155.58 https://async.be/Interface?AuthKey=[AUTHKEY]& header 22 | ^(http|https)://183.131.79.30 https://async.be/Interface?AuthKey=[AUTHKEY]& header 23 | ^(http|https)://211.155.94.198 https://async.be/Interface?AuthKey=[AUTHKEY]& header 24 | ^(http|https)://223.6.255.99 https://async.be/Interface?AuthKey=[AUTHKEY]& header 25 | ^(http|https)://cache.gclick.cn/ https://async.be/Interface?AuthKey=[AUTHKEY]& header 26 | ^(http|https)://cache.changjingyi.cn/ https://async.be/Interface?AuthKey=[AUTHKEY]& header 27 | ^(http|https)://c.minisplat.cn/ https://async.be/Interface?AuthKey=[AUTHKEY]& header 28 | ^(http|https)://c1.minisplat.cn/ https://async.be/Interface?AuthKey=[AUTHKEY]& header 29 | # Rewrite=>Anti_ISP_Safari_Baidu_CPM_Hijack 30 | ^(http|https)://www.babyye.com/b.php https://async.be/Interface?AuthKey=[AUTHKEY]& 302 31 | ^(http|https)://www.likeji.net/b.php https://async.be/Interface?AuthKey=[AUTHKEY]& 302 32 | ^(http|https)://m.coolaiy.com/b.php https://async.be/Interface?AuthKey=[AUTHKEY]& 302 33 | ^(http|https)://www.gwv7.com/b.php https://async.be/Interface?AuthKey=[AUTHKEY]& 302 34 | # Rewrite=>Anti_ISP_JD_Hijack 35 | ^(http|https)://jd.cn https://m.jd.com 302 36 | ^(http|https)://jd.com https://m.jd.com 302 37 | ^(http|https)://www.jd.cn https://m.jd.com 302 38 | ^(http|https)://www.jd.com https://m.jd.com 302 39 | ^(http|https)://m.jd.com https://m.jd.com 302 40 | ^(http|https)://union.click.jd.com/sem.php? http://union.click.jd.com/sem.php?adblock= header 41 | ^(http|https)://union.click.jd.com/jda? http://union.click.jd.com/jda?adblock= header 42 | ^(http|https)://item.m.jd.com/ https://item.m.jd.com/ 302 43 | ^(http|https)://p.m.jd.com/ https://p.m.jd.com/ 302 44 | ^(http|https)://so.m.jd.com/ https://so.m.jd.com/ 302 45 | ^(http|https)://coupon.m.jd.com/ https://coupon.m.jd.com/ 302 46 | ^(http|https)://newcz.m.jd.com/ https://newcz.m.jd.com/ 302 47 | ^(http|https)://h5.m.jd.com/ https://h5.m.jd.com/ 302 48 | # Rewrite=>Anti_ISP_Taobao_Hijack 49 | ^(http|https)://taobao.com/ https://m.taobao.com/ 302 50 | ^(http|https)://www.taobao.com/ https://m.taobao.com/ 302 51 | ^(http|https)://m.taobao.com/ https://m.taobao.com/ 302 52 | # Rewrite=>Feng 53 | ^(http|https)://yes1.feng.com/images http://ogtre5vp0.bkt.clouddn.com/background.png? header 54 | ^(http|https)://yes1.feng.com/view.php http://ogtre5vp0.bkt.clouddn.com/background.png? header 55 | ^(http|https)://push.feng.com/resource/photo/appimg/launchimage - reject 56 | # Rewrite=>TencentNews 57 | ^(http|https)://r.inews.qq.com/upLoadLoc - reject 58 | ^(http|https)://r.inews.qq.com/getNewsRemoteConfig - reject 59 | ^(http|https)://r.inews.qq.com/searchHotCatList - reject 60 | ^(http|https)://r.inews.qq.com/getFullScreenPic - reject 61 | ^(http|https)://r.inews.qq.com/adsBlacklist - reject 62 | ^(http|https)://r.inews.qq.com/getBannerAds - reject 63 | # Rewrite=>Moji 64 | ^(http|https)://storage.360buyimg.com/kepler-app - reject 65 | ^(http|https)://cdn.moji.com/adlink/splash/ - reject 66 | ^(http|https)://cdn.moji.com/adlink/common - reject 67 | ^(http|https)://cdn.moji.com/adlink/avatarcard - reject 68 | ^(http|https)://cdn2.moji002.com/webpush/ad2/ - reject 69 | ^(http|https)://cdn.moji.com/advert/ - reject 70 | ^(http|https)://show.api.moji.com/json/showcase/getAll - reject 71 | ^(http|https)://ad.api.moji.com/ad/log/stat - reject 72 | ^(http|https)://stat.moji.com - reject 73 | ^(http|https)://ast.api.moji.com/assist/ad/moji/stat - reject 74 | ^(http|https)://fds.api.moji.com/card/recommend - reject 75 | ^(http|https)://ugc.moji001.com/sns/json/profile/get_unread - reject 76 | # Rewrite=>Youku 77 | ^(http|https)://api.mobile.youku.com/adv/ - reject 78 | ^(http|https)://hd.api.mobile.youku.com/common/v3/hudong/new - reject 79 | ^(http|https)://r.l.youku.com/rec_at_click - reject 80 | ^(http|https)://api.appsdk.soku.com/tag/r - reject 81 | ^(http|https)://api.mobile.youku.com/layout/search/hot/word - reject 82 | ^(http|https)://m.youku.com/video/libs/iwt.js - reject 83 | ^(http|https)://api.appsdk.soku.com/bg/r - reject 84 | ^(http|https)://i.gtimg.cn/ https://i.gtimg.cn/ 302 85 | ^(http|https)://api.k.sohu.com/api/channel/ad/ - reject 86 | ^(http|https)://pic.k.sohu.com/img8/wb/tj/ - reject 87 | ^(http|https)://hd.mobile.youku.com/common/v3/hudong/new - reject 88 | ^(http|https)://pl.youku.com - reject 89 | ^(http|https)://l.youku.com - reject 90 | ^(http|https)://atm.youku.com - reject 91 | ^(http|https)://ad.api.3g.youku.com - reject 92 | ^(http|https)://i-play.mobile.youku.com/common/v5/play? https://async.be/Interface?AuthKey=[AUTHKEY]& header 93 | ^(http|https)://d.m6.cms.mobile.youku.com/player/domain_name? https://async.be/Interface?AuthKey=[AUTHKEY]& header 94 | ^(http|https)://burpsuite.applinzi.com/common/v5/play https://async.be/Interface?AuthKey=[AUTHKEY]& header 95 | ^(http|https)://api.mobile.youku.com/initial? https://async.be/Interface?AuthKey=[AUTHKEY]& 302 96 | ^(http|https)://home.mobile.youku.com/layout/iphone/v5/home/page? https://async.be/Interface?AuthKey=[AUTHKEY]& header 97 | ^(http|https)://appsdk.soku.com/bg/r? - reject 98 | ^(https)://ups.youku.com/ups/get.json? https://async.be/Interface?AuthKey=[AUTHKEY]& 302 99 | # Rewrite=>ZhuiShu 100 | ^(http|https)://api.zhuishushenqi.com/advert - reject 101 | ^(http|https)://api.zhuishushenqi.com/recommend - reject 102 | ^(http|https)://api.zhuishushenqi.com/notification/shelfMessage - reject 103 | # Rewrite=>Cydia_BigBoss 104 | ^(http|https)://moreinfo.thebigboss.org/moreinfo/depiction.php https://async.be/Interface?AuthKey=[AUTHKEY]& header 105 | ^(http|https)://apt.thebigboss.org/developer-packages.php https://async.be/Interface?AuthKey=[AUTHKEY]& header 106 | # Rewrite=>IQIYI 107 | ^(http|https)://.+/videos/other/.+\.f4v - reject 108 | ^(http|https)://iface.iqiyi.com/api/getNewAdInfo? - reject 109 | ^(http|https)://iface2.iqiyi.com/views_pop/3.0/pop_control? - reject 110 | ^(http|https)://iface2.iqiyi.com/views_pop/3.0/pop_home? - reject 111 | ^(http|https)://msg.71.am - reject 112 | ^(http|https)://msga.cupid.iqiyi.com - reject 113 | ^(http|https)://pic\d{1}.qiyipic.com/common - reject 114 | # Rewrite=>ChinaRailcom 115 | ^(http|https)://211.98.71.195:8080/ https://async.be/Interface?AuthKey=[AUTHKEY]& 302 116 | ^(http|https)://211.98.71.196:8080/ https://async.be/Interface?AuthKey=[AUTHKEY]& 302 117 | ^(http|https)://211.98.70.226:8080/ https://async.be/Interface?AuthKey=[AUTHKEY]& 302 118 | # Rewrite=>Other 119 | (ps|sv|offnavi|newvector|ulog\.imap|newloc)(\.map)?\.(baidu|n\.shifen)\.com _ reject 120 | ^(http|https)://www.iqshw.com/d/js/m http://rewrite.websocket.site:10/Other/Static/JS/Package.js? header 121 | ^(http|https)://cfg.m.ttkvod.com/mobile/ttk_mobile_1.8.txt http://ogtre5vp0.bkt.clouddn.com/Static/TXT/ttk_mobile_1.8.txt header 122 | ^(http|https)://static.m.ttkvod.com/static_cahce/index/index.txt http://ogtre5vp0.bkt.clouddn.com/Static/TXT/index.txt header 123 | ^(http|https)://issuecdn.baidupcs.com/issue/netdisk/guanggao/ http://ogtre5vp0.bkt.clouddn.com/background.png? header 124 | ^(http|https)://cnzz.com/ http://ogtre5vp0.bkt.clouddn.com/background.png? header 125 | ^(http|https)://huichuan.sm.cn/jsad? - reject 126 | ^(http|https)://wmedia-track.uc.cn - reject 127 | ^(http|https)://m.elecfans.com/static/js/ad.js - reject 128 | ^(http|https)://www1.elecfans.com/www/delivery/ - reject 129 | ^(http|https)://static.iask.cn/m-v20161228/js/common/adAudit.min.js - reject 130 | ^(http|https)://dd.iask.cn/ddd/adAudit - reject 131 | ^(http|https)://v.17173.com/api/Allyes/ - reject 132 | ^(http|https)://sqimg.qq.com/ https://sqimg.qq.com/ 302 133 | ^(http|https)://t\d{2}.baidu.com - reject 134 | ^(http|https)://n.mark.letv.com/m3u8api/ https://async.be/Interface? header 135 | ^(http|https)://m.yhd.com/1/? http://m.yhd.com/1/?adbock= 302 136 | ^(http|https)://m.+.china.com.cn/statics/sdmobile/js/mobile.advert.js - reject 137 | ^(http|https)://m.+.china.com.cn/statics/sdmobile/js/ad - reject 138 | ^(http|https)://m.+.china.com.cn/statics/sdmobile/js/mobileshare.js - reject 139 | ^(http|https)://statc.mytuner.mobi/media/banners/ - reject 140 | ^.*/allOne.php\?ad_name=main_splash_ios - reject 141 | ^(http|https)://gorgon.youdao.com\/gorgon\/request\.s\?v=.* - reject 142 | ^(http|https)://impservice.youdao.com\/imp\/request\.s\?req=.* - reject 143 | ^(http|https)://iphone265g.com/templates/iphone/bottomAd.js - reject 144 | ^(http|https)://fanyi-app.baidu.com/transapp/agent.php https://async.be/Interface?AuthKey=[AUTHKEY]& 302 145 | ^(http|https)://m.qu.la/stylewap/js/wap.js http://ogtre5vp0.bkt.clouddn.com/qu_la_wap.js 302 146 | # Rewrite=>Sohu 147 | ^(http|https)://api.tv.sohu.com/mobile/control/switch.json? - reject 148 | ^(http|https)://api.tv.sohu.com/v4/mobile/control/switch.json? - reject 149 | ^(http|https)://api.tv.sohu.com/mobile_user/device/clientconf.json? - reject 150 | ^(http|https)://api.tv.sohu.com/v4/mobile/albumdetail.json? - reject 151 | ^(http|https)://s1.api.tv.itc.cn/v4/mobile/searchFunctionConfig/list.json? - reject 152 | ^(http|https)://s1.api.tv.itc.cn/v4/mobile/feeling/list.json? - reject 153 | ^(http|https)://mmg.aty.sohu.com/pvlog? - reject 154 | ^(http|https)://mmg.aty.sohu.com/mqs? - reject 155 | ^(http|https)://agn.aty.sohu.com/m? - reject 156 | ^(http|https)://m.aty.sohu.com/openload? - reject 157 | ^(http|https)://api.tv.sohu.com/mobile_user/push/uploadtoken.json? - reject 158 | ^(http|https)://mbl.56.com/config/v1/common/config.union.ios.do? - reject 159 | ^(http|https)://hui.sohu.com/predownload2/? - reject 160 | # Rewrite=>Zhihu 161 | ^(http|https)://api.zhihu.com/carousel? - reject 162 | ^(http|https)://www.zhihu.com/node/Banner? - reject 163 | ^(http|https)://www.zhihu.com/api/v4/banners/mobile_banner? - reject 164 | # Rewrite=>Flex 165 | ^(http|https)://delete-api2.getflex.co/user/signIn http://burpsuite.applinzi.com/Flex/test.php?Method=signIn&DeviceID=f052aa5404bd68120cf38103986eadfa8287a9f9 302 166 | ^(http|https)://delete-api2.getflex.co/user/profileSettings/info - reject 167 | -------------------------------------------------------------------------------- /Rule/USERAGENT: -------------------------------------------------------------------------------- 1 | # USERAGENT 2 | USER-AGENT,WeChat*,DIRECT 3 | USER-AGENT,QQ*,DIRECT 4 | USER-AGENT,Google*,Proxy 5 | USER-AGENT,Twitter*,Proxy 6 | USER-AGENT,Facebook*,Proxy 7 | USER-AGENT,Instagram*,Proxy 8 | USER-AGENT,YouTube*,Proxy 9 | USER-AGENT,Advert*,REJECT 10 | -------------------------------------------------------------------------------- /Rule/YouTube: -------------------------------------------------------------------------------- 1 | # YouTube 2 | redirector.googlevideo.com 3 | r1---sn-i3b7kn7d.googlevideo.com 4 | r1---sn-i3b7kn7k.googlevideo.com 5 | r1---sn-i3b7kn7r.googlevideo.com 6 | r1---sn-i3b7kn7s.googlevideo.com 7 | r1---sn-i3b7kn7y.googlevideo.com 8 | r1---sn-i3b7kn7z.googlevideo.com 9 | r1---sn-i3b7kne6.googlevideo.com 10 | r1---sn-i3b7kne7.googlevideo.com 11 | r1---sn-i3b7kned.googlevideo.com 12 | r1---sn-i3b7knee.googlevideo.com 13 | r1---sn-i3b7knek.googlevideo.com 14 | r1---sn-i3b7knel.googlevideo.com 15 | r1---sn-i3b7kner.googlevideo.com 16 | r1---sn-i3b7knes.googlevideo.com 17 | r1---sn-i3b7kney.googlevideo.com 18 | r1---sn-i3b7knez.googlevideo.com 19 | r1---sn-i3b7knl7.googlevideo.com 20 | r1---sn-i3beln76.googlevideo.com 21 | r1---sn-i3beln7d.googlevideo.com 22 | r1---sn-i3beln7k.googlevideo.com 23 | r1---sn-i3beln7r.googlevideo.com 24 | r1---sn-i3beln7s.googlevideo.com 25 | r1---sn-i3beln7z.googlevideo.com 26 | r1---sn-i3j5cax-i3bl.googlevideo.com 27 | r1---sn-i3j5cax-i3bs.googlevideo.com 28 | r1---sn-jhi3-i3be.googlevideo.com 29 | r1---sn-jhi3-i3bl.googlevideo.com 30 | r1---sn-jna-i3b6.googlevideo.com 31 | r1---sn-jna-i3bs.googlevideo.com 32 | r1---sn-juh-h4hs.googlevideo.com 33 | r1---sn-juh-h4hz.googlevideo.com 34 | r10---sn-i3b7kn7y.googlevideo.com 35 | r10---sn-i3b7kne6.googlevideo.com 36 | r10---sn-i3b7kne7.googlevideo.com 37 | r10---sn-i3b7kned.googlevideo.com 38 | r10---sn-i3b7knee.googlevideo.com 39 | r10---sn-i3b7knek.googlevideo.com 40 | r10---sn-i3b7knel.googlevideo.com 41 | r10---sn-i3b7kner.googlevideo.com 42 | r10---sn-i3b7knes.googlevideo.com 43 | r10---sn-i3b7kney.googlevideo.com 44 | r10---sn-i3b7knez.googlevideo.com 45 | r10---sn-i3b7knl7.googlevideo.com 46 | r10---sn-juh-h4hs.googlevideo.com 47 | r10---sn-juh-h4hz.googlevideo.com 48 | r11---sn-i3b7kn7y.googlevideo.com 49 | r11---sn-i3b7kne6.googlevideo.com 50 | r11---sn-i3b7kne7.googlevideo.com 51 | r11---sn-i3b7kned.googlevideo.com 52 | r11---sn-i3b7knee.googlevideo.com 53 | r11---sn-i3b7knek.googlevideo.com 54 | r11---sn-i3b7knel.googlevideo.com 55 | r11---sn-i3b7kner.googlevideo.com 56 | r11---sn-i3b7knes.googlevideo.com 57 | r11---sn-i3b7kney.googlevideo.com 58 | r11---sn-i3b7knez.googlevideo.com 59 | r11---sn-i3b7knl7.googlevideo.com 60 | r11---sn-juh-h4hs.googlevideo.com 61 | r11---sn-juh-h4hz.googlevideo.com 62 | r12---sn-i3b7kn7y.googlevideo.com 63 | r12---sn-i3b7kne6.googlevideo.com 64 | r12---sn-i3b7kne7.googlevideo.com 65 | r12---sn-i3b7kned.googlevideo.com 66 | r12---sn-i3b7knee.googlevideo.com 67 | r12---sn-i3b7knek.googlevideo.com 68 | r12---sn-i3b7knel.googlevideo.com 69 | r12---sn-i3b7kner.googlevideo.com 70 | r12---sn-i3b7knes.googlevideo.com 71 | r12---sn-i3b7kney.googlevideo.com 72 | r12---sn-i3b7knez.googlevideo.com 73 | r12---sn-i3b7knl7.googlevideo.com 74 | r12---sn-juh-h4hs.googlevideo.com 75 | r12---sn-juh-h4hz.googlevideo.com 76 | r13---sn-i3b7kn7y.googlevideo.com 77 | r13---sn-i3b7kne6.googlevideo.com 78 | r13---sn-i3b7kne7.googlevideo.com 79 | r13---sn-i3b7kned.googlevideo.com 80 | r13---sn-i3b7knee.googlevideo.com 81 | r13---sn-i3b7knek.googlevideo.com 82 | r13---sn-i3b7knel.googlevideo.com 83 | r13---sn-i3b7kner.googlevideo.com 84 | r13---sn-i3b7knes.googlevideo.com 85 | r13---sn-i3b7kney.googlevideo.com 86 | r13---sn-i3b7knez.googlevideo.com 87 | r13---sn-i3b7knl7.googlevideo.com 88 | r13---sn-juh-h4hs.googlevideo.com 89 | r13---sn-juh-h4hz.googlevideo.com 90 | r14---sn-i3b7kn7y.googlevideo.com 91 | r14---sn-i3b7kne6.googlevideo.com 92 | r14---sn-i3b7kne7.googlevideo.com 93 | r14---sn-i3b7kned.googlevideo.com 94 | r14---sn-i3b7knee.googlevideo.com 95 | r14---sn-i3b7knek.googlevideo.com 96 | r14---sn-i3b7knel.googlevideo.com 97 | r14---sn-i3b7kner.googlevideo.com 98 | r14---sn-i3b7knes.googlevideo.com 99 | r14---sn-i3b7kney.googlevideo.com 100 | r14---sn-i3b7knez.googlevideo.com 101 | r14---sn-i3b7knl7.googlevideo.com 102 | r14---sn-juh-h4hs.googlevideo.com 103 | r14---sn-juh-h4hz.googlevideo.com 104 | r15---sn-i3b7kn7y.googlevideo.com 105 | r15---sn-i3b7kne6.googlevideo.com 106 | r15---sn-i3b7kne7.googlevideo.com 107 | r15---sn-i3b7kned.googlevideo.com 108 | r15---sn-i3b7knee.googlevideo.com 109 | r15---sn-i3b7knek.googlevideo.com 110 | r15---sn-i3b7knel.googlevideo.com 111 | r15---sn-i3b7kner.googlevideo.com 112 | r15---sn-i3b7knes.googlevideo.com 113 | r15---sn-i3b7kney.googlevideo.com 114 | r15---sn-i3b7knez.googlevideo.com 115 | r15---sn-i3b7knl7.googlevideo.com 116 | r15---sn-juh-h4hs.googlevideo.com 117 | r15---sn-juh-h4hz.googlevideo.com 118 | r16---sn-i3b7kn7y.googlevideo.com 119 | r16---sn-i3b7kne6.googlevideo.com 120 | r16---sn-i3b7kne7.googlevideo.com 121 | r16---sn-i3b7kned.googlevideo.com 122 | r16---sn-i3b7knee.googlevideo.com 123 | r16---sn-i3b7knek.googlevideo.com 124 | r16---sn-i3b7knel.googlevideo.com 125 | r16---sn-i3b7kner.googlevideo.com 126 | r16---sn-i3b7knes.googlevideo.com 127 | r16---sn-i3b7kney.googlevideo.com 128 | r16---sn-i3b7knez.googlevideo.com 129 | r16---sn-i3b7knl7.googlevideo.com 130 | r16---sn-juh-h4hs.googlevideo.com 131 | r16---sn-juh-h4hz.googlevideo.com 132 | r17---sn-i3b7kn7y.googlevideo.com 133 | r17---sn-i3b7kne6.googlevideo.com 134 | r17---sn-i3b7kne7.googlevideo.com 135 | r17---sn-i3b7kned.googlevideo.com 136 | r17---sn-i3b7knee.googlevideo.com 137 | r17---sn-i3b7knek.googlevideo.com 138 | r17---sn-i3b7knel.googlevideo.com 139 | r17---sn-i3b7kner.googlevideo.com 140 | r17---sn-i3b7knes.googlevideo.com 141 | r17---sn-i3b7kney.googlevideo.com 142 | r17---sn-i3b7knez.googlevideo.com 143 | r17---sn-i3b7knl7.googlevideo.com 144 | r17---sn-juh-h4hs.googlevideo.com 145 | r17---sn-juh-h4hz.googlevideo.com 146 | r18---sn-i3b7kn7y.googlevideo.com 147 | r18---sn-i3b7kne6.googlevideo.com 148 | r18---sn-i3b7kne7.googlevideo.com 149 | r18---sn-i3b7kned.googlevideo.com 150 | r18---sn-i3b7knee.googlevideo.com 151 | r18---sn-i3b7knek.googlevideo.com 152 | r18---sn-i3b7knel.googlevideo.com 153 | r18---sn-i3b7kner.googlevideo.com 154 | r18---sn-i3b7knes.googlevideo.com 155 | r18---sn-i3b7kney.googlevideo.com 156 | r18---sn-i3b7knez.googlevideo.com 157 | r18---sn-i3b7knl7.googlevideo.com 158 | r18---sn-juh-h4hs.googlevideo.com 159 | r18---sn-juh-h4hz.googlevideo.com 160 | r19---sn-i3b7kn7y.googlevideo.com 161 | r19---sn-i3b7kne6.googlevideo.com 162 | r19---sn-i3b7kne7.googlevideo.com 163 | r19---sn-i3b7kned.googlevideo.com 164 | r19---sn-i3b7knee.googlevideo.com 165 | r19---sn-i3b7knek.googlevideo.com 166 | r19---sn-i3b7knel.googlevideo.com 167 | r19---sn-i3b7kner.googlevideo.com 168 | r19---sn-i3b7knes.googlevideo.com 169 | r19---sn-i3b7kney.googlevideo.com 170 | r19---sn-i3b7knez.googlevideo.com 171 | r19---sn-i3b7knl7.googlevideo.com 172 | r19---sn-juh-h4hs.googlevideo.com 173 | r19---sn-juh-h4hz.googlevideo.com 174 | r2---sn-i3b7kn76.googlevideo.com 175 | r2---sn-i3b7kn7d.googlevideo.com 176 | r2---sn-i3b7kn7k.googlevideo.com 177 | r2---sn-i3b7kn7r.googlevideo.com 178 | r2---sn-i3b7kn7s.googlevideo.com 179 | r2---sn-i3b7kn7y.googlevideo.com 180 | r2---sn-i3b7kn7z.googlevideo.com 181 | r2---sn-i3b7kne6.googlevideo.com 182 | r2---sn-i3b7kne7.googlevideo.com 183 | r2---sn-i3b7kned.googlevideo.com 184 | r2---sn-i3b7knee.googlevideo.com 185 | r2---sn-i3b7knek.googlevideo.com 186 | r2---sn-i3b7knel.googlevideo.com 187 | r2---sn-i3b7kner.googlevideo.com 188 | r2---sn-i3b7knes.googlevideo.com 189 | r2---sn-i3b7kney.googlevideo.com 190 | r2---sn-i3b7knez.googlevideo.com 191 | r2---sn-i3b7knl7.googlevideo.com 192 | r2---sn-i3beln76.googlevideo.com 193 | r2---sn-i3beln7d.googlevideo.com 194 | r2---sn-i3beln7k.googlevideo.com 195 | r2---sn-i3beln7r.googlevideo.com 196 | r2---sn-i3beln7s.googlevideo.com 197 | r2---sn-i3beln7z.googlevideo.com 198 | r2---sn-i3j5cax-i3bl.googlevideo.com 199 | r2---sn-i3j5cax-i3bs.googlevideo.com 200 | r2---sn-jhi3-i3be.googlevideo.com 201 | r2---sn-jhi3-i3bl.googlevideo.com 202 | r2---sn-jna-i3b6.googlevideo.com 203 | r2---sn-jna-i3bs.googlevideo.com 204 | r2---sn-juh-h4hs.googlevideo.com 205 | r2---sn-juh-h4hz.googlevideo.com 206 | r20---sn-i3b7kn7y.googlevideo.com 207 | r20---sn-i3b7kne6.googlevideo.com 208 | r20---sn-i3b7kne7.googlevideo.com 209 | r20---sn-i3b7kned.googlevideo.com 210 | r20---sn-i3b7knee.googlevideo.com 211 | r20---sn-i3b7knek.googlevideo.com 212 | r20---sn-i3b7knel.googlevideo.com 213 | r20---sn-i3b7kner.googlevideo.com 214 | r20---sn-i3b7knes.googlevideo.com 215 | r20---sn-i3b7kney.googlevideo.com 216 | r20---sn-i3b7knez.googlevideo.com 217 | r20---sn-i3b7knl7.googlevideo.com 218 | r20---sn-juh-h4hs.googlevideo.com 219 | r20---sn-juh-h4hz.googlevideo.com 220 | r3---sn-i3b7kn76.googlevideo.com 221 | r3---sn-i3b7kn7d.googlevideo.com 222 | r3---sn-i3b7kn7k.googlevideo.com 223 | r3---sn-i3b7kn7r.googlevideo.com 224 | r3---sn-i3b7kn7s.googlevideo.com 225 | r3---sn-i3b7kn7y.googlevideo.com 226 | r3---sn-i3b7kn7z.googlevideo.com 227 | r3---sn-i3b7kne6.googlevideo.com 228 | r3---sn-i3b7kne7.googlevideo.com 229 | r3---sn-i3b7kned.googlevideo.com 230 | r3---sn-i3b7knee.googlevideo.com 231 | r3---sn-i3b7knek.googlevideo.com 232 | r3---sn-i3b7knel.googlevideo.com 233 | r3---sn-i3b7kner.googlevideo.com 234 | r3---sn-i3b7knes.googlevideo.com 235 | r3---sn-i3b7kney.googlevideo.com 236 | r3---sn-i3b7knez.googlevideo.com 237 | r3---sn-i3b7knl7.googlevideo.com 238 | r3---sn-i3beln76.googlevideo.com 239 | r3---sn-i3beln7d.googlevideo.com 240 | r3---sn-i3beln7k.googlevideo.com 241 | r3---sn-i3beln7r.googlevideo.com 242 | r3---sn-i3beln7s.googlevideo.com 243 | r3---sn-i3beln7z.googlevideo.com 244 | r3---sn-i3j5cax-i3bl.googlevideo.com 245 | r3---sn-i3j5cax-i3bs.googlevideo.com 246 | r3---sn-jhi3-i3be.googlevideo.com 247 | r3---sn-jhi3-i3bl.googlevideo.com 248 | r3---sn-jna-i3bs.googlevideo.com 249 | r3---sn-juh-h4hs.googlevideo.com 250 | r3---sn-juh-h4hz.googlevideo.com 251 | r4---sn-i3b7kn76.googlevideo.com 252 | r4---sn-i3b7kn7d.googlevideo.com 253 | r4---sn-i3b7kn7k.googlevideo.com 254 | r4---sn-i3b7kn7r.googlevideo.com 255 | r4---sn-i3b7kn7s.googlevideo.com 256 | r4---sn-i3b7kn7y.googlevideo.com 257 | r4---sn-i3b7kn7z.googlevideo.com 258 | r4---sn-i3b7kne6.googlevideo.com 259 | r4---sn-i3b7kne7.googlevideo.com 260 | r4---sn-i3b7kned.googlevideo.com 261 | r4---sn-i3b7knee.googlevideo.com 262 | r4---sn-i3b7knek.googlevideo.com 263 | r4---sn-i3b7knel.googlevideo.com 264 | r4---sn-i3b7kner.googlevideo.com 265 | r4---sn-i3b7knes.googlevideo.com 266 | r4---sn-i3b7kney.googlevideo.com 267 | r4---sn-i3b7knez.googlevideo.com 268 | r4---sn-i3b7knl7.googlevideo.com 269 | r4---sn-i3beln76.googlevideo.com 270 | r4---sn-i3beln7d.googlevideo.com 271 | r4---sn-i3beln7k.googlevideo.com 272 | r4---sn-i3beln7r.googlevideo.com 273 | r4---sn-i3beln7s.googlevideo.com 274 | r4---sn-i3b7kn7y.googlevideo.com 275 | r4---sn-i3beln7z.googlevideo.com 276 | r4---sn-i3j5cax-i3bl.googlevideo.com 277 | r4---sn-i3j5cax-i3bs.googlevideo.com 278 | r4---sn-jna-i3bs.googlevideo.com 279 | r4---sn-juh-h4hs.googlevideo.com 280 | r4---sn-juh-h4hz.googlevideo.com 281 | r5---sn-i3b7kn76.googlevideo.com 282 | r5---sn-i3b7kn7d.googlevideo.com 283 | r5---sn-i3b7kn7k.googlevideo.com 284 | r5---sn-i3b7kn7r.googlevideo.com 285 | r5---sn-i3b7kn7s.googlevideo.com 286 | r5---sn-i3b7kn7y.googlevideo.com 287 | r5---sn-i3b7kn7z.googlevideo.com 288 | r5---sn-i3b7kne6.googlevideo.com 289 | r5---sn-i3b7kne7.googlevideo.com 290 | r5---sn-i3b7kned.googlevideo.com 291 | r5---sn-i3b7knee.googlevideo.com 292 | r5---sn-i3b7knek.googlevideo.com 293 | r5---sn-i3b7knel.googlevideo.com 294 | r5---sn-i3b7kner.googlevideo.com 295 | r5---sn-i3b7knes.googlevideo.com 296 | r5---sn-i3b7kney.googlevideo.com 297 | r5---sn-i3b7knez.googlevideo.com 298 | r5---sn-i3b7knl7.googlevideo.com 299 | r5---sn-i3beln76.googlevideo.com 300 | r5---sn-i3beln7d.googlevideo.com 301 | r5---sn-i3beln7k.googlevideo.com 302 | r5---sn-i3beln7r.googlevideo.com 303 | r5---sn-i3beln7s.googlevideo.com 304 | r5---sn-i3beln7z.googlevideo.com 305 | r5---sn-i3j5cax-i3bl.googlevideo.com 306 | r5---sn-i3j5cax-i3bs.googlevideo.com 307 | r5---sn-juh-h4hs.googlevideo.com 308 | r5---sn-juh-h4hz.googlevideo.com 309 | r6---sn-i3b7kn76.googlevideo.com 310 | r6---sn-i3b7kn7d.googlevideo.com 311 | r6---sn-i3b7kn7k.googlevideo.com 312 | r6---sn-i3b7kn7r.googlevideo.com 313 | r6---sn-i3b7kn7s.googlevideo.com 314 | r6---sn-i3b7kn7y.googlevideo.com 315 | r6---sn-i3b7kn7z.googlevideo.com 316 | r6---sn-i3b7kne6.googlevideo.com 317 | r6---sn-i3b7kne7.googlevideo.com 318 | r6---sn-i3b7kned.googlevideo.com 319 | r6---sn-i3b7knee.googlevideo.com 320 | r6---sn-i3b7knek.googlevideo.com 321 | r6---sn-i3b7knel.googlevideo.com 322 | r6---sn-i3b7kner.googlevideo.com 323 | r6---sn-i3b7knes.googlevideo.com 324 | r6---sn-i3b7kney.googlevideo.com 325 | r6---sn-i3b7knez.googlevideo.com 326 | r6---sn-i3b7knl7.googlevideo.com 327 | r6---sn-i3beln76.googlevideo.com 328 | r6---sn-i3beln7d.googlevideo.com 329 | r6---sn-i3beln7k.googlevideo.com 330 | r6---sn-i3beln7r.googlevideo.com 331 | r6---sn-i3beln7s.googlevideo.com 332 | r6---sn-i3beln7z.googlevideo.com 333 | r6---sn-i3j5cax-i3bl.googlevideo.com 334 | r6---sn-i3j5cax-i3bs.googlevideo.com 335 | r6---sn-juh-h4hs.googlevideo.com 336 | r6---sn-juh-h4hz.googlevideo.com 337 | r7---sn-i3b7kn7s.googlevideo.com 338 | r7---sn-i3b7kn7y.googlevideo.com 339 | r7---sn-i3b7kn7z.googlevideo.com 340 | r7---sn-i3b7kne6.googlevideo.com 341 | r7---sn-i3b7kne7.googlevideo.com 342 | r7---sn-i3b7kned.googlevideo.com 343 | r7---sn-i3b7knee.googlevideo.com 344 | r7---sn-i3b7knek.googlevideo.com 345 | r7---sn-i3b7knel.googlevideo.com 346 | r7---sn-i3b7kner.googlevideo.com 347 | r7---sn-i3b7knes.googlevideo.com 348 | r7---sn-i3b7kney.googlevideo.com 349 | r7---sn-i3b7knez.googlevideo.com 350 | r7---sn-i3b7knl7.googlevideo.com 351 | r7---sn-juh-h4hs.googlevideo.com 352 | r7---sn-juh-h4hz.googlevideo.com 353 | r8---sn-i3b7kn7s.googlevideo.com 354 | r8---sn-i3b7kn7y.googlevideo.com 355 | r8---sn-i3b7kn7z.googlevideo.com 356 | r8---sn-i3b7kne6.googlevideo.com 357 | r8---sn-i3b7kne7.googlevideo.com 358 | r8---sn-i3b7kned.googlevideo.com 359 | r8---sn-i3b7knee.googlevideo.com 360 | r8---sn-i3b7knek.googlevideo.com 361 | r8---sn-i3b7knel.googlevideo.com 362 | r8---sn-i3b7kner.googlevideo.com 363 | r8---sn-i3b7knes.googlevideo.com 364 | r8---sn-i3b7kney.googlevideo.com 365 | r8---sn-i3b7knez.googlevideo.com 366 | r8---sn-i3b7knl7.googlevideo.com 367 | r8---sn-juh-h4hs.googlevideo.com 368 | r8---sn-juh-h4hz.googlevideo.com 369 | r9---sn-i3b7kn7y.googlevideo.com 370 | r9---sn-i3b7kne6.googlevideo.com 371 | r9---sn-i3b7kne7.googlevideo.com 372 | r9---sn-i3b7kned.googlevideo.com 373 | r9---sn-i3b7knee.googlevideo.com 374 | r9---sn-i3b7knek.googlevideo.com 375 | r9---sn-i3b7knel.googlevideo.com 376 | r9---sn-i3b7kner.googlevideo.com 377 | r9---sn-i3b7knes.googlevideo.com 378 | r9---sn-i3b7kney.googlevideo.com 379 | r9---sn-i3b7knez.googlevideo.com 380 | r9---sn-i3b7knl7.googlevideo.com 381 | r9---sn-juh-h4hs.googlevideo.com 382 | r9---sn-juh-h4hz.googlevideo.com 383 | r1---sn-a5m7ln76.googlevideo.com 384 | r1---sn-a5m7ln7d.googlevideo.com 385 | r1---sn-a5m7ln7k.googlevideo.com 386 | r1---sn-a5m7ln7r.googlevideo.com 387 | r1---sn-a5m7ln7s.googlevideo.com 388 | r1---sn-a5m7ln7y.googlevideo.com 389 | r1---sn-a5m7ln7z.googlevideo.com 390 | r1---sn-a5m7lne6.googlevideo.com 391 | r1---sn-a5m7lne7.googlevideo.com 392 | r1---sn-a5m7lned.googlevideo.com 393 | r1---sn-a5m7lnee.googlevideo.com 394 | r1---sn-a5m7lnek.googlevideo.com 395 | r1---sn-a5m7lnel.googlevideo.com 396 | r1---sn-a5m7lner.googlevideo.com 397 | r1---sn-a5m7lnes.googlevideo.com 398 | r1---sn-a5m7lnez.googlevideo.com 399 | r1---sn-a5m7lnlz.googlevideo.com 400 | r1---sn-a5m7zne6.googlevideo.com 401 | r1---sn-a5m7zne7.googlevideo.com 402 | r1---sn-a5m7zned.googlevideo.com 403 | r1---sn-a5m7znee.googlevideo.com 404 | r1---sn-a5m7znek.googlevideo.com 405 | r1---sn-a5m7znel.googlevideo.com 406 | r1---sn-a5m7znes.googlevideo.com 407 | r1---sn-a5m7znez.googlevideo.com 408 | r1---sn-a5m7zu76.googlevideo.com 409 | r1---sn-a5m7zu7d.googlevideo.com 410 | r1---sn-a5m7zu7e.googlevideo.com 411 | r1---sn-a5m7zu7k.googlevideo.com 412 | r1---sn-a5m7zu7l.googlevideo.com 413 | r1---sn-a5m7zu7r.googlevideo.com 414 | r1---sn-a5m7zu7s.googlevideo.com 415 | r1---sn-a5m7zu7z.googlevideo.com 416 | r1---sn-a5mekn7d.googlevideo.com 417 | r1---sn-a5mekn7k.googlevideo.com 418 | r1---sn-a5mekn7r.googlevideo.com 419 | r1---sn-a5mekn7y.googlevideo.com 420 | r1---sn-a5mekne7.googlevideo.com 421 | r1---sn-a5mekned.googlevideo.com 422 | r1---sn-a5meknee.googlevideo.com 423 | r1---sn-a5meknek.googlevideo.com 424 | r1---sn-a5meknel.googlevideo.com 425 | r1---sn-a5mekner.googlevideo.com 426 | r1---sn-a5meknes.googlevideo.com 427 | r1---sn-a5mekney.googlevideo.com 428 | r1---sn-a5meknle.googlevideo.com 429 | r1---sn-a5meknll.googlevideo.com 430 | r1---sn-a5meknl7.googlevideo.com 431 | r1---sn-a5mlrn76.googlevideo.com 432 | r1---sn-a5mlrn7l.googlevideo.com 433 | r1---sn-a5mlrn7s.googlevideo.com 434 | r1---sn-a5mlrn7z.googlevideo.com 435 | r10---sn-a5m7ln76.googlevideo.com 436 | r10---sn-a5m7ln7d.googlevideo.com 437 | r10---sn-a5m7ln7k.googlevideo.com 438 | r10---sn-a5m7ln7r.googlevideo.com 439 | r10---sn-a5m7ln7s.googlevideo.com 440 | r10---sn-a5m7ln7y.googlevideo.com 441 | r10---sn-a5m7ln7z.googlevideo.com 442 | r10---sn-a5m7lne6.googlevideo.com 443 | r10---sn-a5m7lne7.googlevideo.com 444 | r10---sn-a5m7lned.googlevideo.com 445 | r10---sn-a5m7lnee.googlevideo.com 446 | r10---sn-a5m7lnek.googlevideo.com 447 | r10---sn-a5m7lnel.googlevideo.com 448 | r10---sn-a5m7lner.googlevideo.com 449 | r10---sn-a5m7lnes.googlevideo.com 450 | r10---sn-a5m7lnez.googlevideo.com 451 | r10---sn-a5m7zne6.googlevideo.com 452 | r10---sn-a5m7zne7.googlevideo.com 453 | r10---sn-a5m7zned.googlevideo.com 454 | r10---sn-a5m7znee.googlevideo.com 455 | r10---sn-a5m7znek.googlevideo.com 456 | r10---sn-a5m7znel.googlevideo.com 457 | r10---sn-a5m7znes.googlevideo.com 458 | r10---sn-a5m7znez.googlevideo.com 459 | r11---sn-a5m7ln76.googlevideo.com 460 | r11---sn-a5m7ln7d.googlevideo.com 461 | r11---sn-a5m7ln7k.googlevideo.com 462 | r11---sn-a5m7ln7r.googlevideo.com 463 | r11---sn-a5m7ln7s.googlevideo.com 464 | r11---sn-a5m7ln7y.googlevideo.com 465 | r11---sn-a5m7ln7z.googlevideo.com 466 | r11---sn-a5m7lne6.googlevideo.com 467 | r11---sn-a5m7lne7.googlevideo.com 468 | r11---sn-a5m7lned.googlevideo.com 469 | r11---sn-a5m7lnee.googlevideo.com 470 | r11---sn-a5m7lnek.googlevideo.com 471 | r11---sn-a5m7lnel.googlevideo.com 472 | r11---sn-a5m7lner.googlevideo.com 473 | r11---sn-a5m7lnes.googlevideo.com 474 | r11---sn-a5m7lnez.googlevideo.com 475 | r11---sn-a5m7zne6.googlevideo.com 476 | r11---sn-a5m7zne7.googlevideo.com 477 | r11---sn-a5m7zned.googlevideo.com 478 | r11---sn-a5m7znee.googlevideo.com 479 | r11---sn-a5m7znek.googlevideo.com 480 | r11---sn-a5m7znel.googlevideo.com 481 | r11---sn-a5m7znes.googlevideo.com 482 | r11---sn-a5m7znez.googlevideo.com 483 | r12---sn-a5m7ln76.googlevideo.com 484 | r12---sn-a5m7ln7d.googlevideo.com 485 | r12---sn-a5m7ln7k.googlevideo.com 486 | r12---sn-a5m7ln7r.googlevideo.com 487 | r12---sn-a5m7ln7s.googlevideo.com 488 | r12---sn-a5m7ln7y.googlevideo.com 489 | r12---sn-a5m7ln7z.googlevideo.com 490 | r12---sn-a5m7lne6.googlevideo.com 491 | r12---sn-a5m7lne7.googlevideo.com 492 | r12---sn-a5m7lned.googlevideo.com 493 | r12---sn-a5m7lnee.googlevideo.com 494 | r12---sn-a5m7lnek.googlevideo.com 495 | r12---sn-a5m7lnel.googlevideo.com 496 | r12---sn-a5m7lner.googlevideo.com 497 | r12---sn-a5m7lnes.googlevideo.com 498 | r12---sn-a5m7lnez.googlevideo.com 499 | r12---sn-a5m7zne6.googlevideo.com 500 | r12---sn-a5m7zne7.googlevideo.com 501 | r12---sn-a5m7zned.googlevideo.com 502 | r12---sn-a5m7znee.googlevideo.com 503 | r12---sn-a5m7znek.googlevideo.com 504 | r12---sn-a5m7znel.googlevideo.com 505 | r12---sn-a5m7znes.googlevideo.com 506 | r12---sn-a5m7znez.googlevideo.com 507 | r13---sn-a5m7ln76.googlevideo.com 508 | r13---sn-a5m7ln7d.googlevideo.com 509 | r13---sn-a5m7ln7k.googlevideo.com 510 | r13---sn-a5m7ln7r.googlevideo.com 511 | r13---sn-a5m7ln7s.googlevideo.com 512 | r13---sn-a5m7ln7y.googlevideo.com 513 | r13---sn-a5m7ln7z.googlevideo.com 514 | r13---sn-a5m7lne6.googlevideo.com 515 | r13---sn-a5m7lne7.googlevideo.com 516 | r13---sn-a5m7lned.googlevideo.com 517 | r13---sn-a5m7lnee.googlevideo.com 518 | r13---sn-a5m7lnek.googlevideo.com 519 | r13---sn-a5m7lnel.googlevideo.com 520 | r13---sn-a5m7lner.googlevideo.com 521 | r13---sn-a5m7lnes.googlevideo.com 522 | r13---sn-a5m7lnez.googlevideo.com 523 | r13---sn-a5m7zne6.googlevideo.com 524 | r13---sn-a5m7zne7.googlevideo.com 525 | r13---sn-a5m7zned.googlevideo.com 526 | r13---sn-a5m7znee.googlevideo.com 527 | r13---sn-a5m7znek.googlevideo.com 528 | r13---sn-a5m7znel.googlevideo.com 529 | r13---sn-a5m7znes.googlevideo.com 530 | r13---sn-a5m7znez.googlevideo.com 531 | r14---sn-a5m7ln76.googlevideo.com 532 | r14---sn-a5m7ln7d.googlevideo.com 533 | r14---sn-a5m7ln7k.googlevideo.com 534 | r14---sn-a5m7ln7r.googlevideo.com 535 | r14---sn-a5m7ln7s.googlevideo.com 536 | r14---sn-a5m7ln7y.googlevideo.com 537 | r14---sn-a5m7ln7z.googlevideo.com 538 | r14---sn-a5m7lne6.googlevideo.com 539 | r14---sn-a5m7lne7.googlevideo.com 540 | r14---sn-a5m7lned.googlevideo.com 541 | r14---sn-a5m7lnee.googlevideo.com 542 | r14---sn-a5m7lnek.googlevideo.com 543 | r14---sn-a5m7lnel.googlevideo.com 544 | r14---sn-a5m7lner.googlevideo.com 545 | r14---sn-a5m7lnes.googlevideo.com 546 | r14---sn-a5m7lnez.googlevideo.com 547 | r14---sn-a5m7zne6.googlevideo.com 548 | r14---sn-a5m7zne7.googlevideo.com 549 | r14---sn-a5m7zned.googlevideo.com 550 | r14---sn-a5m7znee.googlevideo.com 551 | r14---sn-a5m7znek.googlevideo.com 552 | r14---sn-a5m7znel.googlevideo.com 553 | r14---sn-a5m7znes.googlevideo.com 554 | r14---sn-a5m7znez.googlevideo.com 555 | r15---sn-a5m7ln76.googlevideo.com 556 | r15---sn-a5m7ln7d.googlevideo.com 557 | r15---sn-a5m7ln7k.googlevideo.com 558 | r15---sn-a5m7ln7r.googlevideo.com 559 | r15---sn-a5m7ln7s.googlevideo.com 560 | r15---sn-a5m7ln7y.googlevideo.com 561 | r15---sn-a5m7ln7z.googlevideo.com 562 | r15---sn-a5m7lne6.googlevideo.com 563 | r15---sn-a5m7lne7.googlevideo.com 564 | r15---sn-a5m7lned.googlevideo.com 565 | r15---sn-a5m7lnee.googlevideo.com 566 | r15---sn-a5m7lnek.googlevideo.com 567 | r15---sn-a5m7lnel.googlevideo.com 568 | r15---sn-a5m7lner.googlevideo.com 569 | r15---sn-a5m7lnes.googlevideo.com 570 | r15---sn-a5m7lnez.googlevideo.com 571 | r15---sn-a5m7zne6.googlevideo.com 572 | r15---sn-a5m7zne7.googlevideo.com 573 | r15---sn-a5m7zned.googlevideo.com 574 | r15---sn-a5m7znee.googlevideo.com 575 | r15---sn-a5m7znek.googlevideo.com 576 | r15---sn-a5m7znel.googlevideo.com 577 | r15---sn-a5m7znes.googlevideo.com 578 | r15---sn-a5m7znez.googlevideo.com 579 | r16---sn-a5m7ln76.googlevideo.com 580 | r16---sn-a5m7ln7d.googlevideo.com 581 | r16---sn-a5m7ln7k.googlevideo.com 582 | r16---sn-a5m7ln7r.googlevideo.com 583 | r16---sn-a5m7ln7s.googlevideo.com 584 | r16---sn-a5m7ln7y.googlevideo.com 585 | r16---sn-a5m7ln7z.googlevideo.com 586 | r16---sn-a5m7lne6.googlevideo.com 587 | r16---sn-a5m7lne7.googlevideo.com 588 | r16---sn-a5m7lned.googlevideo.com 589 | r16---sn-a5m7lnee.googlevideo.com 590 | r16---sn-a5m7lnek.googlevideo.com 591 | r16---sn-a5m7lnel.googlevideo.com 592 | r16---sn-a5m7lner.googlevideo.com 593 | r16---sn-a5m7lnes.googlevideo.com 594 | r16---sn-a5m7lnez.googlevideo.com 595 | r16---sn-a5m7zne6.googlevideo.com 596 | r16---sn-a5m7zne7.googlevideo.com 597 | r16---sn-a5m7zned.googlevideo.com 598 | r16---sn-a5m7znee.googlevideo.com 599 | r16---sn-a5m7znek.googlevideo.com 600 | r16---sn-a5m7znel.googlevideo.com 601 | r16---sn-a5m7znes.googlevideo.com 602 | r16---sn-a5m7znez.googlevideo.com 603 | r17---sn-a5m7ln76.googlevideo.com 604 | r17---sn-a5m7ln7d.googlevideo.com 605 | r17---sn-a5m7ln7k.googlevideo.com 606 | r17---sn-a5m7ln7r.googlevideo.com 607 | r17---sn-a5m7ln7s.googlevideo.com 608 | r17---sn-a5m7ln7y.googlevideo.com 609 | r17---sn-a5m7ln7z.googlevideo.com 610 | r17---sn-a5m7lne6.googlevideo.com 611 | r17---sn-a5m7lne7.googlevideo.com 612 | r17---sn-a5m7lned.googlevideo.com 613 | r17---sn-a5m7lnee.googlevideo.com 614 | r17---sn-a5m7lnek.googlevideo.com 615 | r17---sn-a5m7lnel.googlevideo.com 616 | r17---sn-a5m7lner.googlevideo.com 617 | r17---sn-a5m7lnes.googlevideo.com 618 | r17---sn-a5m7lnez.googlevideo.com 619 | r17---sn-a5m7zne6.googlevideo.com 620 | r17---sn-a5m7zne7.googlevideo.com 621 | r17---sn-a5m7zned.googlevideo.com 622 | r17---sn-a5m7znee.googlevideo.com 623 | r17---sn-a5m7znek.googlevideo.com 624 | r17---sn-a5m7znel.googlevideo.com 625 | r17---sn-a5m7znes.googlevideo.com 626 | r17---sn-a5m7znez.googlevideo.com 627 | r18---sn-a5m7ln76.googlevideo.com 628 | r18---sn-a5m7ln7d.googlevideo.com 629 | r18---sn-a5m7ln7k.googlevideo.com 630 | r18---sn-a5m7ln7r.googlevideo.com 631 | r18---sn-a5m7ln7s.googlevideo.com 632 | r18---sn-a5m7ln7y.googlevideo.com 633 | r18---sn-a5m7ln7z.googlevideo.com 634 | r18---sn-a5m7lne6.googlevideo.com 635 | r18---sn-a5m7lne7.googlevideo.com 636 | r18---sn-a5m7lned.googlevideo.com 637 | r18---sn-a5m7lnee.googlevideo.com 638 | r18---sn-a5m7lnek.googlevideo.com 639 | r18---sn-a5m7lnel.googlevideo.com 640 | r18---sn-a5m7lner.googlevideo.com 641 | r18---sn-a5m7lnes.googlevideo.com 642 | r18---sn-a5m7lnez.googlevideo.com 643 | r18---sn-a5m7zne6.googlevideo.com 644 | r18---sn-a5m7zne7.googlevideo.com 645 | r18---sn-a5m7zned.googlevideo.com 646 | r18---sn-a5m7znee.googlevideo.com 647 | r18---sn-a5m7znek.googlevideo.com 648 | r18---sn-a5m7znel.googlevideo.com 649 | r18---sn-a5m7znes.googlevideo.com 650 | r18---sn-a5m7znez.googlevideo.com 651 | r19---sn-a5m7ln76.googlevideo.com 652 | r19---sn-a5m7ln7d.googlevideo.com 653 | r19---sn-a5m7ln7k.googlevideo.com 654 | r19---sn-a5m7ln7r.googlevideo.com 655 | r19---sn-a5m7ln7s.googlevideo.com 656 | r19---sn-a5m7ln7y.googlevideo.com 657 | r19---sn-a5m7ln7z.googlevideo.com 658 | r19---sn-a5m7lne6.googlevideo.com 659 | r19---sn-a5m7lne7.googlevideo.com 660 | r19---sn-a5m7lned.googlevideo.com 661 | r19---sn-a5m7lnee.googlevideo.com 662 | r19---sn-a5m7lnek.googlevideo.com 663 | r19---sn-a5m7lnel.googlevideo.com 664 | r19---sn-a5m7lner.googlevideo.com 665 | r19---sn-a5m7lnes.googlevideo.com 666 | r19---sn-a5m7lnez.googlevideo.com 667 | r19---sn-a5m7zne6.googlevideo.com 668 | r19---sn-a5m7zne7.googlevideo.com 669 | r19---sn-a5m7zned.googlevideo.com 670 | r19---sn-a5m7znee.googlevideo.com 671 | r19---sn-a5m7znek.googlevideo.com 672 | r19---sn-a5m7znel.googlevideo.com 673 | r19---sn-a5m7znes.googlevideo.com 674 | r19---sn-a5m7znez.googlevideo.com 675 | r2---sn-a5m7ln76.googlevideo.com 676 | r2---sn-a5m7ln7d.googlevideo.com 677 | r2---sn-a5m7ln7k.googlevideo.com 678 | r2---sn-a5m7ln7r.googlevideo.com 679 | r2---sn-a5m7ln7s.googlevideo.com 680 | r2---sn-a5m7ln7y.googlevideo.com 681 | r2---sn-a5m7ln7z.googlevideo.com 682 | r2---sn-a5m7lne6.googlevideo.com 683 | r2---sn-a5m7lne7.googlevideo.com 684 | r2---sn-a5m7lned.googlevideo.com 685 | r2---sn-a5m7lnee.googlevideo.com 686 | r2---sn-a5m7lnek.googlevideo.com 687 | r2---sn-a5m7lnel.googlevideo.com 688 | r2---sn-a5m7lner.googlevideo.com 689 | r2---sn-a5m7lnes.googlevideo.com 690 | r2---sn-a5m7lnez.googlevideo.com 691 | r2---sn-a5m7lnlz.googlevideo.com 692 | r2---sn-a5m7zne6.googlevideo.com 693 | r2---sn-a5m7zne7.googlevideo.com 694 | r2---sn-a5m7zned.googlevideo.com 695 | r2---sn-a5m7znee.googlevideo.com 696 | r2---sn-a5m7znek.googlevideo.com 697 | r2---sn-a5m7znel.googlevideo.com 698 | r2---sn-a5m7znes.googlevideo.com 699 | r2---sn-a5m7znez.googlevideo.com 700 | r2---sn-a5m7zu76.googlevideo.com 701 | r2---sn-a5m7zu7d.googlevideo.com 702 | r2---sn-a5m7zu7e.googlevideo.com 703 | r2---sn-a5m7zu7k.googlevideo.com 704 | r2---sn-a5m7zu7l.googlevideo.com 705 | r2---sn-a5m7zu7r.googlevideo.com 706 | r2---sn-a5m7zu7s.googlevideo.com 707 | r2---sn-a5m7zu7z.googlevideo.com 708 | r2---sn-a5mekn7d.googlevideo.com 709 | r2---sn-a5mekn7k.googlevideo.com 710 | r2---sn-a5mekn7r.googlevideo.com 711 | r2---sn-a5mekn7y.googlevideo.com 712 | r2---sn-a5mekne7.googlevideo.com 713 | r2---sn-a5mekned.googlevideo.com 714 | r2---sn-a5meknee.googlevideo.com 715 | r2---sn-a5meknek.googlevideo.com 716 | r2---sn-a5meknel.googlevideo.com 717 | r2---sn-a5mekner.googlevideo.com 718 | r2---sn-a5meknes.googlevideo.com 719 | r2---sn-a5mekney.googlevideo.com 720 | r2---sn-a5meknle.googlevideo.com 721 | r2---sn-a5meknll.googlevideo.com 722 | r2---sn-a5meknl7.googlevideo.com 723 | r2---sn-a5mlrn76.googlevideo.com 724 | r2---sn-a5mlrn7l.googlevideo.com 725 | r2---sn-a5mlrn7s.googlevideo.com 726 | r2---sn-a5mlrn7z.googlevideo.com 727 | r20---sn-a5m7ln76.googlevideo.com 728 | r20---sn-a5m7ln7d.googlevideo.com 729 | r20---sn-a5m7ln7k.googlevideo.com 730 | r20---sn-a5m7ln7r.googlevideo.com 731 | r20---sn-a5m7ln7s.googlevideo.com 732 | r20---sn-a5m7ln7y.googlevideo.com 733 | r20---sn-a5m7ln7z.googlevideo.com 734 | r20---sn-a5m7lne6.googlevideo.com 735 | r20---sn-a5m7lne7.googlevideo.com 736 | r20---sn-a5m7lned.googlevideo.com 737 | r20---sn-a5m7lnee.googlevideo.com 738 | r20---sn-a5m7lnek.googlevideo.com 739 | r20---sn-a5m7lnel.googlevideo.com 740 | r20---sn-a5m7lner.googlevideo.com 741 | r20---sn-a5m7lnes.googlevideo.com 742 | r20---sn-a5m7lnez.googlevideo.com 743 | r20---sn-a5m7zne6.googlevideo.com 744 | r20---sn-a5m7zne7.googlevideo.com 745 | r20---sn-a5m7zned.googlevideo.com 746 | r20---sn-a5m7znee.googlevideo.com 747 | r20---sn-a5m7znek.googlevideo.com 748 | r20---sn-a5m7znel.googlevideo.com 749 | r20---sn-a5m7znes.googlevideo.com 750 | r20---sn-a5m7znez.googlevideo.com 751 | r3---sn-a5m7ln76.googlevideo.com 752 | r3---sn-a5m7ln7d.googlevideo.com 753 | r3---sn-a5m7ln7k.googlevideo.com 754 | r3---sn-a5m7ln7r.googlevideo.com 755 | r3---sn-a5m7ln7s.googlevideo.com 756 | r3---sn-a5m7ln7y.googlevideo.com 757 | r3---sn-a5m7ln7z.googlevideo.com 758 | r3---sn-a5m7lne6.googlevideo.com 759 | r3---sn-a5m7lne7.googlevideo.com 760 | r3---sn-a5m7lned.googlevideo.com 761 | r3---sn-a5m7lnee.googlevideo.com 762 | r3---sn-a5m7lnek.googlevideo.com 763 | r3---sn-a5m7lnel.googlevideo.com 764 | r3---sn-a5m7lner.googlevideo.com 765 | r3---sn-a5m7lnes.googlevideo.com 766 | r3---sn-a5m7lnez.googlevideo.com 767 | r3---sn-a5m7lnlz.googlevideo.com 768 | r3---sn-a5m7zne6.googlevideo.com 769 | r3---sn-a5m7zne7.googlevideo.com 770 | r3---sn-a5m7zned.googlevideo.com 771 | r3---sn-a5m7znee.googlevideo.com 772 | r3---sn-a5m7znek.googlevideo.com 773 | r3---sn-a5m7znel.googlevideo.com 774 | r3---sn-a5m7znes.googlevideo.com 775 | r3---sn-a5m7znez.googlevideo.com 776 | r3---sn-a5m7zu76.googlevideo.com 777 | r3---sn-a5m7zu7d.googlevideo.com 778 | r3---sn-a5m7zu7e.googlevideo.com 779 | r3---sn-a5m7zu7k.googlevideo.com 780 | r3---sn-a5m7zu7l.googlevideo.com 781 | r3---sn-a5m7zu7r.googlevideo.com 782 | r3---sn-a5m7zu7s.googlevideo.com 783 | r3---sn-a5m7zu7z.googlevideo.com 784 | r3---sn-a5mekn7d.googlevideo.com 785 | r3---sn-a5mekn7k.googlevideo.com 786 | r3---sn-a5mekn7r.googlevideo.com 787 | r3---sn-a5mekn7y.googlevideo.com 788 | r3---sn-a5mekne7.googlevideo.com 789 | r3---sn-a5mekned.googlevideo.com 790 | r3---sn-a5meknee.googlevideo.com 791 | r3---sn-a5meknek.googlevideo.com 792 | r3---sn-a5meknel.googlevideo.com 793 | r3---sn-a5mekner.googlevideo.com 794 | r3---sn-a5meknes.googlevideo.com 795 | r3---sn-a5mekney.googlevideo.com 796 | r3---sn-a5meknle.googlevideo.com 797 | r3---sn-a5meknll.googlevideo.com 798 | r3---sn-a5meknl7.googlevideo.com 799 | r3---sn-a5mlrn76.googlevideo.com 800 | r3---sn-a5mlrn7l.googlevideo.com 801 | r3---sn-a5mlrn7s.googlevideo.com 802 | r3---sn-a5mlrn7z.googlevideo.com 803 | r4---sn-a5m7ln76.googlevideo.com 804 | r4---sn-a5m7ln7d.googlevideo.com 805 | r4---sn-a5m7ln7k.googlevideo.com 806 | r4---sn-a5m7ln7r.googlevideo.com 807 | r4---sn-a5m7ln7s.googlevideo.com 808 | r4---sn-a5m7ln7y.googlevideo.com 809 | r4---sn-a5m7ln7z.googlevideo.com 810 | r4---sn-a5m7lne6.googlevideo.com 811 | r4---sn-a5m7lne7.googlevideo.com 812 | r4---sn-a5m7lned.googlevideo.com 813 | r4---sn-a5m7lnee.googlevideo.com 814 | r4---sn-a5m7lnek.googlevideo.com 815 | r4---sn-a5m7lnel.googlevideo.com 816 | r4---sn-a5m7lner.googlevideo.com 817 | r4---sn-a5m7lnes.googlevideo.com 818 | r4---sn-a5m7lnez.googlevideo.com 819 | r4---sn-a5m7lnlz.googlevideo.com 820 | r4---sn-a5m7zne6.googlevideo.com 821 | r4---sn-a5m7zne7.googlevideo.com 822 | r4---sn-a5m7zned.googlevideo.com 823 | r4---sn-a5m7znee.googlevideo.com 824 | r4---sn-a5m7znek.googlevideo.com 825 | r4---sn-a5m7znel.googlevideo.com 826 | r4---sn-a5m7znes.googlevideo.com 827 | r4---sn-a5m7znez.googlevideo.com 828 | r4---sn-a5m7zu76.googlevideo.com 829 | r4---sn-a5m7zu7d.googlevideo.com 830 | r4---sn-a5m7zu7e.googlevideo.com 831 | r4---sn-a5m7zu7k.googlevideo.com 832 | r4---sn-a5m7zu7l.googlevideo.com 833 | r4---sn-a5m7zu7r.googlevideo.com 834 | r4---sn-a5m7zu7s.googlevideo.com 835 | r4---sn-a5m7zu7z.googlevideo.com 836 | r4---sn-a5mekn7d.googlevideo.com 837 | r4---sn-a5mekn7k.googlevideo.com 838 | r4---sn-a5mekn7r.googlevideo.com 839 | r4---sn-a5mekn7y.googlevideo.com 840 | r4---sn-a5mekne7.googlevideo.com 841 | r4---sn-a5mekned.googlevideo.com 842 | r4---sn-a5meknee.googlevideo.com 843 | r4---sn-a5meknek.googlevideo.com 844 | r4---sn-a5meknel.googlevideo.com 845 | r4---sn-a5mekner.googlevideo.com 846 | r4---sn-a5meknes.googlevideo.com 847 | r4---sn-a5mekney.googlevideo.com 848 | r4---sn-a5meknle.googlevideo.com 849 | r4---sn-a5meknll.googlevideo.com 850 | r4---sn-a5meknl7.googlevideo.com 851 | r4---sn-a5mlrn76.googlevideo.com 852 | r4---sn-a5mlrn7l.googlevideo.com 853 | r4---sn-a5mlrn7s.googlevideo.com 854 | r4---sn-a5mlrn7z.googlevideo.com 855 | r5---sn-a5m7ln76.googlevideo.com 856 | r5---sn-a5m7ln7d.googlevideo.com 857 | r5---sn-a5m7ln7k.googlevideo.com 858 | r5---sn-a5m7ln7r.googlevideo.com 859 | r5---sn-a5m7ln7s.googlevideo.com 860 | r5---sn-a5m7ln7y.googlevideo.com 861 | r5---sn-a5m7ln7z.googlevideo.com 862 | r5---sn-a5m7lne6.googlevideo.com 863 | r5---sn-a5m7lne7.googlevideo.com 864 | r5---sn-a5m7lned.googlevideo.com 865 | r5---sn-a5m7lnee.googlevideo.com 866 | r5---sn-a5m7lnek.googlevideo.com 867 | r5---sn-a5m7lnel.googlevideo.com 868 | r5---sn-a5m7lner.googlevideo.com 869 | r5---sn-a5m7lnes.googlevideo.com 870 | r5---sn-a5m7lnez.googlevideo.com 871 | r5---sn-a5m7lnlz.googlevideo.com 872 | r5---sn-a5m7zne6.googlevideo.com 873 | r5---sn-a5m7zne7.googlevideo.com 874 | r5---sn-a5m7zned.googlevideo.com 875 | r5---sn-a5m7znee.googlevideo.com 876 | r5---sn-a5m7znek.googlevideo.com 877 | r5---sn-a5m7znel.googlevideo.com 878 | r5---sn-a5m7znes.googlevideo.com 879 | r5---sn-a5m7znez.googlevideo.com 880 | r5---sn-a5m7zu76.googlevideo.com 881 | r5---sn-a5m7zu7d.googlevideo.com 882 | r5---sn-a5m7zu7e.googlevideo.com 883 | r5---sn-a5m7zu7k.googlevideo.com 884 | r5---sn-a5m7zu7l.googlevideo.com 885 | r5---sn-a5m7zu7r.googlevideo.com 886 | r5---sn-a5m7zu7s.googlevideo.com 887 | r5---sn-a5m7zu7z.googlevideo.com 888 | r5---sn-a5mekn7d.googlevideo.com 889 | r5---sn-a5mekn7k.googlevideo.com 890 | r5---sn-a5mekn7r.googlevideo.com 891 | r5---sn-a5mekn7y.googlevideo.com 892 | r5---sn-a5mekne7.googlevideo.com 893 | r5---sn-a5mekned.googlevideo.com 894 | r5---sn-a5meknee.googlevideo.com 895 | r5---sn-a5meknek.googlevideo.com 896 | r5---sn-a5meknel.googlevideo.com 897 | r5---sn-a5mekner.googlevideo.com 898 | r5---sn-a5meknes.googlevideo.com 899 | r5---sn-a5mekney.googlevideo.com 900 | r5---sn-a5meknle.googlevideo.com 901 | r5---sn-a5meknll.googlevideo.com 902 | r5---sn-a5meknl7.googlevideo.com 903 | r5---sn-a5mlrn76.googlevideo.com 904 | r5---sn-a5mlrn7l.googlevideo.com 905 | r5---sn-a5mlrn7s.googlevideo.com 906 | r5---sn-a5mlrn7z.googlevideo.com 907 | r6---sn-a5m7ln76.googlevideo.com 908 | r6---sn-a5m7ln7d.googlevideo.com 909 | r6---sn-a5m7ln7k.googlevideo.com 910 | r6---sn-a5m7ln7r.googlevideo.com 911 | r6---sn-a5m7ln7s.googlevideo.com 912 | r6---sn-a5m7ln7y.googlevideo.com 913 | r6---sn-a5m7ln7z.googlevideo.com 914 | r6---sn-a5m7lne6.googlevideo.com 915 | r6---sn-a5m7lne7.googlevideo.com 916 | r6---sn-a5m7lned.googlevideo.com 917 | r6---sn-a5m7lnee.googlevideo.com 918 | r6---sn-a5m7lnek.googlevideo.com 919 | r6---sn-a5m7lnel.googlevideo.com 920 | r6---sn-a5m7lner.googlevideo.com 921 | r6---sn-a5m7lnes.googlevideo.com 922 | r6---sn-a5m7lnez.googlevideo.com 923 | r6---sn-a5m7lnlz.googlevideo.com 924 | r6---sn-a5m7zne6.googlevideo.com 925 | r6---sn-a5m7zne7.googlevideo.com 926 | r6---sn-a5m7zned.googlevideo.com 927 | r6---sn-a5m7znee.googlevideo.com 928 | r6---sn-a5m7znek.googlevideo.com 929 | r6---sn-a5m7znel.googlevideo.com 930 | r6---sn-a5m7znes.googlevideo.com 931 | r6---sn-a5m7znez.googlevideo.com 932 | r6---sn-a5m7zu76.googlevideo.com 933 | r6---sn-a5m7zu7d.googlevideo.com 934 | r6---sn-a5m7zu7e.googlevideo.com 935 | r6---sn-a5m7zu7k.googlevideo.com 936 | r6---sn-a5m7zu7l.googlevideo.com 937 | r6---sn-a5m7zu7r.googlevideo.com 938 | r6---sn-a5m7zu7s.googlevideo.com 939 | r6---sn-a5m7zu7z.googlevideo.com 940 | r6---sn-a5mekn7d.googlevideo.com 941 | r6---sn-a5mekn7k.googlevideo.com 942 | r6---sn-a5mekn7r.googlevideo.com 943 | r6---sn-a5mekn7y.googlevideo.com 944 | r6---sn-a5mekne7.googlevideo.com 945 | r6---sn-a5mekned.googlevideo.com 946 | r6---sn-a5meknee.googlevideo.com 947 | r6---sn-a5meknek.googlevideo.com 948 | r6---sn-a5meknel.googlevideo.com 949 | r6---sn-a5mekner.googlevideo.com 950 | r6---sn-a5meknes.googlevideo.com 951 | r6---sn-a5mekney.googlevideo.com 952 | r6---sn-a5meknle.googlevideo.com 953 | r6---sn-a5meknll.googlevideo.com 954 | r6---sn-a5meknl7.googlevideo.com 955 | r6---sn-a5mlrn76.googlevideo.com 956 | r6---sn-a5mlrn7l.googlevideo.com 957 | r6---sn-a5mlrn7s.googlevideo.com 958 | r6---sn-a5mlrn7z.googlevideo.com 959 | r7---sn-a5m7ln76.googlevideo.com 960 | r7---sn-a5m7ln7d.googlevideo.com 961 | r7---sn-a5m7ln7k.googlevideo.com 962 | r7---sn-a5m7ln7r.googlevideo.com 963 | r7---sn-a5m7ln7s.googlevideo.com 964 | r7---sn-a5m7ln7y.googlevideo.com 965 | r7---sn-a5m7ln7z.googlevideo.com 966 | r7---sn-a5m7lne6.googlevideo.com 967 | r7---sn-a5m7lne7.googlevideo.com 968 | r7---sn-a5m7lned.googlevideo.com 969 | r7---sn-a5m7lnee.googlevideo.com 970 | r7---sn-a5m7lnek.googlevideo.com 971 | r7---sn-a5m7lnel.googlevideo.com 972 | r7---sn-a5m7lner.googlevideo.com 973 | r7---sn-a5m7lnes.googlevideo.com 974 | r7---sn-a5m7lnez.googlevideo.com 975 | r7---sn-a5m7zne6.googlevideo.com 976 | r7---sn-a5m7zne7.googlevideo.com 977 | r7---sn-a5m7zned.googlevideo.com 978 | r7---sn-a5m7znee.googlevideo.com 979 | r7---sn-a5m7znek.googlevideo.com 980 | r7---sn-a5m7znel.googlevideo.com 981 | r7---sn-a5m7znes.googlevideo.com 982 | r7---sn-a5m7znez.googlevideo.com 983 | r7---sn-a5m7zu76.googlevideo.com 984 | r7---sn-a5m7zu7d.googlevideo.com 985 | r7---sn-a5m7zu7e.googlevideo.com 986 | r7---sn-a5m7zu7k.googlevideo.com 987 | r7---sn-a5m7zu7l.googlevideo.com 988 | r7---sn-a5m7zu7r.googlevideo.com 989 | r7---sn-a5m7zu7s.googlevideo.com 990 | r7---sn-a5m7zu7z.googlevideo.com 991 | r8---sn-a5m7ln76.googlevideo.com 992 | r8---sn-a5m7ln7d.googlevideo.com 993 | r8---sn-a5m7ln7k.googlevideo.com 994 | r8---sn-a5m7ln7r.googlevideo.com 995 | r8---sn-a5m7ln7s.googlevideo.com 996 | r8---sn-a5m7ln7y.googlevideo.com 997 | r8---sn-a5m7ln7z.googlevideo.com 998 | r8---sn-a5m7lne6.googlevideo.com 999 | r8---sn-a5m7lne7.googlevideo.com 1000 | r8---sn-a5m7lned.googlevideo.com 1001 | r8---sn-a5m7lnee.googlevideo.com 1002 | r8---sn-a5m7lnek.googlevideo.com 1003 | r8---sn-a5m7lnel.googlevideo.com 1004 | r8---sn-a5m7lner.googlevideo.com 1005 | r8---sn-a5m7lnes.googlevideo.com 1006 | r8---sn-a5m7lnez.googlevideo.com 1007 | r8---sn-a5m7zne6.googlevideo.com 1008 | r8---sn-a5m7zne7.googlevideo.com 1009 | r8---sn-a5m7zned.googlevideo.com 1010 | r8---sn-a5m7znee.googlevideo.com 1011 | r8---sn-a5m7znek.googlevideo.com 1012 | r8---sn-a5m7znel.googlevideo.com 1013 | r8---sn-a5m7znes.googlevideo.com 1014 | r8---sn-a5m7znez.googlevideo.com 1015 | r8---sn-a5m7zu76.googlevideo.com 1016 | r8---sn-a5m7zu7d.googlevideo.com 1017 | r8---sn-a5m7zu7e.googlevideo.com 1018 | r8---sn-a5m7zu7k.googlevideo.com 1019 | r8---sn-a5m7zu7l.googlevideo.com 1020 | r8---sn-a5m7zu7r.googlevideo.com 1021 | r8---sn-a5m7zu7s.googlevideo.com 1022 | r8---sn-a5m7zu7z.googlevideo.com 1023 | r9---sn-a5m7ln76.googlevideo.com 1024 | r9---sn-a5m7ln7d.googlevideo.com 1025 | r9---sn-a5m7ln7k.googlevideo.com 1026 | r9---sn-a5m7ln7r.googlevideo.com 1027 | r9---sn-a5m7ln7s.googlevideo.com 1028 | r9---sn-a5m7ln7y.googlevideo.com 1029 | r9---sn-a5m7ln7z.googlevideo.com 1030 | r9---sn-a5m7lne6.googlevideo.com 1031 | r9---sn-a5m7lne7.googlevideo.com 1032 | r9---sn-a5m7lned.googlevideo.com 1033 | r9---sn-a5m7lnee.googlevideo.com 1034 | r9---sn-a5m7lnek.googlevideo.com 1035 | r9---sn-a5m7lnel.googlevideo.com 1036 | r9---sn-a5m7lner.googlevideo.com 1037 | r9---sn-a5m7lnes.googlevideo.com 1038 | r9---sn-a5m7lnez.googlevideo.com 1039 | r9---sn-a5m7zne6.googlevideo.com 1040 | r9---sn-a5m7zne7.googlevideo.com 1041 | r9---sn-a5m7zned.googlevideo.com 1042 | r9---sn-a5m7znee.googlevideo.com 1043 | r9---sn-a5m7znek.googlevideo.com 1044 | r9---sn-a5m7znel.googlevideo.com 1045 | r9---sn-a5m7znes.googlevideo.com 1046 | r9---sn-a5m7znez.googlevideo.com 1047 | --------------------------------------------------------------------------------