mirror of
https://github.com/ignaciocastro/a-dove-is-dumb
synced 2025-04-10 08:27:04 +03:00
Added new format, updated terminology, removed unused files, updated License
This commit is contained in:
parent
2f40aecba3
commit
39020b1669
12
.github/workflows/cdnpurge.yml
vendored
12
.github/workflows/cdnpurge.yml
vendored
@ -1,12 +0,0 @@
|
||||
name: "cdnpurge"
|
||||
on: push
|
||||
jobs:
|
||||
purge-jsdelivr-cache:
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- uses: gacts/purge-jsdelivr-cache@v1
|
||||
with:
|
||||
url: |
|
||||
https://cdn.jsdelivr.net/gh/ignaciocastro/a-dove-is-dumb@latest/list.txt
|
||||
https://cdn.jsdelivr.net/gh/ignaciocastro/a-dove-is-dumb@latest/127.txt
|
||||
https://cdn.jsdelivr.net/gh/ignaciocastro/a-dove-is-dumb@latest/pihole.txt
|
7
127.txt
7
127.txt
@ -1,9 +1,10 @@
|
||||
# These IPs will only block the licensing part of Adobe apps,
|
||||
# These IPs will only block the telemetry check of Adobe apps,
|
||||
# and shouldn't interfere with any other network option,
|
||||
# such as AI generation, downloads, etc.
|
||||
# 0.0.0.0 can be found in https://a.dove.isdumb.one/list.txt
|
||||
# Repository was taken down by a DMCA claim from Adobe.
|
||||
# Please check https://t.me/adobeisdumb for updates on the matter.
|
||||
# Pop up window? Report at:
|
||||
# https://github.com/ignaciocastro/a-dove-is-dumb/issues
|
||||
# Or follow updates at https://a.dove.isdumb.one/telegram
|
||||
# Last update: 2024-06-14 16:27 UTC
|
||||
127.0.0.1 ic.adobe.io
|
||||
127.0.0.1 cc-api-data.adobe.io
|
||||
|
2
LICENSE
2
LICENSE
@ -1,4 +1,4 @@
|
||||
BSD 2-Clause License (Usage for the Dove emoji)
|
||||
BSD 2-Clause License (Usage for the Dove, pirate flag and ship emoji)
|
||||
|
||||
Copyright (c) 2018-2024, the SerenityOS developers.
|
||||
Copyright (c) 2022-2024, Gegga Thor <xexxa@serenityos.org>
|
||||
|
18
README.md
18
README.md
@ -4,14 +4,14 @@
|
||||
<sub><sup>click to open</sup></sub>
|
||||
|
||||
|
||||
[/127](https://a.dove.isdumb.one/127 "Alternative using 127.0.0.1 instead of 0.0.0.0") [/cdn](https://a.dove.isdumb.one/cdn "Served from jsDelivr") [/fastly](https://a.dove.isdumb.one/fastly "Served from jsDelivr's Fastly mirror (对中国用户有用)") [/pihole](https://a.dove.isdumb.one/pihole "Optimized for Pi-hole users (No IP before domain)")
|
||||
[/127](https://a.dove.isdumb.one/127 "Alternative using 127.0.0.1 instead of 0.0.0.0") [/cdn](https://a.dove.isdumb.one/cdn "Served from jsDelivr") [/fastly](https://a.dove.isdumb.one/fastly "Served from jsDelivr's Fastly mirror (对中国用户有用)") [/pihole](https://a.dove.isdumb.one/pihole "Optimized for Pi-hole users (No IP before domain)") [/winhosts](https://a.dove.isdumb.one/winhosts "Follows Microsoft Windows' default hosts file format")
|
||||
|
||||
_Latest update: Fri, 14 Jun 2024 16:27:19 UTC_
|
||||
|
||||
<sub>_NEW: Join the Telegram channel for updates [here](https://a.dove.isdumb.one/telegram)._</sub>
|
||||
|
||||
|
||||
Quick, easy and painless way of blocking Adobe's licensing servers. Updated continuously, without blocking other network-required features.</div>
|
||||
Quick, easy and painless way of blocking Adobe's telemetry checking servers. Updated continuously, without blocking other network-required features.</div>
|
||||
|
||||
|
||||
## Usage
|
||||
@ -20,6 +20,7 @@ Quick, easy and painless way of blocking Adobe's licensing servers. Updated cont
|
||||
<summary>Normal usage (manual updates)</summary>
|
||||
|
||||
- Copy the contents from the list to your hosts file, located in C:/Windows/System32/drivers/etc/hosts.
|
||||
- If your hosts file is the default one, you can use the Windows formatted list and copy and paste everything instead
|
||||
</details>
|
||||
|
||||
<details>
|
||||
@ -87,10 +88,11 @@ This can happen with programs that do not support 301 redirects as the source UR
|
||||
- CDN: https://cdn.jsdelivr.net/gh/ignaciocastro/a-dove-is-dumb@latest/list.txt
|
||||
- Fastly: https://fastly.jsdelivr.net/gh/ignaciocastro/a-dove-is-dumb@latest/list.txt
|
||||
- Pihole: https://a.dove.isdumb.one/pihole.txt
|
||||
- Microsoft Windows hosts: https://a.dove.isdumb.one/winhosts.txt
|
||||
</details>
|
||||
|
||||
### It was working fine and now I'm getting / I'm still getting the "Unlicensed program" window / I have a new subdomain to submit
|
||||
Adobe tends to update their license subdomain every two weeks. Feel free to open [an issue](https://github.com/ignaciocastro/a-dove-is-dumb/issues/new) if you already tried updating the list and nothing happened. It'd be appreciated if you could use Fiddler / Charles Proxy when opening the program, sort by _"/integritychecker/machineevents/v1"_ and include the subdomain it was requested from.
|
||||
Adobe tends to update their telemetry checking subdomain every two weeks. Feel free to open [an issue](https://github.com/ignaciocastro/a-dove-is-dumb/issues/new) if you already tried updating the list and nothing happened. It'd be appreciated if you could use Fiddler / Charles Proxy when opening the program, sort by _"/integritychecker/machineevents/v1"_ and include the subdomain it was requested from.
|
||||
|
||||
### I'm in a country where Github / Cloudflare is slow or blocked / 我所在的国家Github/Cloudflare速度慢或被屏蔽
|
||||
jsDelivr URL should redirect you to a suitable mirror according to your latency / country. If you still can't access any option, please [open an issue](https://github.com/ignaciocastro/a-dove-is-dumb/issues/new).
|
||||
@ -99,10 +101,10 @@ jsDelivr URL should redirect you to a suitable mirror according to your latency
|
||||
<details>
|
||||
<summary>镜像列表(单击展开)</summary>
|
||||
|
||||
- Fastly镜像: [违约](https://fastly.jsdelivr.net/gh/ignaciocastro/a-dove-is-dumb@latest/list.txt) | [备选方案(127.0.0.1)](https://fastly.jsdelivr.net/gh/ignaciocastro/a-dove-is-dumb@latest/127.txt) | [Pi-hole](https://fastly.jsdelivr.net/gh/ignaciocastro/a-dove-is-dumb@latest/pihole.txt)
|
||||
- Gcore镜像: [违约](https://gcore.jsdelivr.net/gh/ignaciocastro/a-dove-is-dumb@latest/list.txt) | [备选方案(127.0.0.1)](https://gcore.jsdelivr.net/gh/ignaciocastro/a-dove-is-dumb@latest/127.txt) | [Pi-hole](https://gcore.jsdelivr.net/gh/ignaciocastro/a-dove-is-dumb@latest/pihole.txt)
|
||||
- Quantil镜像: [违约](https://quantil.jsdelivr.net/gh/ignaciocastro/a-dove-is-dumb@latest/list.txt) | [备选方案(127.0.0.1)](https://quantil.jsdelivr.net/gh/ignaciocastro/a-dove-is-dumb@latest/127.txt) | [Pi-hole](https://quantil.jsdelivr.net/gh/ignaciocastro/a-dove-is-dumb@latest/pihole.txt)
|
||||
- Ghproxy: [违约](https://gh-proxy.com/https://raw.githubusercontent.com/ignaciocastro/a-dove-is-dumb/main/list.txt) | [备选方案(127.0.0.1)](https://gh-proxy.com/https://raw.githubusercontent.com/ignaciocastro/a-dove-is-dumb/main/127.txt) | [Pi-hole](https://gh-proxy.com/https://raw.githubusercontent.com/ignaciocastro/a-dove-is-dumb/main/pihole.txt)
|
||||
- Fastly镜像: [违约](https://fastly.jsdelivr.net/gh/ignaciocastro/a-dove-is-dumb@latest/list.txt) | [备选方案(127.0.0.1)](https://fastly.jsdelivr.net/gh/ignaciocastro/a-dove-is-dumb@latest/127.txt) | [Pi-hole](https://fastly.jsdelivr.net/gh/ignaciocastro/a-dove-is-dumb@latest/pihole.txt) | [Microsoft Windows hosts](https://fastly.jsdelivr.net/gh/ignaciocastro/a-dove-is-dumb@latest/winhosts.txt)
|
||||
- Gcore镜像: [违约](https://gcore.jsdelivr.net/gh/ignaciocastro/a-dove-is-dumb@latest/list.txt) | [备选方案(127.0.0.1)](https://gcore.jsdelivr.net/gh/ignaciocastro/a-dove-is-dumb@latest/127.txt) | [Pi-hole](https://gcore.jsdelivr.net/gh/ignaciocastro/a-dove-is-dumb@latest/pihole.txt) | [Microsoft Windows hosts](https://gcore.jsdelivr.net/gh/ignaciocastro/a-dove-is-dumb@latest/winhosts.txt)
|
||||
- Quantil镜像: [违约](https://quantil.jsdelivr.net/gh/ignaciocastro/a-dove-is-dumb@latest/list.txt) | [备选方案(127.0.0.1)](https://quantil.jsdelivr.net/gh/ignaciocastro/a-dove-is-dumb@latest/127.txt) | [Pi-hole](https://quantil.jsdelivr.net/gh/ignaciocastro/a-dove-is-dumb@latest/pihole.txt) | [Microsoft Windows hosts](https://quantil.jsdelivr.net/gh/ignaciocastro/a-dove-is-dumb@latest/winhosts.txt)
|
||||
- Ghproxy: [违约](https://gh-proxy.com/https://raw.githubusercontent.com/ignaciocastro/a-dove-is-dumb/main/list.txt) | [备选方案(127.0.0.1)](https://gh-proxy.com/https://raw.githubusercontent.com/ignaciocastro/a-dove-is-dumb/main/127.txt) | [Pi-hole](https://gh-proxy.com/https://raw.githubusercontent.com/ignaciocastro/a-dove-is-dumb/main/pihole.txt) | [Microsoft Windows hosts](https://gh-proxy.com/https://raw.githubusercontent.com/ignaciocastro/a-dove-is-dumb/main/winhosts.txt)
|
||||
</details>
|
||||
|
||||
|
||||
@ -114,7 +116,7 @@ They are not necessary, but always appreciated! Your contribution will help me p
|
||||
[](https://ko-fi.com/F2F2PQN55)
|
||||
[](https://liberapay.com/ignaseeo/)
|
||||
|
||||
[](https://github.com/sponsors/ignaciocastro)
|
||||
[Github Sponsors (+crypto wallets)](https://github.com/sponsors/ignaciocastro)
|
||||
|
||||
</center>
|
||||
|
||||
|
@ -1,6 +0,0 @@
|
||||
/ /list.txt 301
|
||||
/127 /127.txt 301
|
||||
/cdn https://cdn.jsdelivr.net/gh/ignaciocastro/a-dove-is-dumb@latest/list.txt
|
||||
/fastly https://fastly.jsdelivr.net/gh/ignaciocastro/a-dove-is-dumb@latest/list.txt
|
||||
/pihole /pihole.txt
|
||||
/repo https://github.com/ignaciocastro/a-dove-is-dumb/
|
10
list.txt
10
list.txt
@ -1,10 +1,10 @@
|
||||
# These IPs will only block the licensing part of Adobe apps,
|
||||
# These IPs will only block the telemetry check of Adobe apps,
|
||||
# and shouldn't interfere with any other network option,
|
||||
# such as AI generation, downloads, etc.
|
||||
# Alternative list using 127.0.0.1 instead of 0.0.0.0
|
||||
# can be found at https://a.dove.isdumb.one/127.txt
|
||||
# Repository was taken down by a DMCA claim from Adobe.
|
||||
# Please check https://t.me/adobeisdumb for updates on the matter.
|
||||
# 0.0.0.0 can be found in https://a.dove.isdumb.one/list.txt
|
||||
# Pop up window? Report at:
|
||||
# https://github.com/ignaciocastro/a-dove-is-dumb/issues
|
||||
# Or follow updates at https://a.dove.isdumb.one/telegram
|
||||
# Last update: 2024-06-14 16:27 UTC
|
||||
0.0.0.0 ic.adobe.io
|
||||
0.0.0.0 cc-api-data.adobe.io
|
||||
|
475
winhosts.txt
Normal file
475
winhosts.txt
Normal file
@ -0,0 +1,475 @@
|
||||
# Copyright (c) 1993-2009 Microsoft Corp.
|
||||
#
|
||||
# This is a sample HOSTS file used by Microsoft TCP/IP for Windows provided by MajorGeeks.Com
|
||||
#
|
||||
# This file contains the mappings of IP addresses to host names. Each
|
||||
# entry should be kept on an individual line. The IP address should
|
||||
# be placed in the first column followed by the corresponding host name.
|
||||
# The IP address and the host name should be separated by at least one
|
||||
# space.
|
||||
#
|
||||
# Additionally, comments (such as these) may be inserted on individual
|
||||
# lines or following the machine name denoted by a '#' symbol.
|
||||
#
|
||||
# For example:
|
||||
#
|
||||
# 102.54.94.97 rhino.acme.com # source server
|
||||
# 38.25.63.10 x.acme.com # x client host
|
||||
|
||||
# localhost name resolution is handled within DNS itself.
|
||||
# 127.0.0.1 localhost
|
||||
# ::1 localhost
|
||||
|
||||
# These IPs will only block the telemetry check of Adobe apps,
|
||||
# and shouldn't interfere with any other network option,
|
||||
# such as AI generation, downloads, etc.
|
||||
# 0.0.0.0 can be found in https://a.dove.isdumb.one/list.txt
|
||||
# Pop up window? Report at:
|
||||
# https://github.com/ignaciocastro/a-dove-is-dumb/issues
|
||||
# Or follow updates at https://a.dove.isdumb.one/telegram
|
||||
# Last update: 2024-06-14 16:27 UTC
|
||||
127.0.0.1 ic.adobe.io
|
||||
127.0.0.1 cc-api-data.adobe.io
|
||||
127.0.0.1 cc-api-data-stage.adobe.io
|
||||
127.0.0.1 prod.adobegenuine.com
|
||||
127.0.0.1 gocart-web-prod-ue1-alb-1461435473.us-east-1.elb.amazonaws.com
|
||||
127.0.0.1 0mo5a70cqa.adobe.io
|
||||
127.0.0.1 1b9khekel6.adobe.io
|
||||
127.0.0.1 1hzopx6nz7.adobe.io
|
||||
127.0.0.1 22gda3bxkb.adobe.io
|
||||
127.0.0.1 23ynjitwt5.adobe.io
|
||||
127.0.0.1 2ftem87osk.adobe.io
|
||||
127.0.0.1 3ca52znvmj.adobe.io
|
||||
127.0.0.1 3d3wqt96ht.adobe.io
|
||||
127.0.0.1 4vzokhpsbs.adobe.io
|
||||
127.0.0.1 5zgzzv92gn.adobe.io
|
||||
127.0.0.1 69tu0xswvq.adobe.io
|
||||
127.0.0.1 7g2gzgk9g1.adobe.io
|
||||
127.0.0.1 7m31guub0q.adobe.io
|
||||
127.0.0.1 7sj9n87sls.adobe.io
|
||||
127.0.0.1 8ncdzpmmrg.adobe.io
|
||||
127.0.0.1 9ngulmtgqi.adobe.io
|
||||
127.0.0.1 aoorovjtha.adobe.io
|
||||
127.0.0.1 b5kbg2ggog.adobe.io
|
||||
127.0.0.1 cd536oo20y.adobe.io
|
||||
127.0.0.1 dxyeyf6ecy.adobe.io
|
||||
127.0.0.1 dyzt55url8.adobe.io
|
||||
127.0.0.1 fgh5v09kcn.adobe.io
|
||||
127.0.0.1 fqaq3pq1o9.adobe.io
|
||||
127.0.0.1 guzg78logz.adobe.io
|
||||
127.0.0.1 gw8gfjbs05.adobe.io
|
||||
127.0.0.1 i7pq6fgbsl.adobe.io
|
||||
127.0.0.1 ij0gdyrfka.adobe.io
|
||||
127.0.0.1 ivbnpthtl2.adobe.io
|
||||
127.0.0.1 jc95y2v12r.adobe.io
|
||||
127.0.0.1 lre1kgz2u4.adobe.io
|
||||
127.0.0.1 m59b4msyph.adobe.io
|
||||
127.0.0.1 p0bjuoe16a.adobe.io
|
||||
127.0.0.1 p7uxzbht8h.adobe.io
|
||||
127.0.0.1 ph0f2h2csf.adobe.io
|
||||
127.0.0.1 pojvrj7ho5.adobe.io
|
||||
127.0.0.1 r3zj0yju1q.adobe.io
|
||||
127.0.0.1 r5hacgq5w6.adobe.io
|
||||
127.0.0.1 vajcbj9qgq.adobe.io
|
||||
127.0.0.1 vcorzsld2a.adobe.io
|
||||
127.0.0.1 cv218qmzox6.prod.cloud.adobe.io
|
||||
127.0.0.1 cv24b15c1z0.prod.cloud.adobe.io
|
||||
127.0.0.1 cv24v41zibm.prod.cloud.adobe.io
|
||||
127.0.0.1 cv256ds6c99.prod.cloud.adobe.io
|
||||
127.0.0.1 cv2b0yc07ls.prod.cloud.adobe.io
|
||||
127.0.0.1 cv2bqhsp36w.prod.cloud.adobe.io
|
||||
127.0.0.1 cv2fcqvzl1r.prod.cloud.adobe.io
|
||||
127.0.0.1 cv2l4573ukh.prod.cloud.adobe.io
|
||||
127.0.0.1 cv2nn9r0j2r.prod.cloud.adobe.io
|
||||
127.0.0.1 cv2ska86hnt.prod.cloud.adobe.io
|
||||
127.0.0.1 cv2ys4tjt9x.prod.cloud.adobe.io
|
||||
127.0.0.1 cv2yt8sqmh0.prod.cloud.adobe.io
|
||||
127.0.0.1 cv2zp87w2eo.prod.cloud.adobe.io
|
||||
127.0.0.1 iv218qmzox6.prod.cloud.adobe.io
|
||||
127.0.0.1 iv24b15c1z0.prod.cloud.adobe.io
|
||||
127.0.0.1 iv24v41zibm.prod.cloud.adobe.io
|
||||
127.0.0.1 iv256ds6c99.prod.cloud.adobe.io
|
||||
127.0.0.1 iv2b0yc07ls.prod.cloud.adobe.io
|
||||
127.0.0.1 iv2bqhsp36w.prod.cloud.adobe.io
|
||||
127.0.0.1 iv2fcqvzl1r.prod.cloud.adobe.io
|
||||
127.0.0.1 iv2l4573ukh.prod.cloud.adobe.io
|
||||
127.0.0.1 iv2nn9r0j2r.prod.cloud.adobe.io
|
||||
127.0.0.1 iv2ska86hnt.prod.cloud.adobe.io
|
||||
127.0.0.1 iv2ys4tjt9x.prod.cloud.adobe.io
|
||||
127.0.0.1 iv2yt8sqmh0.prod.cloud.adobe.io
|
||||
127.0.0.1 iv2zp87w2eo.prod.cloud.adobe.io
|
||||
127.0.0.1 pv218qmzox6.prod.cloud.adobe.io
|
||||
127.0.0.1 pv24b15c1z0.prod.cloud.adobe.io
|
||||
127.0.0.1 pv24v41zibm.prod.cloud.adobe.io
|
||||
127.0.0.1 pv256ds6c99.prod.cloud.adobe.io
|
||||
127.0.0.1 pv2b0yc07ls.prod.cloud.adobe.io
|
||||
127.0.0.1 pv2bqhsp36w.prod.cloud.adobe.io
|
||||
127.0.0.1 pv2fcqvzl1r.prod.cloud.adobe.io
|
||||
127.0.0.1 pv2l4573ukh.prod.cloud.adobe.io
|
||||
127.0.0.1 pv2nn9r0j2r.prod.cloud.adobe.io
|
||||
127.0.0.1 pv2ska86hnt.prod.cloud.adobe.io
|
||||
127.0.0.1 pv2ys4tjt9x.prod.cloud.adobe.io
|
||||
127.0.0.1 pv2yt8sqmh0.prod.cloud.adobe.io
|
||||
127.0.0.1 pv2zp87w2eo.prod.cloud.adobe.io
|
||||
127.0.0.1 0bj2epfqn1.adobestats.io
|
||||
127.0.0.1 0n8wirm0nv.adobestats.io
|
||||
127.0.0.1 124hzdrtoi.adobestats.io
|
||||
127.0.0.1 17ov1u3gio.adobestats.io
|
||||
127.0.0.1 17vpu0xkm6.adobestats.io
|
||||
127.0.0.1 1ei1f4k9yk.adobestats.io
|
||||
127.0.0.1 1ngcws40i2.adobestats.io
|
||||
127.0.0.1 1qwiekvkux.adobestats.io
|
||||
127.0.0.1 1tw2l9x7xb.adobestats.io
|
||||
127.0.0.1 1unk1rv07w.adobestats.io
|
||||
127.0.0.1 1xuyy0mk2p.adobestats.io
|
||||
127.0.0.1 220zxtbjjl.adobestats.io
|
||||
127.0.0.1 2621x1nzeq.adobestats.io
|
||||
127.0.0.1 28t4psttw7.adobestats.io
|
||||
127.0.0.1 2dhh9vsp39.adobestats.io
|
||||
127.0.0.1 2eiuxr4ky7.adobestats.io
|
||||
127.0.0.1 2o3c6rbyfr.adobestats.io
|
||||
127.0.0.1 2qj10f8rdg.adobestats.io
|
||||
127.0.0.1 2qjz50z5lf.adobestats.io
|
||||
127.0.0.1 31q40256l4.adobestats.io
|
||||
127.0.0.1 34modi5s5d.adobestats.io
|
||||
127.0.0.1 34u96h6rvn.adobestats.io
|
||||
127.0.0.1 3aqshzqv3w.adobestats.io
|
||||
127.0.0.1 3jq65qgxeh.adobestats.io
|
||||
127.0.0.1 3odrrlydxt.adobestats.io
|
||||
127.0.0.1 3u6k9as4bj.adobestats.io
|
||||
127.0.0.1 3uyby7kphu.adobestats.io
|
||||
127.0.0.1 3xuuprv9lg.adobestats.io
|
||||
127.0.0.1 41yq116gxd.adobestats.io
|
||||
127.0.0.1 44qnmxgtif.adobestats.io
|
||||
127.0.0.1 4dviy9tb3o.adobestats.io
|
||||
127.0.0.1 4fmzz4au8r.adobestats.io
|
||||
127.0.0.1 4l6gggpz15.adobestats.io
|
||||
127.0.0.1 4yw5exucf6.adobestats.io
|
||||
127.0.0.1 50sxgwgngu.adobestats.io
|
||||
127.0.0.1 54cu4v5twu.adobestats.io
|
||||
127.0.0.1 561r5c3bz1.adobestats.io
|
||||
127.0.0.1 5ky0dijg73.adobestats.io
|
||||
127.0.0.1 5m62o8ud26.adobestats.io
|
||||
127.0.0.1 5pawwgngcc.adobestats.io
|
||||
127.0.0.1 5zcrcdpvlp.adobestats.io
|
||||
127.0.0.1 69rxfbohle.adobestats.io
|
||||
127.0.0.1 6dnh2pnz6e.adobestats.io
|
||||
127.0.0.1 6eidhihhci.adobestats.io
|
||||
127.0.0.1 6j0onv1tde.adobestats.io
|
||||
127.0.0.1 6mmsqon7y7.adobestats.io
|
||||
127.0.0.1 6purj8tuwe.adobestats.io
|
||||
127.0.0.1 6qkk0k4e9n.adobestats.io
|
||||
127.0.0.1 6t38sdao5e.adobestats.io
|
||||
127.0.0.1 6y6ozj4sot.adobestats.io
|
||||
127.0.0.1 6zknqfiyev.adobestats.io
|
||||
127.0.0.1 79j7psfqg5.adobestats.io
|
||||
127.0.0.1 7k1t5im229.adobestats.io
|
||||
127.0.0.1 7l4xxjhvkt.adobestats.io
|
||||
127.0.0.1 7tu619a87v.adobestats.io
|
||||
127.0.0.1 83x20gw5jk.adobestats.io
|
||||
127.0.0.1 85n85uoa1h.adobestats.io
|
||||
127.0.0.1 8tegcsplp5.adobestats.io
|
||||
127.0.0.1 98c6c096dd.adobestats.io
|
||||
127.0.0.1 98yu7gk4m3.adobestats.io
|
||||
127.0.0.1 99pfl4vazm.adobestats.io
|
||||
127.0.0.1 9g12qgnfe4.adobestats.io
|
||||
127.0.0.1 9iay914wzy.adobestats.io
|
||||
127.0.0.1 9orhsmzhzs.adobestats.io
|
||||
127.0.0.1 9uffo0j6wj.adobestats.io
|
||||
127.0.0.1 9wm8di7ifk.adobestats.io
|
||||
127.0.0.1 a1y2b7wsna.adobestats.io
|
||||
127.0.0.1 a3cgga0v52.adobestats.io
|
||||
127.0.0.1 a9ctb1jmbv.adobestats.io
|
||||
127.0.0.1 ag0ak456at.adobestats.io
|
||||
127.0.0.1 agxqobl83f.adobestats.io
|
||||
127.0.0.1 ah5otkl8ie.adobestats.io
|
||||
127.0.0.1 altz51db7t.adobestats.io
|
||||
127.0.0.1 anl33sxvkb.adobestats.io
|
||||
127.0.0.1 bbraowhh29.adobestats.io
|
||||
127.0.0.1 bjooauydoa.adobestats.io
|
||||
127.0.0.1 bk7y1gneyk.adobestats.io
|
||||
127.0.0.1 bk8pzmo8g4.adobestats.io
|
||||
127.0.0.1 bpvcty7ry7.adobestats.io
|
||||
127.0.0.1 bs2yhuojzm.adobestats.io
|
||||
127.0.0.1 c474kdh1ky.adobestats.io
|
||||
127.0.0.1 c4dpyxapo7.adobestats.io
|
||||
127.0.0.1 cde0alxs25.adobestats.io
|
||||
127.0.0.1 cr2fouxnpm.adobestats.io
|
||||
127.0.0.1 curbpindd3.adobestats.io
|
||||
127.0.0.1 d101mw99xq.adobestats.io
|
||||
127.0.0.1 d2ke1291mx.adobestats.io
|
||||
127.0.0.1 d6zco8is6l.adobestats.io
|
||||
127.0.0.1 dfnm3epsb7.adobestats.io
|
||||
127.0.0.1 dru0w44scl.adobestats.io
|
||||
127.0.0.1 dsj4bsmk6i.adobestats.io
|
||||
127.0.0.1 dx0nvmv4hz.adobestats.io
|
||||
127.0.0.1 dymfhyu5t7.adobestats.io
|
||||
127.0.0.1 dyv9axahup.adobestats.io
|
||||
127.0.0.1 ebvf40engd.adobestats.io
|
||||
127.0.0.1 eftcpaiu36.adobestats.io
|
||||
127.0.0.1 eq7dbze88m.adobestats.io
|
||||
127.0.0.1 eqo0sr8daw.adobestats.io
|
||||
127.0.0.1 esx6aswt5e.adobestats.io
|
||||
127.0.0.1 eu927m40hm.adobestats.io
|
||||
127.0.0.1 eyiu19jd5w.adobestats.io
|
||||
127.0.0.1 ffirm4ruur.adobestats.io
|
||||
127.0.0.1 ffs3xik41x.adobestats.io
|
||||
127.0.0.1 fm8m3wxufy.adobestats.io
|
||||
127.0.0.1 fw6x2fs3fr.adobestats.io
|
||||
127.0.0.1 g0rhyhkd7l.adobestats.io
|
||||
127.0.0.1 g3y09mbaam.adobestats.io
|
||||
127.0.0.1 g9cli80sqp.adobestats.io
|
||||
127.0.0.1 gwbpood8w4.adobestats.io
|
||||
127.0.0.1 hf6s5jdv95.adobestats.io
|
||||
127.0.0.1 hijfpxclgz.adobestats.io
|
||||
127.0.0.1 hjs70w1pdi.adobestats.io
|
||||
127.0.0.1 hmonvr006v.adobestats.io
|
||||
127.0.0.1 hnk7phkxtg.adobestats.io
|
||||
127.0.0.1 hq0mnwz735.adobestats.io
|
||||
127.0.0.1 hwfqhlenbg.adobestats.io
|
||||
127.0.0.1 i2x2ius9o5.adobestats.io
|
||||
127.0.0.1 i4x0voa7ns.adobestats.io
|
||||
127.0.0.1 i6gl29bvy6.adobestats.io
|
||||
127.0.0.1 ijl01wuoed.adobestats.io
|
||||
127.0.0.1 iw4sp0v9h3.adobestats.io
|
||||
127.0.0.1 izke0wrq9n.adobestats.io
|
||||
127.0.0.1 j0qztjp9ep.adobestats.io
|
||||
127.0.0.1 j134yk6hv5.adobestats.io
|
||||
127.0.0.1 j14y4uzge7.adobestats.io
|
||||
127.0.0.1 j5vsm79i8a.adobestats.io
|
||||
127.0.0.1 jaircqa037.adobestats.io
|
||||
127.0.0.1 jatil41mhk.adobestats.io
|
||||
127.0.0.1 je5ufnklzs.adobestats.io
|
||||
127.0.0.1 jfb7fqf90c.adobestats.io
|
||||
127.0.0.1 jir97hss11.adobestats.io
|
||||
127.0.0.1 jmx50quqz0.adobestats.io
|
||||
127.0.0.1 jsspeczo2f.adobestats.io
|
||||
127.0.0.1 jsxfc5yij1.adobestats.io
|
||||
127.0.0.1 jwonv590qs.adobestats.io
|
||||
127.0.0.1 jye4987hyr.adobestats.io
|
||||
127.0.0.1 k9cyzt2wha.adobestats.io
|
||||
127.0.0.1 kbdgy1yszf.adobestats.io
|
||||
127.0.0.1 kgj0gsg3cf.adobestats.io
|
||||
127.0.0.1 kjhzwuhcel.adobestats.io
|
||||
127.0.0.1 klw4np5a1x.adobestats.io
|
||||
127.0.0.1 kvi8uopy6f.adobestats.io
|
||||
127.0.0.1 kvn19sesfx.adobestats.io
|
||||
127.0.0.1 kwi5n2ruax.adobestats.io
|
||||
127.0.0.1 l558s6jwzy.adobestats.io
|
||||
127.0.0.1 ll8xjr580v.adobestats.io
|
||||
127.0.0.1 llnh72p5m3.adobestats.io
|
||||
127.0.0.1 lnwbupw1s7.adobestats.io
|
||||
127.0.0.1 ltjlscpozx.adobestats.io
|
||||
127.0.0.1 lv5yrjxh6i.adobestats.io
|
||||
127.0.0.1 lz2x4rks1u.adobestats.io
|
||||
127.0.0.1 m59cps6x3n.adobestats.io
|
||||
127.0.0.1 m95pt874uw.adobestats.io
|
||||
127.0.0.1 mge8tcrsbr.adobestats.io
|
||||
127.0.0.1 mid2473ggd.adobestats.io
|
||||
127.0.0.1 mme5z7vvqy.adobestats.io
|
||||
127.0.0.1 mpsige2va9.adobestats.io
|
||||
127.0.0.1 n0yaid7q47.adobestats.io
|
||||
127.0.0.1 n17cast4au.adobestats.io
|
||||
127.0.0.1 n746qg9j4i.adobestats.io
|
||||
127.0.0.1 n78vmdxqwc.adobestats.io
|
||||
127.0.0.1 nh8wam2qd9.adobestats.io
|
||||
127.0.0.1 nhc73ypmli.adobestats.io
|
||||
127.0.0.1 nhs5jfxg10.adobestats.io
|
||||
127.0.0.1 no95ceu36c.adobestats.io
|
||||
127.0.0.1 o1qtkpin3e.adobestats.io
|
||||
127.0.0.1 oee5i55vyo.adobestats.io
|
||||
127.0.0.1 oh41yzugiz.adobestats.io
|
||||
127.0.0.1 ok9sn4bf8f.adobestats.io
|
||||
127.0.0.1 om2h3oklke.adobestats.io
|
||||
127.0.0.1 oxiz2n3i4v.adobestats.io
|
||||
127.0.0.1 p3lj3o9h1s.adobestats.io
|
||||
127.0.0.1 p3m760solq.adobestats.io
|
||||
127.0.0.1 p50zgina3e.adobestats.io
|
||||
127.0.0.1 pc6sk9bygv.adobestats.io
|
||||
127.0.0.1 pdb7v5ul5q.adobestats.io
|
||||
127.0.0.1 pf80yxt5md.adobestats.io
|
||||
127.0.0.1 pljm140ld1.adobestats.io
|
||||
127.0.0.1 ppn4fq68w7.adobestats.io
|
||||
127.0.0.1 psc20x5pmv.adobestats.io
|
||||
127.0.0.1 px8vklwioh.adobestats.io
|
||||
127.0.0.1 q9hjwppxeq.adobestats.io
|
||||
127.0.0.1 qmyqpp3xs3.adobestats.io
|
||||
127.0.0.1 qn2ex1zblg.adobestats.io
|
||||
127.0.0.1 qp5bivnlrp.adobestats.io
|
||||
127.0.0.1 qqyyhr3eqr.adobestats.io
|
||||
127.0.0.1 qttaz1hur3.adobestats.io
|
||||
127.0.0.1 qxc5z5sqkv.adobestats.io
|
||||
127.0.0.1 r1lqxul5sr.adobestats.io
|
||||
127.0.0.1 r9r6oomgms.adobestats.io
|
||||
127.0.0.1 rb0u8l34kr.adobestats.io
|
||||
127.0.0.1 riiohpqnpf.adobestats.io
|
||||
127.0.0.1 rj669kv2lc.adobestats.io
|
||||
127.0.0.1 rlo1n6mv52.adobestats.io
|
||||
127.0.0.1 rm3xrk61n1.adobestats.io
|
||||
127.0.0.1 rmnia8d0tr.adobestats.io
|
||||
127.0.0.1 s7odt342lo.adobestats.io
|
||||
127.0.0.1 sa4visje3j.adobestats.io
|
||||
127.0.0.1 sbzo5r4687.adobestats.io
|
||||
127.0.0.1 sfmzkcuf2f.adobestats.io
|
||||
127.0.0.1 skg7pqn0al.adobestats.io
|
||||
127.0.0.1 t9phy8ywkd.adobestats.io
|
||||
127.0.0.1 tcxqcguhww.adobestats.io
|
||||
127.0.0.1 tf3an24xls.adobestats.io
|
||||
127.0.0.1 tprqy2lgua.adobestats.io
|
||||
127.0.0.1 trc2fpy0j4.adobestats.io
|
||||
127.0.0.1 tyradj47rp.adobestats.io
|
||||
127.0.0.1 u31z50xvp9.adobestats.io
|
||||
127.0.0.1 ua0pnr1x8v.adobestats.io
|
||||
127.0.0.1 uf0onoepoe.adobestats.io
|
||||
127.0.0.1 ujqx8lhpz4.adobestats.io
|
||||
127.0.0.1 uo6uihbs9y.adobestats.io
|
||||
127.0.0.1 uqshzexj7y.adobestats.io
|
||||
127.0.0.1 ura7zj55r9.adobestats.io
|
||||
127.0.0.1 uroc9kxpcb.adobestats.io
|
||||
127.0.0.1 uytor2bsee.adobestats.io
|
||||
127.0.0.1 v5nweiv7nf.adobestats.io
|
||||
127.0.0.1 vfsjlgw02v.adobestats.io
|
||||
127.0.0.1 vicsj37lhf.adobestats.io
|
||||
127.0.0.1 vp7ih9xoxg.adobestats.io
|
||||
127.0.0.1 vqiktmz3k1.adobestats.io
|
||||
127.0.0.1 vqrc5mq1tm.adobestats.io
|
||||
127.0.0.1 vr1i32txj7.adobestats.io
|
||||
127.0.0.1 vr25z2lfqx.adobestats.io
|
||||
127.0.0.1 vrz9w7o7yv.adobestats.io
|
||||
127.0.0.1 vvzbv1ba9r.adobestats.io
|
||||
127.0.0.1 w8x0780324.adobestats.io
|
||||
127.0.0.1 wcxqmuxd4z.adobestats.io
|
||||
127.0.0.1 wjoxlf5x2z.adobestats.io
|
||||
127.0.0.1 wtooadkup9.adobestats.io
|
||||
127.0.0.1 wz8kjkd9gc.adobestats.io
|
||||
127.0.0.1 x5cupsunjc.adobestats.io
|
||||
127.0.0.1 x880ulw3h0.adobestats.io
|
||||
127.0.0.1 x8kb03c0jr.adobestats.io
|
||||
127.0.0.1 x8thl73e7u.adobestats.io
|
||||
127.0.0.1 xbd20b9wqa.adobestats.io
|
||||
127.0.0.1 xesnl0ss94.adobestats.io
|
||||
127.0.0.1 xm8abqacqz.adobestats.io
|
||||
127.0.0.1 xqh2khegrf.adobestats.io
|
||||
127.0.0.1 y2r8jzsv4p.adobestats.io
|
||||
127.0.0.1 y53h2xkr61.adobestats.io
|
||||
127.0.0.1 y8f3hhzhsk.adobestats.io
|
||||
127.0.0.1 yaxne83fvv.adobestats.io
|
||||
127.0.0.1 yb6j6g0r1n.adobestats.io
|
||||
127.0.0.1 yj8yx3y8zo.adobestats.io
|
||||
127.0.0.1 yri0bsu0ak.adobestats.io
|
||||
127.0.0.1 yshuhythub.adobestats.io
|
||||
127.0.0.1 yuzuoqo0il.adobestats.io
|
||||
127.0.0.1 z2cez9qgcl.adobestats.io
|
||||
127.0.0.1 z2yohmd1jm.adobestats.io
|
||||
127.0.0.1 z3shmocdp4.adobestats.io
|
||||
127.0.0.1 zekdqanici.adobestats.io
|
||||
127.0.0.1 zfzx6hae4g.adobestats.io
|
||||
127.0.0.1 zmg3v61bbr.adobestats.io
|
||||
127.0.0.1 zooyvml70k.adobestats.io
|
||||
127.0.0.1 zqr7f445uc.adobestats.io
|
||||
127.0.0.1 zr60t8ia88.adobestats.io
|
||||
127.0.0.1 zrao5tdh1t.adobestats.io
|
||||
127.0.0.1 zrbzvc9mel.adobestats.io
|
||||
127.0.0.1 zu8yy3jkaz.adobestats.io
|
||||
127.0.0.1 zz8r2o83on.adobestats.io
|
||||
127.0.0.1 6ll72mpyxv.adobestats.io
|
||||
127.0.0.1 g6elufzgx7.adobestats.io
|
||||
127.0.0.1 gdtbhgs27n.adobestats.io
|
||||
127.0.0.1 hciylk3wpv.adobestats.io
|
||||
127.0.0.1 m8c5gtovwb.adobestats.io
|
||||
127.0.0.1 411r4c18df.adobestats.io
|
||||
127.0.0.1 475ao55klh.adobestats.io
|
||||
127.0.0.1 c0cczlv877.adobestats.io
|
||||
127.0.0.1 fsx0pbg4rz.adobestats.io
|
||||
127.0.0.1 powfb7xi5v.adobestats.io
|
||||
127.0.0.1 h3hqd6gjkd.adobestats.io
|
||||
127.0.0.1 bvcj3prq1u.adobestats.io
|
||||
127.0.0.1 0k6cw37ajl.adobestats.io
|
||||
127.0.0.1 15phzfr05l.adobestats.io
|
||||
127.0.0.1 2os6jhr955.adobestats.io
|
||||
127.0.0.1 3rm6l6bqwd.adobestats.io
|
||||
127.0.0.1 42fkk06z8c.adobestats.io
|
||||
127.0.0.1 45gnbb50sn.adobestats.io
|
||||
127.0.0.1 6482jlr7qo.adobestats.io
|
||||
127.0.0.1 7lj6w2xxew.adobestats.io
|
||||
127.0.0.1 8eptecerpq.adobestats.io
|
||||
127.0.0.1 9k4qeathc0.adobestats.io
|
||||
127.0.0.1 9yod0aafmi.adobestats.io
|
||||
127.0.0.1 dr1wq4uepg.adobestats.io
|
||||
127.0.0.1 i48z07b7gr.adobestats.io
|
||||
127.0.0.1 me7z7bchov.adobestats.io
|
||||
127.0.0.1 mvnfbgfx93.adobestats.io
|
||||
127.0.0.1 nj9rqrql3b.adobestats.io
|
||||
127.0.0.1 ns6ckzkjzg.adobestats.io
|
||||
127.0.0.1 ouovuyeiee.adobestats.io
|
||||
127.0.0.1 tld9di3jxu.adobestats.io
|
||||
127.0.0.1 xa8g202i4u.adobestats.io
|
||||
127.0.0.1 z83qksw5cq.adobestats.io
|
||||
127.0.0.1 9mblf9n5zf.adobestats.io
|
||||
127.0.0.1 be5d7iw6y1.adobestats.io
|
||||
127.0.0.1 cxqenfk6in.adobestats.io
|
||||
127.0.0.1 cim9wvs3is.adobestats.io
|
||||
127.0.0.1 iqhvrdhql4.adobestats.io
|
||||
127.0.0.1 ar1hqm61sk.adobestats.io
|
||||
127.0.0.1 cducupwlaq.adobestats.io
|
||||
127.0.0.1 sap3m7umfu.adobestats.io
|
||||
127.0.0.1 ay8wypezvi.adobestats.io
|
||||
127.0.0.1 1j3muid89l.adobestats.io
|
||||
127.0.0.1 8167gz60t1.adobestats.io
|
||||
127.0.0.1 2bns2f5eza.adobestats.io
|
||||
127.0.0.1 2c3bqjchr6.adobestats.io
|
||||
127.0.0.1 49vfady5kf.adobestats.io
|
||||
127.0.0.1 7v0i13wiuf.adobestats.io
|
||||
127.0.0.1 ak1ow4e0u3.adobestats.io
|
||||
127.0.0.1 f8m1p3tltt.adobestats.io
|
||||
127.0.0.1 l6uu15bwug.adobestats.io
|
||||
127.0.0.1 rtfuwp21b3.adobestats.io
|
||||
127.0.0.1 s8liwh6vbn.adobestats.io
|
||||
127.0.0.1 ok02isdwcx.adobestats.io
|
||||
127.0.0.1 c72tusw5wi.adobestats.io
|
||||
127.0.0.1 dqaytc21nb.adobestats.io
|
||||
127.0.0.1 gm2ai4nsfq.adobestats.io
|
||||
127.0.0.1 hs6dwhuiwh.adobestats.io
|
||||
127.0.0.1 kst1t43sji.adobestats.io
|
||||
127.0.0.1 x12wor9jo6.adobestats.io
|
||||
127.0.0.1 xgj8lmrcy6.adobestats.io
|
||||
127.0.0.1 6unmig6t9w.adobestats.io
|
||||
127.0.0.1 36ai1uk1z7.adobestats.io
|
||||
127.0.0.1 8nft9ke95j.adobestats.io
|
||||
127.0.0.1 9sg9gr4zf4.adobestats.io
|
||||
127.0.0.1 tagtjqcvqg.adobestats.io
|
||||
127.0.0.1 ztxgqqizv7.adobestats.io
|
||||
127.0.0.1 7mw85h5tv4.adobestats.io
|
||||
127.0.0.1 5amul9liob.adobestats.io
|
||||
127.0.0.1 cfh5v77fsy.adobestats.io
|
||||
127.0.0.1 dobw5hakm0.adobestats.io
|
||||
127.0.0.1 08n59yhbxn.adobestats.io
|
||||
127.0.0.1 0p73385wa6.adobestats.io
|
||||
127.0.0.1 0vrs1f5fso.adobestats.io
|
||||
127.0.0.1 5et944c3kg.adobestats.io
|
||||
127.0.0.1 610o7ktxw7.adobestats.io
|
||||
127.0.0.1 b8qwvscik0.adobestats.io
|
||||
127.0.0.1 cvl65mxwmh.adobestats.io
|
||||
127.0.0.1 dtt06hnkyj.adobestats.io
|
||||
127.0.0.1 fg7bb8gi6d.adobestats.io
|
||||
127.0.0.1 iy304996hm.adobestats.io
|
||||
127.0.0.1 lp4og15wl5.adobestats.io
|
||||
127.0.0.1 nxq02alk63.adobestats.io
|
||||
127.0.0.1 ofgajs60g1.adobestats.io
|
||||
127.0.0.1 om52ny8l9s.adobestats.io
|
||||
127.0.0.1 s14z1kt85g.adobestats.io
|
||||
127.0.0.1 tyqs8bsps8.adobestats.io
|
||||
127.0.0.1 vvpexgmc5t.adobestats.io
|
||||
127.0.0.1 w3ffpxhbn6.adobestats.io
|
||||
127.0.0.1 w58drkayqf.adobestats.io
|
||||
127.0.0.1 w8mvrujj91.adobestats.io
|
||||
127.0.0.1 wjpmg2uott.adobestats.io
|
||||
127.0.0.1 xljz63k33x.adobestats.io
|
||||
127.0.0.1 7micpuqiwp.adobestats.io
|
||||
127.0.0.1 2lb39igrph.adobestats.io
|
||||
127.0.0.1 3zgi4mscuk.adobestats.io
|
||||
127.0.0.1 elf5yl77ju.adobestats.io
|
||||
127.0.0.1 ktb8rx6uhe.adobestats.io
|
||||
127.0.0.1 heufuideue.adobestats.io
|
||||
127.0.0.1 xq68npgl4w.adobestats.io
|
||||
127.0.0.1 vnm70hlbn4.adobestats.io
|
Loading…
Reference in New Issue
Block a user