mirror of https://github.com/bol-van/zapret/
committed by
GitHub
5 changed files with 1411 additions and 0 deletions
@ -0,0 +1,194 @@ |
|||
# can help in case /tmp has not enough space |
|||
#TMPDIR=/data/zapret/tmp |
|||
|
|||
# redefine user for zapret daemons. required on Keenetic |
|||
#WS_USER=nobody |
|||
|
|||
# override firewall type : iptables,nftables,ipfw |
|||
FWTYPE=iptables |
|||
# nftables only : set this to 0 to use pre-nat mode. default is post-nat. |
|||
# pre-nat mode disables some bypass techniques for forwarded traffic but allows to see client IP addresses in debug log |
|||
#POSTNAT=0 |
|||
|
|||
# options for ipsets |
|||
# maximum number of elements in sets. also used for nft sets |
|||
SET_MAXELEM=522288 |
|||
# too low hashsize can cause memory allocation errors on low RAM systems , even if RAM is enough |
|||
# too large hashsize will waste lots of RAM |
|||
IPSET_OPT="hashsize 262144 maxelem $SET_MAXELEM" |
|||
# dynamically generate additional ip. $1 = ipset/nfset/table name |
|||
#IPSET_HOOK="/etc/zapret.ipset.hook" |
|||
|
|||
# options for ip2net. "-4" or "-6" auto added by ipset create script |
|||
IP2NET_OPT4="--prefix-length=22-30 --v4-threshold=3/4" |
|||
IP2NET_OPT6="--prefix-length=56-64 --v6-threshold=5" |
|||
# options for auto hostlist |
|||
AUTOHOSTLIST_RETRANS_THRESHOLD=3 |
|||
AUTOHOSTLIST_FAIL_THRESHOLD=3 |
|||
AUTOHOSTLIST_FAIL_TIME=60 |
|||
# 1 = debug autohostlist positives to ipset/zapret-hosts-auto-debug.log |
|||
AUTOHOSTLIST_DEBUGLOG=0 |
|||
|
|||
# number of parallel threads for domain list resolves |
|||
MDIG_THREADS=30 |
|||
|
|||
# ipset/*.sh can compress large lists |
|||
GZIP_LISTS=1 |
|||
# command to reload ip/host lists after update |
|||
# comment or leave empty for auto backend selection : ipset or ipfw if present |
|||
# on BSD systems with PF no auto reloading happens. you must provide your own command |
|||
# set to "-" to disable reload |
|||
#LISTS_RELOAD="pfctl -f /etc/pf.conf" |
|||
|
|||
# mark bit used by nfqws to prevent loop |
|||
DESYNC_MARK=0x40000000 |
|||
DESYNC_MARK_POSTNAT=0x20000000 |
|||
|
|||
TPWS_SOCKS_ENABLE=0 |
|||
# tpws socks listens on this port on localhost and LAN interfaces |
|||
TPPORT_SOCKS=987 |
|||
# use <HOSTLIST> and <HOSTLIST_NOAUTO> placeholders to engage standard hostlists and autohostlist in ipset dir |
|||
# hostlist markers are replaced to empty string if MODE_FILTER does not satisfy |
|||
# <HOSTLIST_NOAUTO> appends ipset/zapret-hosts-auto.txt as normal list |
|||
TPWS_SOCKS_OPT=" |
|||
--filter-tcp=80 --methodeol <HOSTLIST> --new |
|||
--filter-tcp=443 --split-pos=1,midsld --disorder <HOSTLIST> |
|||
" |
|||
|
|||
TPWS_ENABLE=0 |
|||
TPWS_PORTS=80,443 |
|||
# use <HOSTLIST> and <HOSTLIST_NOAUTO> placeholders to engage standard hostlists and autohostlist in ipset dir |
|||
# hostlist markers are replaced to empty string if MODE_FILTER does not satisfy |
|||
# <HOSTLIST_NOAUTO> appends ipset/zapret-hosts-auto.txt as normal list |
|||
TPWS_OPT=" |
|||
--filter-tcp=80 --methodeol <HOSTLIST> --new |
|||
--filter-tcp=443 --split-pos=1,midsld --disorder <HOSTLIST> |
|||
" |
|||
|
|||
NFQWS_ENABLE=1 |
|||
# redirect outgoing traffic with connbytes limiter applied in both directions. |
|||
NFQWS_PORTS_TCP=80,443,4244,5222-5228,5242,50318,59234 |
|||
NFQWS_PORTS_UDP=443,590-1400,3478-3481,5349,19294-19344 |
|||
# PKT_OUT means connbytes dir original |
|||
# PKT_IN means connbytes dir reply |
|||
# this is --dpi-desync-cutoff=nX kernel mode implementation for linux. it saves a lot of CPU. |
|||
NFQWS_TCP_PKT_OUT=$((6+$AUTOHOSTLIST_RETRANS_THRESHOLD)) |
|||
NFQWS_TCP_PKT_IN=3 |
|||
NFQWS_UDP_PKT_OUT=$((6+$AUTOHOSTLIST_RETRANS_THRESHOLD)) |
|||
NFQWS_UDP_PKT_IN=0 |
|||
# redirect outgoing traffic without connbytes limiter and incoming with connbytes limiter |
|||
# normally it's needed only for stateless DPI that matches every packet in a single TCP session |
|||
# typical example are plain HTTP keep alives |
|||
# this mode can be very CPU consuming. enable with care ! |
|||
#NFQWS_PORTS_TCP_KEEPALIVE=80 |
|||
#NFQWS_PORTS_UDP_KEEPALIVE= |
|||
# use <HOSTLIST> and <HOSTLIST_NOAUTO> placeholders to engage standard hostlists and autohostlist in ipset dir |
|||
# hostlist markers are replaced to empty string if MODE_FILTER does not satisfy |
|||
# <HOSTLIST_NOAUTO> appends ipset/zapret-hosts-auto.txt as normal list |
|||
|
|||
# just notes: [email protected] /data/zapret/lists/ /data/zapret/files/fake/ |
|||
#GoogleVideo first UDP strats!!! UDP for Quick. You maybe need change only TCP or UDP or both strats. For enable starats just delete --skip |
|||
#Ñòðàòåãèÿ DISCORD âìåñòî ïðîñòî fake. Åñëè çàêîììåíòèðîâàòü - áóäåò èñïîëüçîâàòüñÿ ïðîñòî fake |
|||
#NFQWS_OPT_DESYNC_DISCORD_MEDIA="--dpi-desync=fake --dpi-desync-autottl --dup=2 --dup-autottl --dup-cutoff=n3" |
|||
#Ñòðàòåãèÿ ÒÃ, ÂÀ è ò.ï. âìåñòî ïðîñòî fake. Åñëè çàêîììåíòèðîâàòü - áóäåò èñïîëüçîâàòüñÿ ïðîñòî fake |
|||
#NFQWS_OPT_DESYNC_STUN="--dpi-desync=fake --dpi-desync-autottl --dup=2 --dup-autottl --dup-cutoff=n3" |
|||
#--debug=@/tmp/zapret-debug.log |
|||
NFQWS_OPT=" |
|||
--debug=@/tmp/zapret-debug.log |
|||
--filter-tcp=80 |
|||
--hostlist=/data/zapret/ipset/zapret-hosts-user.txt |
|||
--dpi-desync=fake,fakedsplit |
|||
--dpi-desync-autottl=2 |
|||
--dpi-desync-fooling=md5sig |
|||
--dpi-desync-fooling=datanoack |
|||
--new |
|||
--filter-tcp=443 |
|||
--hostlist=/data/zapret/ipset/zapret-hosts-google.txt |
|||
--dpi-desync=multisplit |
|||
--dpi-desync-split-pos=1,sniext+1 |
|||
--dpi-desync-split-seqovl=1 |
|||
--new |
|||
--filter-tcp=443 |
|||
--hostlist=/data/zapret/ipset/zapret-hosts-user.txt |
|||
--dpi-desync=fake,fakedsplit |
|||
--dpi-desync-fake-tls-mod=rnd,rndsni,dupsid,padencap |
|||
--dpi-desync-fooling=md5sig |
|||
--dpi-desync-fooling=badsum |
|||
--dpi-desync-split-pos=1 |
|||
--dpi-desync-split-seqovl=3 |
|||
--new |
|||
--filter-udp=443 |
|||
--hostlist=/data/zapret/ipset/zapret-hosts-user.txt |
|||
--dpi-desync-fake-quic=/data/zapret/files/fake/quic_initial_www_google_com.bin |
|||
--dpi-desync=fake |
|||
--dpi-desync-repeats=6 |
|||
--new |
|||
--filter-udp=443,590-1400,3478-3481,5349,19294-19344 |
|||
--filter-l7=stun |
|||
--dpi-desync=fake |
|||
|
|||
--new |
|||
--filter-udp=443,590-1400,3478-3481,5349,19294-19344 |
|||
--hostlist=/data/zapret/ipset/cust1.txt |
|||
--dpi-desync=fake,udplen |
|||
--dpi-desync-fake-quic=/data/zapret/files/fake/quic_initial_www_google_com.bin |
|||
--dpi-desync-repeats=20 |
|||
--dpi-desync-udplen-increment=24 |
|||
--new |
|||
--filter-tcp=443,4244,5222-5228,5242,50318,59234 |
|||
--hostlist=/data/zapret/ipset/cust1.txt |
|||
--dpi-desync=fake,multisplit |
|||
--dpi-desync-fake-tls=0x00000000 |
|||
--dpi-desync-fake-tls=! |
|||
--dpi-desync-split-pos=1,midsld |
|||
--dpi-desync-repeats=2 |
|||
--dpi-desync-fooling=badseq |
|||
--dpi-desync-fake-tls-mod=rnd,dupsid,sni=www.google.com |
|||
|
|||
" |
|||
|
|||
|
|||
# none,ipset,hostlist,autohostlist |
|||
MODE_FILTER=hostlist |
|||
|
|||
# openwrt only : donttouch,none,software,hardware |
|||
FLOWOFFLOAD=none |
|||
|
|||
# openwrt: specify networks to be treated as LAN. default is "lan" |
|||
#OPENWRT_LAN="lan lan2 lan3" |
|||
# openwrt: specify networks to be treated as WAN. default wans are interfaces with default route |
|||
#OPENWRT_WAN4="wan vpn" |
|||
#OPENWRT_WAN6="wan6 vpn6" |
|||
|
|||
# for routers based on desktop linux and macos. has no effect in openwrt. |
|||
# CHOOSE LAN and optinally WAN/WAN6 NETWORK INTERFACES |
|||
# or leave them commented if its not router |
|||
# it's possible to specify multiple interfaces like this : IFACE_LAN="eth0 eth1 eth2" |
|||
# if IFACE_WAN6 is not defined it take the value of IFACE_WAN |
|||
#IFACE_LAN=eth0 |
|||
#IFACE_WAN=eth0 |
|||
#IFACE_WAN6="ipsec0 wireguard0 he_net" |
|||
|
|||
# should start/stop command of init scripts apply firewall rules ? |
|||
# not applicable to openwrt with firewall3+iptables |
|||
INIT_APPLY_FW=1 |
|||
# firewall apply hooks |
|||
#INIT_FW_PRE_UP_HOOK="/etc/firewall.zapret.hook.pre_up" |
|||
#INIT_FW_POST_UP_HOOK="/etc/firewall.zapret.hook.post_up" |
|||
#INIT_FW_PRE_DOWN_HOOK="/etc/firewall.zapret.hook.pre_down" |
|||
#INIT_FW_POST_DOWN_HOOK="/etc/firewall.zapret.hook.post_down" |
|||
|
|||
# do not work with ipv4 |
|||
#DISABLE_IPV4=1 |
|||
# do not work with ipv6 |
|||
DISABLE_IPV6=1 |
|||
|
|||
# drop icmp time exceeded messages for nfqws tampered connections |
|||
# in POSTNAT mode this can interfere with default mtr/traceroute in tcp or udp mode. use source port not redirected to nfqws |
|||
# set to 0 if you are not expecting connection breakage due to icmp in response to TCP SYN or UDP |
|||
FILTER_TTL_EXPIRED_ICMP=1 |
|||
|
|||
# select which init script will be used to get ip or host list |
|||
# possible values : get_user.sh get_antizapret.sh get_combined.sh get_reestr.sh get_hostlist.sh |
|||
# comment if not required |
|||
#GETLIST= |
|||
@ -0,0 +1,26 @@ |
|||
t.me |
|||
telegra.ph |
|||
telesco.pe |
|||
telegram.me |
|||
telegram.org |
|||
telegram.dog |
|||
telegram.com |
|||
telegram.dev |
|||
telegram.app |
|||
wa.me |
|||
whatsapp-plus.info |
|||
whatsapp-plus.me |
|||
whatsapp-plus.net |
|||
whatsapp.cc |
|||
whatsapp.com |
|||
whatsapp.info |
|||
whatsapp.net |
|||
whatsapp.org |
|||
whatsapp.tv |
|||
whatsappbrand.com |
|||
graph.whatsapp.com |
|||
graph.whatsapp.net |
|||
fbcdn.net |
|||
g.whatsapp.net |
|||
whatsapp.com |
|||
whatsapp.net |
|||
@ -0,0 +1,210 @@ |
|||
cdn.youtube.com |
|||
fonts.googleapis.com |
|||
fonts.gstatic.com |
|||
ggpht.com |
|||
googleapis.com |
|||
googleusercontent.com |
|||
googlevideo.com |
|||
i.ytimg.com |
|||
i9.ytimg.com |
|||
jnn-pa.googleapis.com |
|||
kids.youtube.com |
|||
m.youtube.com |
|||
manifest.googlevideo.com |
|||
music.youtube.com |
|||
nhacmp3youtube.com |
|||
returnyoutubedislikeapi.com |
|||
s.ytimg.com |
|||
signaler-pa.youtube.com |
|||
studio.youtube.com |
|||
tv.youtube.com |
|||
wide-youtube.l.google.com |
|||
withyoutube.com |
|||
youtu.be |
|||
youtube.com |
|||
youtube.googleapis.com |
|||
youtubeeducation.com |
|||
youtubeembeddedplayer.googleapis.com |
|||
youtubefanfest.com |
|||
youtubegaming.com |
|||
youtubei.googleapis.com |
|||
youtubekids.com |
|||
youtubemobilesupport.com |
|||
youtube-nocookie.com |
|||
youtube-ui.l.google.com |
|||
yt.be |
|||
yt3.ggpht.com |
|||
yt3.googleusercontent.com |
|||
yt4.ggpht.com |
|||
ytimg.com |
|||
ytimg.l.google.com |
|||
yting.com |
|||
yt-video-upload.l.google.com |
|||
youtube.ae |
|||
youtube.al |
|||
youtube.am |
|||
youtube.at |
|||
youtube.az |
|||
youtube.ba |
|||
youtube.be |
|||
youtube.bg |
|||
youtube.bh |
|||
youtube.bo |
|||
youtube.by |
|||
youtube.ca |
|||
youtube.cat |
|||
youtube.ch |
|||
youtube.cl |
|||
youtube.co |
|||
youtube.co.ae |
|||
youtube.co.at |
|||
youtube.co.cr |
|||
youtube.co.hu |
|||
youtube.co.id |
|||
youtube.co.il |
|||
youtube.co.in |
|||
youtube.co.jp |
|||
youtube.co.ke |
|||
youtube.co.kr |
|||
youtube.co.ma |
|||
youtube.co.nz |
|||
youtube.co.th |
|||
youtube.co.tz |
|||
youtube.co.ug |
|||
youtube.co.uk |
|||
youtube.co.ve |
|||
youtube.co.za |
|||
youtube.co.zw |
|||
youtube.com.ar |
|||
youtube.com.au |
|||
youtube.com.az |
|||
youtube.com.bd |
|||
youtube.com.bh |
|||
youtube.com.bo |
|||
youtube.com.br |
|||
youtube.com.by |
|||
youtube.com.co |
|||
youtube.com.do |
|||
youtube.com.ec |
|||
youtube.com.ee |
|||
youtube.com.eg |
|||
youtube.com.es |
|||
youtube.com.gh |
|||
youtube.com.gr |
|||
youtube.com.gt |
|||
youtube.com.hk |
|||
youtube.com.hn |
|||
youtube.com.hr |
|||
youtube.com.jm |
|||
youtube.com.jo |
|||
youtube.com.kw |
|||
youtube.com.lb |
|||
youtube.com.lv |
|||
youtube.com.ly |
|||
youtube.com.mk |
|||
youtube.com.mt |
|||
youtube.com.mx |
|||
youtube.com.my |
|||
youtube.com.ng |
|||
youtube.com.ni |
|||
youtube.com.om |
|||
youtube.com.pa |
|||
youtube.com.pe |
|||
youtube.com.ph |
|||
youtube.com.pk |
|||
youtube.com.pt |
|||
youtube.com.py |
|||
youtube.com.qa |
|||
youtube.com.ro |
|||
youtube.com.sa |
|||
youtube.com.sg |
|||
youtube.com.sv |
|||
youtube.com.tn |
|||
youtube.com.tr |
|||
youtube.com.tw |
|||
youtube.com.ua |
|||
youtube.com.uy |
|||
youtube.com.ve |
|||
youtube.cr |
|||
youtube.cz |
|||
youtube.de |
|||
youtube.dk |
|||
youtube.ee |
|||
youtube.es |
|||
youtube.fi |
|||
youtube.fr |
|||
youtube.ge |
|||
youtube.gr |
|||
youtube.gt |
|||
youtube.hk |
|||
youtube.hr |
|||
youtube.hu |
|||
youtube.ie |
|||
youtube.in |
|||
youtube.iq |
|||
youtube.is |
|||
youtube.it |
|||
youtube.jo |
|||
youtube.jp |
|||
youtube.kr |
|||
youtube.kz |
|||
youtube.la |
|||
youtube.lk |
|||
youtube.lt |
|||
youtube.lu |
|||
youtube.lv |
|||
youtube.ly |
|||
youtube.ma |
|||
youtube.md |
|||
youtube.me |
|||
youtube.mk |
|||
youtube.mn |
|||
youtube.mx |
|||
youtube.my |
|||
youtube.ng |
|||
youtube.ni |
|||
youtube.nl |
|||
youtube.no |
|||
youtube.pa |
|||
youtube.pe |
|||
youtube.ph |
|||
youtube.pk |
|||
youtube.pl |
|||
youtube.pr |
|||
youtube.pt |
|||
youtube.qa |
|||
youtube.ro |
|||
youtube.rs |
|||
youtube.ru |
|||
youtube.sa |
|||
youtube.se |
|||
youtube.sg |
|||
youtube.si |
|||
youtube.sk |
|||
youtube.sn |
|||
youtube.soy |
|||
youtube.sv |
|||
youtube.tn |
|||
youtube.tv |
|||
youtube.ua |
|||
youtube.ug |
|||
youtube.uy |
|||
youtube.vn |
|||
youtubego.co.id |
|||
youtubego.co.in |
|||
youtubego.com |
|||
youtubego.com.br |
|||
youtubego.id |
|||
youtubego.in |
|||
gvt1.com |
|||
googleplay.com |
|||
play.google.com |
|||
beacons.gvt2.com |
|||
play.googleapis.com |
|||
play-fe.googleapis.com |
|||
lh3.googleusercontent.com |
|||
android.clients.google.com |
|||
connectivitycheck.gstatic.com |
|||
play-lh.googleusercontent.com |
|||
play-games.googleusercontent.com |
|||
prod-lt-playstoregatewayadapter-pa.googleapis.com |
|||
@ -0,0 +1,298 @@ |
|||
127.0.0.0/8 |
|||
10.0.0.0/8 |
|||
172.16.0.0/12 |
|||
192.168.0.0/16 |
|||
169.254.0.0/16 |
|||
::1 |
|||
fc00::/7 |
|||
fe80::/10 |
|||
nalog.ru |
|||
gstatic.com |
|||
gosuslugi.ru |
|||
ipstream.one |
|||
#################################### Epicgames |
|||
easy.ac |
|||
fab.com |
|||
quixel.se |
|||
quixel.com |
|||
eac-cdn.com |
|||
paragon.com |
|||
spyjinx.com |
|||
3lateral.com |
|||
fortnite.com |
|||
epicgames.com |
|||
epicgames.dev |
|||
hyprsense.com |
|||
sketchfab.com |
|||
artstation.com |
|||
roborecall.com |
|||
twinmotion.com |
|||
cubicmotion.com |
|||
playparagon.com |
|||
realityscan.com |
|||
epicgamescdn.com |
|||
et.epicgames.com |
|||
ol.epicgames.com |
|||
radgametools.com |
|||
unrealengine.com |
|||
api.epicgames.dev |
|||
easyanticheat.net |
|||
shadowcomplex.com |
|||
battlebreakers.com |
|||
store.epicgames.com |
|||
capturingreality.com |
|||
unrealtournament.com |
|||
cdn1.unrealengine.com |
|||
cdn2.unrealengine.com |
|||
accounts.epicgames.com |
|||
download.epicgames.com |
|||
tracking.epicgames.com |
|||
download2.epicgames.com |
|||
download3.epicgames.com |
|||
download4.epicgames.com |
|||
metrics.ol.epicgames.com |
|||
datarouter.ol.epicgames.com |
|||
fastly-download.epicgames.com |
|||
store-content.ak.epicgames.com |
|||
static-assets-prod.epicgames.com |
|||
epicgames-download1.akamaized.net |
|||
launcher-website-prod07.ol.epicgames.com |
|||
ut-public-service-prod10.ol.epicgames.com |
|||
store-site-backend-static.ak.epicgames.com |
|||
library-service.live.use1a.on.epicgames.com |
|||
accountportal-website-prod07.ol.epicgames.com |
|||
account-public-service-prod03.ol.epicgames.com |
|||
catalog-public-service-prod06.ol.epicgames.com |
|||
friends-public-service-prod06.ol.epicgames.com |
|||
launcher-public-service-prod06.ol.epicgames.com |
|||
entitlement-public-service-prod08.ol.epicgames.com |
|||
lightswitch-public-service-prod06.ol.epicgames.com |
|||
orderprocessor-public-service-ecomprod01.ol.epicgames.com |
|||
launcherwaitingroom-public-service-prod06.ol.epicgames.com |
|||
datastorage-public-service-liveegs.live.use1a.on.epicgames.com |
|||
#################################### Steam |
|||
s.team |
|||
steam.tv |
|||
valve.net |
|||
steamcdn.com |
|||
steamcdn.net |
|||
steamstat.us |
|||
valvecdn.com |
|||
steam-api.com |
|||
steamchat.com |
|||
steamdeck.com |
|||
steam-chat.com |
|||
steamgames.com |
|||
steamgames.net |
|||
underlords.com |
|||
steamserver.net |
|||
steamstatic.com |
|||
playartifact.com |
|||
steam.cdn.on.net |
|||
steamcontent.com |
|||
steampowered.com |
|||
valvecontent.com |
|||
valvesoftware.com |
|||
valvesoftware.net |
|||
steam.cdn.webra.ru |
|||
steambroadcast.com |
|||
steamcommunity.com |
|||
cdn.steamstatic.com |
|||
cs.steampowered.com |
|||
dl.steam.clngaa.com |
|||
steam.ru.qtlglb.com |
|||
api.steampowered.com |
|||
steam.eca.qtlglb.com |
|||
steamusercontent.com |
|||
help.steampowered.com |
|||
steam.apac.qtlglb.com |
|||
steam.naeu.qtlglb.com |
|||
cdn.steamcommunity.com |
|||
gstore.val.manlaxy.com |
|||
login.steampowered.com |
|||
media.steampowered.com |
|||
partner.steamgames.com |
|||
shared.steamstatic.com |
|||
steam.cdn.orcon.net.nz |
|||
store.steampowered.com |
|||
steamcdn-a.akamaihd.net |
|||
steampipe.akamaized.net |
|||
partner.steampowered.com |
|||
steamcdn-a.akamaized.net |
|||
steamdeckusercontent.com |
|||
support.steampowered.com |
|||
checkout.steampowered.com |
|||
community.steamstatic.com |
|||
steam.cdn.slingshot.co.nz |
|||
steammobile.akamaized.net |
|||
steamstatic.akamaized.net |
|||
steamstore-a.akamaihd.net |
|||
steamvideo-a.akamaihd.net |
|||
workshop.steampowered.com |
|||
cdn.akamai.steamstatic.com |
|||
cdn.fastly.steamstatic.com |
|||
client-update.queniuqe.com |
|||
community.steampowered.com |
|||
steamdeckcdn.akamaized.net |
|||
steampipe-kr.akamaized.net |
|||
clan.fastly.steamstatic.com |
|||
steamcontent-a.akamaihd.net |
|||
steambroadcast.akamaized.net |
|||
steamcommunity.akamaized.net |
|||
store.akamai.steamstatic.com |
|||
store.fastly.steamstatic.com |
|||
scontent.steamusercontent.com |
|||
shared.fastly.steamstatic.com |
|||
steamcommunity-a.akamaihd.net |
|||
avatars.fastly.steamstatic.com |
|||
cdn.cloudflare.steamstatic.com |
|||
edge.steam-dns.top.comcast.net |
|||
steamcommunity-a.akamaized.net |
|||
steamuserimages-a.akamaihd.net |
|||
steampipe-partner.akamaized.net |
|||
steamusercontent-a.akamaihd.net |
|||
client-download.steampowered.com |
|||
community.fastly.steamstatic.com |
|||
store.cloudflare.steamstatic.com |
|||
community.cloudflare.steamstatic.com |
|||
steamcdn-a.akamaihd.net.edgesuite.net |
|||
steamcloudsweden.blob.core.windows.net |
|||
steamcommunity.cloudflare.steamstatic.com |
|||
steamcommunity-a.akamaihd.net.edgesuite.net |
|||
#################################### OpenWRT |
|||
github.com |
|||
openwrt.org |
|||
gh.openwrt.org |
|||
api.github.com |
|||
cdn.openwrt.org |
|||
dev.openwrt.org |
|||
git.openwrt.org |
|||
lede-project.org |
|||
wiki.openwrt.org |
|||
forum.openwrt.org |
|||
lists.openwrt.org |
|||
openwrt.gitlab.io |
|||
archive.openwrt.org |
|||
downloads.openwrt.org |
|||
githubusercontent.com |
|||
fwdownloads.openwrt.org |
|||
raw.githubusercontent.com |
|||
mirror-01.infra.openwrt.org |
|||
mirror-02.infra.openwrt.org |
|||
mirror-03.infra.openwrt.org |
|||
mirror-04.infra.openwrt.org |
|||
#################################### UbisoftConnect |
|||
ubi.com |
|||
ubisoft.com |
|||
store.ubi.com |
|||
ubisoftconnect.com |
|||
connect.ubisoft.com |
|||
drops-register.ubi.com |
|||
public-ubiservices.ubi.com |
|||
ubisoftconnect.cdn.ubi.com |
|||
uplaypc-s-ubisoft.cdn.ubi.com |
|||
uplaypc-s-ubisoft-ww.cdn.ubi.com |
|||
ubisoft-orbit-savegames.s3.amazonaws.com |
|||
ubisoft-uplay-savegames.s3.amazonaws.com |
|||
#################################### Aliexpress |
|||
ae.com |
|||
ae-rus.net |
|||
alicdn.com |
|||
aestatic.net |
|||
aliexpress.ru |
|||
aliexpress.us |
|||
aliexpress.com |
|||
aliexpress-media.com |
|||
#################################### PSN |
|||
scea.com |
|||
np.scea.com |
|||
ps5update.com |
|||
psdownload.com |
|||
playstation.net |
|||
playstation.com |
|||
account.sony.com |
|||
psremoteplay.com |
|||
ps4.playstation.com |
|||
ps5.playstation.com |
|||
playstationcloud.com |
|||
psapi.playstation.net |
|||
store.playstation.com |
|||
media.playstation.com |
|||
auth.np.ac.playstation.net |
|||
sonyentertainmentnetwork.com |
|||
np.community.playstation.net |
|||
id.sonyentertainmentnetwork.com |
|||
#################################### Twitch |
|||
twitch.tv |
|||
ttvnw.net |
|||
jtvnw.net |
|||
twimg.com |
|||
m.twitch.tv |
|||
id.twitch.tv |
|||
www.twitch.tv |
|||
twitchcdn.net |
|||
ext-twitch.tv |
|||
twitchsvc.net |
|||
api.twitch.tv |
|||
gql.twitch.tv |
|||
dev.twitch.tv |
|||
live-video.net |
|||
twitch.a2z.com |
|||
chat.twitch.tv |
|||
help.twitch.tv |
|||
assets.twitch.tv |
|||
twitch-shadow.net |
|||
passport.twitch.tv |
|||
irc.chat.twitch.tv |
|||
vod-metro.twitch.tv |
|||
twitchcdn-shadow.net |
|||
static.twitchcdn.net |
|||
vod-secure.twitch.tv |
|||
irc-ws.chat.twitch.tv |
|||
pubsub-edge.twitch.tv |
|||
vod-pop-secure.twitch.tv |
|||
#################################### Valorant |
|||
pvp.net |
|||
vivox.com |
|||
sd-rtn.com |
|||
riotcdn.net |
|||
adobess.com |
|||
valorant.com |
|||
akamaihd.net |
|||
riotgames.com |
|||
playvalorant.com |
|||
#################################### TikTok |
|||
musical.ly |
|||
tiktok.com |
|||
tiktokv.eu |
|||
tiktokv.us |
|||
tiktokw.eu |
|||
tiktokw.us |
|||
muscdn.com |
|||
tiktokd.net |
|||
tiktokd.org |
|||
tiktokv.com |
|||
tiktokcdn.com |
|||
ibytedtos.com |
|||
ttwstatic.com |
|||
tik-tokapi.com |
|||
tiktok-row.net |
|||
tiktokminis.us |
|||
byteoversea.com |
|||
tiktok-minis.com |
|||
tiktokcdn-eu.com |
|||
tiktokcdn-us.com |
|||
tiktokeu-cdn.com |
|||
tiktokrow-cdn.com |
|||
tiktokglobalshopv.com |
|||
tiktokcdn.com.akamaized.net |
|||
tiktokcdn.com.edgesuite.net |
|||
tiktokcdn-us.com.edgesuite.net |
|||
#################################### Genshin Impact |
|||
yuanshen.com |
|||
hoyoverse.com |
|||
#################################### |
|||
d8.capital |
|||
prod-cnets.d8.capital |
|||
lk.d8.capital |
|||
api2.amplitude.com |
|||
@ -0,0 +1,683 @@ |
|||
.ua |
|||
1337x.to |
|||
4freerussia.org |
|||
4pda.to |
|||
5sim.net |
|||
7tv.app |
|||
9tv.co.il |
|||
abercrombie.com |
|||
abs-0.twimg.com |
|||
abs.twimg.com |
|||
account-api.protonmail.com |
|||
account.protonmail.com |
|||
accounts.spotify.com |
|||
activatica.org |
|||
adidas.com |
|||
afcs.dellcdn.com |
|||
aftermarket.zf.com |
|||
agentura.ru |
|||
ai-chat.bsg.brave.com |
|||
alberta.ca |
|||
alphacoders.com |
|||
amazfitwatchfaces.com |
|||
amedia.site |
|||
amx.com |
|||
anilibria.tv |
|||
annas-archive.org |
|||
antizapret.prostovpn.org |
|||
aol.com |
|||
api.github.com |
|||
api.home-connect.com |
|||
api.openai.com |
|||
api.radarr.video |
|||
api.theins.info |
|||
api.themoviedb.org |
|||
apis.intel.com |
|||
app.flourish.studio |
|||
app.paraswap.io |
|||
appstorrent.ru |
|||
aqicn.org |
|||
arc.intel.com |
|||
archiveofourown.org |
|||
as6723.net |
|||
atlassian.com |
|||
att.com |
|||
auth.grazie.ai |
|||
auth0.openai.com |
|||
avira.com |
|||
baginya.org |
|||
bard.google.com |
|||
bbc.co.uk |
|||
bbci.co.uk |
|||
bellingcat.com |
|||
bitbucket.org |
|||
bitdefender.com |
|||
blackseanews.net |
|||
bluehost.com |
|||
boosteroid.com |
|||
bradyid.com |
|||
broncosportforum.com |
|||
bt2.t-ru.org |
|||
bt4.t-ru.org |
|||
buanzo.org |
|||
builds.parsec.app |
|||
buymeacoffee.com |
|||
canva.com |
|||
carnegieendowment.org |
|||
cbilling.eu |
|||
cdn.fbsbx.com |
|||
cdn.nba.com |
|||
cdn.web-platform.io |
|||
cdninstagram.com |
|||
censortracker.org |
|||
chat.openai.com |
|||
chaturbate.com |
|||
cherta.media |
|||
cisco.com |
|||
clamav.net |
|||
clashofclans.com |
|||
claude.ai |
|||
cloud.mongodb.com |
|||
cloudflare-dns.com |
|||
cnd2exp.online |
|||
codeium.com |
|||
coinpayments.net |
|||
coldfilm.xyz |
|||
community.cisco.com |
|||
connect.facebook.net |
|||
consumer.intel.com |
|||
corpredirect.intel.com |
|||
cpu-monkey.com |
|||
crunchyroll.com |
|||
cucumber.io |
|||
cvedetails.com |
|||
czx.to |
|||
daemon-tools.cc |
|||
database.clamav.net |
|||
deepstatemap.live |
|||
dell.com |
|||
devops.com |
|||
digitalcontent.sky |
|||
dis.gd |
|||
discord.co |
|||
discord.design |
|||
discord.gg |
|||
discord.gifts |
|||
discord.new |
|||
discord.tools |
|||
discordapp.com |
|||
discordapp.net |
|||
discordmerch.com |
|||
discordsays.com |
|||
discours.io |
|||
dist.torproject.org |
|||
dl.grafana.com |
|||
docker.elastic.co |
|||
docs.liquibase.com |
|||
documentation.meraki.com |
|||
doramalive.ru |
|||
download.jetbrains.com |
|||
download.screamingfrog.co.uk |
|||
downloadmirror.intel.com |
|||
doxajournal.ru |
|||
dreamhost.com |
|||
dw.com |
|||
e621.net |
|||
edge-mqtt.facebook.com |
|||
edgeservices.bing.com |
|||
eggertspiele.de |
|||
ej.ru |
|||
elevenlabs.io |
|||
engage.cloudflareclient.com |
|||
euronews.com |
|||
eutrp.eu |
|||
exler.ru |
|||
expres.online |
|||
f1.com |
|||
facebook.com |
|||
fast-torrent.club |
|||
fb.com |
|||
fbsbx.com |
|||
ficbook.net |
|||
filmitorrent.net |
|||
filmix.biz |
|||
filmix.fm |
|||
firefly-ps.adobe.io |
|||
flibusta.is |
|||
flourish.studio |
|||
fluke.com |
|||
fn-volga.ru |
|||
footballapi.pulselive.com |
|||
force.com |
|||
forklog.com |
|||
fortanga.org |
|||
forum.ru-board.com |
|||
freedomletters.org |
|||
freemedia.io |
|||
fw-update.ubnt.com |
|||
gallery.zetalliance.org |
|||
gamedistribution.com |
|||
gaming.amazon.com |
|||
gateway.instagram.com |
|||
gdb.rferl.org |
|||
gelbooru.com |
|||
genius.com |
|||
germania.one |
|||
getoutline.org |
|||
gitlab.io |
|||
global.fncstatic.com |
|||
gnome-look.org |
|||
gofile.io |
|||
golosameriki.com |
|||
goodreads.com |
|||
googlevideo.com |
|||
gpsonextra.net |
|||
grafana.com |
|||
grani.ru |
|||
graph.instagram.com |
|||
graylog.org |
|||
groq.com |
|||
gulagu.net |
|||
hackernoon.com |
|||
hd.zetfix.online |
|||
hdrezka.ag |
|||
helm.releases.hashicorp.com |
|||
herokucdn.com |
|||
hollisterco.com |
|||
holod.media |
|||
hostinger.com |
|||
hqporner.com |
|||
hyperhost.ua |
|||
i.instagram.com |
|||
i.ytimg.com |
|||
i9.ytimg.com |
|||
ibytedtos.com |
|||
id.cisco.com |
|||
iedb.org |
|||
ign.com |
|||
ilook.tv |
|||
images.discordapp.net |
|||
indiehackers.com |
|||
instagram.com |
|||
instagram.fkun2-1.fna.fbcdn.net |
|||
instagram.fvno2-1.fna.fbcdn.net |
|||
intel.de |
|||
interactivebrokers.co.uk |
|||
internalfb.com |
|||
intuitibits.com |
|||
ios.chat.openai.com |
|||
is.fi |
|||
istories.media |
|||
itsmycity.ru |
|||
jetbrains.com |
|||
jut.su |
|||
kamatera.com |
|||
kasparov.ru |
|||
kemono.party |
|||
kino.pub |
|||
kinogo.la |
|||
kinokopilka.pro |
|||
kinovod.net |
|||
kinozal.me |
|||
kmail-lists.com |
|||
knowyourmeme.com |
|||
kor.ill.in.ua |
|||
kovcheg.live |
|||
krymr.com |
|||
lambdalabs.com |
|||
ldoceonline.com |
|||
lenovo.com |
|||
libgen.li |
|||
lidarr.audio |
|||
linear.app |
|||
linktr.ee |
|||
livetv.sx |
|||
localbitcoins.com |
|||
login.amd.com |
|||
lostfilm.run |
|||
lostfilm.win |
|||
m.strava.com |
|||
macvendors.com |
|||
mail.protonmail.com |
|||
mailo.com |
|||
mangadex.org |
|||
mangapark.net |
|||
master.qt.io |
|||
mbk-news.appspot.com |
|||
media.licdn.com |
|||
mediazona.online |
|||
medium.com |
|||
megapeer.ru |
|||
memohrc.org |
|||
metacritic.com |
|||
metla.press |
|||
mixcloud.com |
|||
mongodb.com |
|||
monster.ie |
|||
mouser.com |
|||
mqtt-mini.facebook.com |
|||
msgstore.www.notion.so |
|||
multporn.net |
|||
musical.ly |
|||
mydoramy.club |
|||
myworld-portal.leica-geosystems.com |
|||
navalny.com |
|||
neformat.com.ua |
|||
netflix.com |
|||
networksolutions.com |
|||
news.google.com |
|||
newstudio.tv |
|||
nfl.com |
|||
nflximg.net |
|||
ngrok.com |
|||
nih.gov |
|||
nippon.com |
|||
nnmclub.to |
|||
nordvpn.com |
|||
notion-static.com |
|||
notion.new |
|||
notion.so |
|||
novaya.no |
|||
novayagazeta.ru |
|||
nxp.com |
|||
nyaa.tracker.wf |
|||
oaiusercontent.com |
|||
obozrevatel.com |
|||
oculus.com |
|||
oi.legal |
|||
onlineradiobox.com |
|||
onlinesim.ru |
|||
open.selezen.org |
|||
openai.com |
|||
opensea.io |
|||
os.mbed.com |
|||
ovd.legal |
|||
ovdinfo.org |
|||
packages.gitlab.com |
|||
pandasecurity.com |
|||
paperpaper.ru |
|||
patreon.com |
|||
pay.buckaroo.nl |
|||
pb.wtf |
|||
pcbway.com |
|||
pcgamesn.com |
|||
pexels.com |
|||
piccy.info |
|||
pimpletv.ru |
|||
piratbit.top |
|||
plab.site |
|||
platform.openai.com |
|||
playboy.com |
|||
plugshare.com |
|||
politiken.dk |
|||
pornhub.com |
|||
portal.bgpmon.net |
|||
posle.media |
|||
pravda.com |
|||
primevideo.com |
|||
prnt.sc |
|||
prosleduetmedia.com |
|||
proton.me |
|||
protonvpn.com |
|||
prowlarr.com |
|||
proxy.individual.githubcopilot.com |
|||
psiphon.ca |
|||
quietpc.com |
|||
r4.err.ee |
|||
radiosakharov.org |
|||
raw-data.gitlab.io |
|||
realist.online |
|||
recraft.ai |
|||
redgifs.com |
|||
redis.io |
|||
redtube.com |
|||
refinitiv.com |
|||
releases.hashicorp.com |
|||
render-state.to |
|||
repo.mongodb.org |
|||
resp.app |
|||
rezka.ag |
|||
rezkify.com |
|||
rf.dobrochan.net |
|||
riperam.org |
|||
root-nation.com |
|||
rsf.org |
|||
ru.depositphotos.com |
|||
ru.iherb.com |
|||
rule34.art |
|||
rus.azathabar.com |
|||
rus.delfi.ee |
|||
rus.delfi.lv |
|||
rus.ozodi.org |
|||
rutor.info |
|||
rutor.org |
|||
rutracker.org |
|||
s3-1.amazonaws.com |
|||
sakharovfoundation.org |
|||
salesforce-hub.com |
|||
salesforce-setup.com |
|||
salesforce.com |
|||
salesforceliveagent.com |
|||
saverudata.info |
|||
scontent-ams2-1.cdninstagram.com |
|||
scontent-ams4-1.xx.fbcdn.net |
|||
scontent.xx.fbcdn.net |
|||
searchfloor.org |
|||
sebeanus.online |
|||
seedoff.zannn.top |
|||
semnasem.org |
|||
sentry.servarr.com |
|||
serpstat.com |
|||
shikimori.me |
|||
shop.gameloft.com |
|||
signal.org |
|||
simplex.im |
|||
singlekey-id.com |
|||
skat.media |
|||
skladchik.com |
|||
skladchina.vip |
|||
skycdp.com |
|||
slideshare.net |
|||
smartdeploy.com |
|||
smp1.adminforge.de |
|||
smp3.adminforge.de |
|||
snyk.io |
|||
sobesednik.com |
|||
software.cisco.com |
|||
sora.com |
|||
spacelift.io |
|||
speedtest.net |
|||
spotify.com |
|||
sputnikipogrom.com |
|||
st.kinovod.net |
|||
starget.intel.com |
|||
static.cdninstagram.com |
|||
static.foxnews.com |
|||
static.istories.media |
|||
static.lostfilm.top |
|||
status.discordapp.com |
|||
strana.today |
|||
stream.voidboost.cc |
|||
stulchik.net |
|||
support.cambiumnetworks.com |
|||
support.ruckuswireless.com |
|||
suspilne.media |
|||
svoboda.org |
|||
svtv.org |
|||
swissinfo.ch |
|||
sysdig.com |
|||
tableau.com |
|||
tcr9i.chat.openai.com |
|||
teamviewer.com |
|||
telegraf.news |
|||
tellapart.com |
|||
theaudiodb.com |
|||
thebell.io |
|||
theins.ru |
|||
thepiratebay.org |
|||
threads.net |
|||
tidal.com |
|||
tiktok.com |
|||
tiktokcdn-us.com |
|||
tiktokd.net |
|||
tiktokv.com |
|||
tiktokw.us |
|||
tjournal.ru |
|||
tmdb.org |
|||
tools.cisco.com |
|||
torrent.by |
|||
tr.anidub.com |
|||
trailblazer.me |
|||
translate.servarr.com |
|||
trueblackmetalradio.com |
|||
ttwstatic.com |
|||
tuta.com |
|||
tutanota.com |
|||
tvrain.ru |
|||
tweetdeck.com |
|||
twirpx.com |
|||
twitter.biz |
|||
twitter.jp |
|||
twitterflightschool.com |
|||
twitteroauth.com |
|||
twtrdns.net |
|||
twttr.net |
|||
ua.korrespondent.net |
|||
ui.ill.in.ua |
|||
ukr.radio |
|||
underver.se |
|||
unian.net |
|||
upwork.com |
|||
vagrantcloud.com |
|||
veeam.com |
|||
veritas.com |
|||
vesma.one |
|||
vhd.zetflix.online |
|||
vice.com |
|||
vine.co |
|||
visualcapitalist.com |
|||
voidboost.cc |
|||
vot-tak.tv |
|||
vpnlove.me |
|||
vrv.co |
|||
walmart.com |
|||
watchguard.com |
|||
web.facebook.com |
|||
webnames.ca |
|||
weebly.com |
|||
wetransfer.com |
|||
wiki.fextralife.com |
|||
wilsoncenter.org |
|||
wixmp.com |
|||
wunderground.com |
|||
www.analog.com |
|||
www.azattyq.org |
|||
www.bestbuy.com |
|||
www.citrix.com |
|||
www.currenttime.tv |
|||
www.delfi.lt |
|||
www.digitalocean.com |
|||
www.dw.com |
|||
www.everand.com |
|||
www.flir.com |
|||
www.grammarly.com |
|||
www.hetzner.com |
|||
www.hs.fi |
|||
www.instagram.com |
|||
www.jabra.com |
|||
www.kavkaz-uzel.eu |
|||
www.lenovo.com |
|||
www.lostfilm.tv |
|||
www.metacritic.com |
|||
www.middlewareinventory.com |
|||
www.mouser.com |
|||
www.newsru.co.il |
|||
www.notion.so |
|||
www.olx.ua |
|||
www.pap.pl |
|||
www.pravda.com.ua |
|||
www.rbc.ua |
|||
www.sibreal.org |
|||
www.smashwords.com |
|||
www.support.xerox.com |
|||
www.terraform.io |
|||
www.theaudiodb.com |
|||
www.threads.net |
|||
www.torproject.org |
|||
www.vesty.co.il |
|||
www.vpngate.net |
|||
www.wikiart.org |
|||
www.wunderground.com |
|||
www.youtube.com |
|||
www.zerkalo.io |
|||
xhamster.com |
|||
xnxx.com |
|||
xv-ru.com |
|||
yaoilib.me |
|||
youtube-nocookie.com |
|||
yt3.ggpht.com |
|||
z-p42-chat-e2ee-ig.facebook.com |
|||
zahav.ru |
|||
zedge.net |
|||
zerolab.net |
|||
znanija.com |
|||
zona.media |
|||
cdninstagram.com |
|||
graph.instagram.com |
|||
i.instagram.com |
|||
bcdn.net instagram.fkun2-1.fna.fbcdn.net |
|||
instagram.fvno2-1.fna.fbcdn.net |
|||
edge-chat.instagram.com |
|||
static.cdninstagram.com |
|||
x.com |
|||
www.twitter.com |
|||
t.co |
|||
pscp.tv |
|||
aa.twitter.com |
|||
accounts.google.com |
|||
ads-api.x.com |
|||
platform.twitter.com |
|||
video.twimg.com |
|||
api-stream.twitter.com |
|||
api.twitter.com |
|||
api.x.com |
|||
caps.twitter.com |
|||
jf.twitter.com |
|||
pay.twitter.com |
|||
production.plaid.com |
|||
sentry.io |
|||
ton-staging.atla.x.com |
|||
ton-staging.pdxa.x.com |
|||
ton.x.com |
|||
upload.x.com |
|||
checkoutshopper-live.adyen.com |
|||
vmap.snappytv.com |
|||
vmaprel.snappytv.com |
|||
dhdsnappytv-vh.akamaihd.net |
|||
mdhdsnappytv-vh.akamaihd.net |
|||
mpdhdsnappytv-vh.akamaihd.net |
|||
mdhdsnappytv-vh.akamaihd.net |
|||
mmdhdsnappytv-vh.akamaihd.net |
|||
media.riffsy.com |
|||
media.tenor.com |
|||
cloudflareinsights.com |
|||
robinbob.in |
|||
static.rutracker.cc |
|||
ads-twitter.com |
|||
analytics.x.com |
|||
cdn.x.com |
|||
ton.x.com |
|||
analytics.x.com |
|||
www.google-analytics.com |
|||
www.periscope.tv |
|||
ads-twitter.com |
|||
ads-api.x.com |
|||
ads-twitter.com |
|||
google.com |
|||
abs-zero.twimg.com |
|||
api.twitter.com |
|||
pbs-ak.twimg.com |
|||
platform.twitter.com |
|||
video.twimg.com |
|||
gstatic.com |
|||
facebook.com |
|||
googleapis.com |
|||
ggpht.com |
|||
i9.ytimg.com |
|||
lostfilm.tv |
|||
yt3.ggpht.com |
|||
play.google.com |
|||
youtubei.googleapis.com |
|||
nhacmp3youtube.com |
|||
youtube-nocookie.com |
|||
youtubekids.com |
|||
yt4.ggpht.com |
|||
gstatic.com |
|||
ggpht.com |
|||
rutor.org |
|||
rt.pornhub.com |
|||
cn.pornhub.com |
|||
4pda.to |
|||
kinogo.host |
|||
ntc.party |
|||
hdrezka.home |
|||
kinogo.biz |
|||
lostfilm.tv |
|||
google-analytics.com |
|||
jsdelivr.net |
|||
lostfilm.info |
|||
static.lostfilm.top |
|||
counter.rambler.ru |
|||
www.tns-counter.ru |
|||
discord-attachments-uploads-prd.storage.googleapis.com |
|||
discord.co |
|||
discord.design |
|||
discord.gg |
|||
discord.gifts |
|||
discord.new |
|||
discord.tools |
|||
discordapp.net |
|||
discordpartygames.com |
|||
discordactivities.com |
|||
privacycenter.instagram.com |
|||
graph.instagram.com |
|||
wallets.instagram.com |
|||
my-od-2.instagram.com |
|||
i-fallback.instagram.com |
|||
accountscenter.instagram.com |
|||
en-gb.latest.instagram.com |
|||
graphql.instagram.com |
|||
safety.instagram.com |
|||
familycenter.instagram.com |
|||
prod.instagram.com |
|||
www.instagram.com |
|||
wellbeing.instagram.com |
|||
dis.gd |
|||
discord.com |
|||
discord.dev |
|||
discord.gift |
|||
discord.media |
|||
discord.store |
|||
discordapp.com |
|||
discordmerch.com |
|||
discord-activities.com |
|||
discordsays.com |
|||
cloudflare-ech.com |
|||
discord-attachments-uploads-prd.storage.googleapis.com |
|||
discord.co |
|||
discord.design |
|||
discord.gift |
|||
discord.gg |
|||
discord.new |
|||
discord.store |
|||
discordapp.net |
|||
discordmerch.com |
|||
discordsays.com |
|||
discord-activities.com |
|||
stable.dl2.discordapp.net |
|||
cloudfront.net |
|||
awsstatic.com |
|||
amazonaws.com |
|||
sso.amazonaws.com |
|||
deadbydaylight.com |
|||
argotunnel.com |
|||
cfl.re |
|||
cloudflare-ech.com |
|||
cloudflare-gateway.com |
|||
cloudflare.com |
|||
cloudflare.tv |
|||
cloudflareapps.com |
|||
cloudflareclient.com |
|||
cloudflareok.com |
|||
cloudflareportal.com |
|||
cloudflareresolve.com |
|||
cloudflarestatus.com |
|||
cloudflarestream.com |
|||
cloudflarewarp.com |
|||
isbgpsafeyet.com |
|||
one.one.one |
|||
pages.dev |
|||
videodelivery.net |
|||
workers.dev |
|||
etlgr.me |
|||
|
|||
Loading…
Reference in new issue