mirror of
https://github.com/v2fly/domain-list-community.git
synced 2026-03-23 03:46:18 +07:00
Compare commits
108 Commits
2026020805
...
2026032207
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
aa76e186cb | ||
|
|
c9348f1db4 | ||
|
|
d62599c8db | ||
|
|
fab6275217 | ||
|
|
4c7afec5a9 | ||
|
|
330c30eb23 | ||
|
|
f34f22819e | ||
|
|
baa1409cfb | ||
|
|
a22d247c5a | ||
|
|
d311bbe50b | ||
|
|
1db558b165 | ||
|
|
9ee0757263 | ||
|
|
714a061ba3 | ||
|
|
5ff8142411 | ||
|
|
becbd7a8ad | ||
|
|
cd2d66eb72 | ||
|
|
4c4ad053ef | ||
|
|
6544f6d3a6 | ||
|
|
673a70c380 | ||
|
|
be078767c4 | ||
|
|
15fde0da4b | ||
|
|
5dd4779425 | ||
|
|
eeccde7239 | ||
|
|
235988ffe4 | ||
|
|
a45bf04e9b | ||
|
|
f31764e263 | ||
|
|
540b28d5e4 | ||
|
|
9c06656430 | ||
|
|
f524c3b6bf | ||
|
|
3cdb699cac | ||
|
|
6bb4a68f2f | ||
|
|
0d1c2bc257 | ||
|
|
8a08dcc7ed | ||
|
|
61fd24725c | ||
|
|
7e797d86ec | ||
|
|
910b069cc0 | ||
|
|
92f9940fb7 | ||
|
|
08bafd1b33 | ||
|
|
873495a1fd | ||
|
|
c4793eb3bf | ||
|
|
a32151e070 | ||
|
|
c5db233e0b | ||
|
|
785a18e405 | ||
|
|
e1943122f3 | ||
|
|
2a73fa8675 | ||
|
|
42ff85b0a7 | ||
|
|
764958ebf7 | ||
|
|
a25ac04c82 | ||
|
|
168baf0e6a | ||
|
|
2f78f1c626 | ||
|
|
ddc1e21783 | ||
|
|
4437fb0c51 | ||
|
|
d70840823b | ||
|
|
5c0ddc9f24 | ||
|
|
b119839e7d | ||
|
|
a335e24269 | ||
|
|
d9d97a7132 | ||
|
|
deb950bb2b | ||
|
|
be2ec83092 | ||
|
|
6b16be4020 | ||
|
|
42aafe324e | ||
|
|
882f48e486 | ||
|
|
614b291120 | ||
|
|
2b3211df98 | ||
|
|
71e31ba221 | ||
|
|
b11bfaa138 | ||
|
|
afb9e6cad0 | ||
|
|
5f7c4aa60a | ||
|
|
48eb616779 | ||
|
|
d57e3b3f45 | ||
|
|
c308e3430d | ||
|
|
9a46bff5f3 | ||
|
|
051556734c | ||
|
|
8829b0ea28 | ||
|
|
a201aae131 | ||
|
|
2c661d32b6 | ||
|
|
1be2a927c0 | ||
|
|
3490c96b46 | ||
|
|
8ae86bbb4a | ||
|
|
db9c0fe466 | ||
|
|
109a50f048 | ||
|
|
b258a6594e | ||
|
|
8d5ef88729 | ||
|
|
491d185657 | ||
|
|
d8852e85ea | ||
|
|
fb9754a371 | ||
|
|
a5fac50ae6 | ||
|
|
94d33011d4 | ||
|
|
f1688340cd | ||
|
|
515262667d | ||
|
|
06af8b92a1 | ||
|
|
be01a25015 | ||
|
|
98d161e89a | ||
|
|
8523573ba1 | ||
|
|
94997e5bd6 | ||
|
|
939492e1b7 | ||
|
|
d059d7c595 | ||
|
|
8c42635f44 | ||
|
|
95306cda19 | ||
|
|
2bb055ba23 | ||
|
|
8fc2fa9b9d | ||
|
|
d1582d71c3 | ||
|
|
ec1c9bb8b1 | ||
|
|
92f3ffeba2 | ||
|
|
2a4ff4c613 | ||
|
|
dc0a6b4b5e | ||
|
|
f80032657e | ||
|
|
f23e2c591d |
14
.github/pull_request_template.md
vendored
Normal file
14
.github/pull_request_template.md
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
<!--
|
||||
|
||||
Thanks for your contribution!
|
||||
|
||||
Please check the following items: (not mandatory)
|
||||
|
||||
- Adjacent rules should be sorted alphabetically
|
||||
- It's not encouraged to create new list/file containing too few (one or two) rules
|
||||
- Newly added list should be included in relevant categories if possible
|
||||
- Subdomains are unnecessary as they are overridden by the parent domain. e.g. `[domain:]example.com` overrides `[domain:]app.example.com`
|
||||
- Description for your changes is welcome (why the change is necessary, data source of added domains, potential impacts, etc.)
|
||||
|
||||
-->
|
||||
|
||||
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -61,7 +61,7 @@ jobs:
|
||||
git config --local user.name "github-actions[bot]"
|
||||
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
|
||||
git checkout -b release
|
||||
git add *.txt *.sha256sum dlc.dat dlc.dat.zip dlc.dat.xz
|
||||
git add *.txt *.sha256sum dlc.dat dlc.dat_plain.yml dlc.dat.zip dlc.dat.xz
|
||||
git commit -m "${{ env.RELEASE_NAME }}"
|
||||
git remote add origin "https://${{ github.actor }}:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}"
|
||||
git push -f -u origin release
|
||||
|
||||
2
.github/workflows/test-pr.yml
vendored
2
.github/workflows/test-pr.yml
vendored
@@ -34,7 +34,7 @@ jobs:
|
||||
mv dlc.dat TEST-${{ github.run_number }}-dlc.dat
|
||||
|
||||
- name: Upload TEST-${{ github.run_number }}-dlc.dat
|
||||
uses: actions/upload-artifact@v6
|
||||
uses: actions/upload-artifact@v7
|
||||
with:
|
||||
name: TEST-${{ github.run_number }}-dlc.dat
|
||||
path: TEST-${{ github.run_number }}-dlc.dat
|
||||
|
||||
6
.gitignore
vendored
6
.gitignore
vendored
@@ -4,9 +4,9 @@
|
||||
/domain-list-community
|
||||
/domain-list-community.exe
|
||||
|
||||
# Generated dat file.
|
||||
dlc.dat
|
||||
# Generated dat files.
|
||||
/*.dat
|
||||
|
||||
# Exported plaintext lists.
|
||||
/*.yml
|
||||
/*.txt
|
||||
/*.yml
|
||||
|
||||
@@ -15,7 +15,8 @@ This project is not opinionated. In other words, it does NOT endorse, claim or i
|
||||
|
||||
## Notice
|
||||
|
||||
Rules with `@!cn` attribute has been cast out from cn lists. `geosite:geolocation-cn@!cn` is no longer available. Check [#390](https://github.com/v2fly/domain-list-community/issues/390), [#3119](https://github.com/v2fly/domain-list-community/pull/3119) and [#3198](https://github.com/v2fly/domain-list-community/pull/3198) for more information.
|
||||
- Rules with `@!cn` attribute has been cast out from cn lists. `geosite:geolocation-cn@!cn` is no longer available. Check [#390](https://github.com/v2fly/domain-list-community/issues/390), [#3119](https://github.com/v2fly/domain-list-community/pull/3119) and [#3198](https://github.com/v2fly/domain-list-community/pull/3198) for more information.
|
||||
- Dedicated non-category ad lists like `geosite:xxx-ads` has been removed. Use `geosite:xxx@ads` instead. `geosite:category-ads[-xx]` is not affected.
|
||||
|
||||
Please report if you have any problems or questions.
|
||||
|
||||
@@ -85,6 +86,8 @@ Each file in the `data` directory can be used as a rule in this format: `geosite
|
||||
|
||||
Run `go run ./ --help` for more usage information.
|
||||
|
||||
For anyone who wants to generate custom `.dat` files, you may read [#3370](https://github.com/v2fly/domain-list-community/discussions/3370).
|
||||
|
||||
## Structure of data
|
||||
|
||||
All data are under `data` directory. Each file in the directory represents a sub-list of domains, named by the file name. File content is in the following format.
|
||||
@@ -104,7 +107,7 @@ regexp:^odd[1-7]\.example\.org(\.[a-z]{2})?$
|
||||
> Adding new `regexp` and `keyword` rules is discouraged because it is easy to use them incorrectly, and proxy software cannot efficiently match these types of rules.
|
||||
|
||||
> [!NOTE]
|
||||
> The following types of rules are **NOT** fully compatible with the ones that defined by user in V2Ray config file. Do **Not** copy and paste directly.
|
||||
> The following types of rules are **NOT** fully compatible with the ones that defined by user in V2Ray config file. Do **NOT** copy and paste directly.
|
||||
|
||||
- Comment begins with `#`. It may begin anywhere in the file. The content in the line after `#` is treated as comment and ignored in production.
|
||||
- Subdomain begins with `domain:`, followed by a valid domain name. The prefix `domain:` may be omitted.
|
||||
@@ -113,7 +116,7 @@ regexp:^odd[1-7]\.example\.org(\.[a-z]{2})?$
|
||||
- Regular expression begins with `regexp:`, followed by a valid regular expression (per Golang's standard).
|
||||
- Domain rules (including `domain`, `full`, `keyword`, and `regexp`) may have none, one or more attributes. Each attribute begins with `@` and followed by the name of the attribute. Attributes will remain available in final lists and `dlc.dat`.
|
||||
- Domain rules may have none, one or more affiliations, which additionally adds the domain rule into the affiliated target list. Each affiliation begins with `&` and followed by the name of the target list (nomatter whether the target has a dedicated file in data path). This is a method for data management, and will not remain in the final lists or `dlc.dat`.
|
||||
- Inclusion begins with `include:`, followed by the name of another valid domain list. A simple `include:listb` in file `lista` means adding all domain rules of `listb` into `lista`. Inclusions with attributes stands for selective inclusion. `include:listb @attr1 @-attr2` means only adding those domain rules *with* `@attr1` **and** *without* `@attr2`. This is a special type for data management, and will not remain in the final lists or `dlc.dat`.
|
||||
- Inclusion begins with `include:`, followed by the name of another valid domain list. `include:listb` in file `lista` means adding all domain rules of `listb` into `lista`. Inclusions with attributes stand for selective inclusion. `include:listb @attr1 @-attr2` means only adding those domain rules *with* `@attr1` **and** *without* `@attr2`. This is a special type for data management, and will not remain in the final lists or `dlc.dat`.
|
||||
|
||||
## How it works
|
||||
|
||||
|
||||
15
data/2gis
Normal file
15
data/2gis
Normal file
@@ -0,0 +1,15 @@
|
||||
# https://crt.sh/?id=24119301132
|
||||
2gis.ae
|
||||
2gis.am
|
||||
2gis.az
|
||||
2gis.by
|
||||
2gis.com
|
||||
2gis.com.cy
|
||||
2gis.cz
|
||||
2gis.ge
|
||||
2gis.kg
|
||||
2gis.kz
|
||||
2gis.ru
|
||||
2gis.tj
|
||||
2gis.ua
|
||||
2gis.uz
|
||||
@@ -8,4 +8,5 @@ acfunchina.com
|
||||
acfunchina.net
|
||||
aixifan.com
|
||||
|
||||
include:acfun-ads
|
||||
# Ads/tracking
|
||||
full:apilog-web.acfun.cn @ads
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
full:apilog-web.acfun.cn @ads
|
||||
@@ -1,5 +1,4 @@
|
||||
include:adobe-activation
|
||||
include:adobe-ads
|
||||
include:typekit
|
||||
|
||||
10xfotolia.com
|
||||
@@ -142,3 +141,7 @@ scene7.com
|
||||
|
||||
# Adobe Stats IO
|
||||
adobestats.io
|
||||
|
||||
# Ads/tracking
|
||||
advertising.adobe.com @ads
|
||||
tubemogul.com @ads
|
||||
|
||||
@@ -1,2 +0,0 @@
|
||||
advertising.adobe.com @ads
|
||||
tubemogul.com @ads
|
||||
86
data/airbnb
Normal file
86
data/airbnb
Normal file
@@ -0,0 +1,86 @@
|
||||
# https://crt.sh/?id=23815053677
|
||||
# https://crt.sh/?id=24021548393
|
||||
# https://crt.sh/?id=6327797853
|
||||
abb.travel
|
||||
accomable.com
|
||||
airbnb.ae
|
||||
airbnb.al
|
||||
airbnb.am
|
||||
airbnb.at
|
||||
airbnb.az
|
||||
airbnb.ba
|
||||
airbnb.be
|
||||
airbnb.ca
|
||||
airbnb.cat
|
||||
airbnb.ch
|
||||
airbnb.cl
|
||||
airbnb.cn
|
||||
airbnb.co.cr
|
||||
airbnb.co.id
|
||||
airbnb.co.il
|
||||
airbnb.co.in
|
||||
airbnb.co.kr
|
||||
airbnb.co.nz
|
||||
airbnb.co.uk
|
||||
airbnb.co.ve
|
||||
airbnb.co.za
|
||||
airbnb.com
|
||||
airbnb.com.ar
|
||||
airbnb.com.au
|
||||
airbnb.com.bo
|
||||
airbnb.com.br
|
||||
airbnb.com.bz
|
||||
airbnb.com.co
|
||||
airbnb.com.ec
|
||||
airbnb.com.ee
|
||||
airbnb.com.gt
|
||||
airbnb.com.hk
|
||||
airbnb.com.hn
|
||||
airbnb.com.hr
|
||||
airbnb.com.kh
|
||||
airbnb.com.mt
|
||||
airbnb.com.my
|
||||
airbnb.com.ni
|
||||
airbnb.com.pa
|
||||
airbnb.com.pe
|
||||
airbnb.com.ph
|
||||
airbnb.com.py
|
||||
airbnb.com.ro
|
||||
airbnb.com.sg
|
||||
airbnb.com.sv
|
||||
airbnb.com.tr
|
||||
airbnb.com.tw
|
||||
airbnb.com.ua
|
||||
airbnb.com.vn
|
||||
airbnb.cz
|
||||
airbnb.de
|
||||
airbnb.dk
|
||||
airbnb.es
|
||||
airbnb.fi
|
||||
airbnb.fr
|
||||
airbnb.gr
|
||||
airbnb.gy
|
||||
airbnb.hu
|
||||
airbnb.ie
|
||||
airbnb.is
|
||||
airbnb.it
|
||||
airbnb.jp
|
||||
airbnb.la
|
||||
airbnb.lt
|
||||
airbnb.lu
|
||||
airbnb.lv
|
||||
airbnb.me
|
||||
airbnb.mx
|
||||
airbnb.nl
|
||||
airbnb.no
|
||||
airbnb.org
|
||||
airbnb.pl
|
||||
airbnb.pt
|
||||
airbnb.rs
|
||||
airbnb.ru
|
||||
airbnb.se
|
||||
airbnb.si
|
||||
airbnb.tools
|
||||
airbnb.travel
|
||||
muscache.com
|
||||
vamo.com
|
||||
31
data/alibaba
31
data/alibaba
@@ -11,10 +11,10 @@ taobao
|
||||
tmall
|
||||
|
||||
include:9game
|
||||
include:alibaba-ads
|
||||
include:alibabacloud
|
||||
include:aliyun
|
||||
include:aliyun-drive
|
||||
include:amap
|
||||
include:cainiao
|
||||
include:dingtalk
|
||||
include:eleme
|
||||
@@ -196,9 +196,6 @@ fliggy.com
|
||||
fliggy.hk @!cn
|
||||
iuynfg.com
|
||||
|
||||
# 高德地图
|
||||
include:amap
|
||||
|
||||
# 虾米音乐
|
||||
xiami.com
|
||||
xiami.fm
|
||||
@@ -228,3 +225,29 @@ lydaas.net
|
||||
lydass.cn
|
||||
lydass.com.cn
|
||||
lydass.net
|
||||
|
||||
# Ads/tracking
|
||||
a.alimama.cn @ads
|
||||
adash-c.m.taobao.com @ads
|
||||
adash-c.ut.taobao.com @ads
|
||||
adash.m.taobao.com @ads
|
||||
adashbc.m.taobao.com @ads
|
||||
adashbc.ut.taobao.com @ads
|
||||
adashx.m.taobao.com @ads
|
||||
adashx4ae.ut.taobao.com @ads
|
||||
adashx4yt.m.taobao.com @ads
|
||||
adashxgc.ut.taobao.com @ads
|
||||
adsh.m.taobao.com @ads
|
||||
adtrack.quark.cn @ads
|
||||
c-adash.m.taobao.com @ads
|
||||
fourier.taobao.com @ads
|
||||
g.click.taobao.com @ads
|
||||
h-adashx.ut.taobao.com @ads
|
||||
h-adashx4yt.ut.taobao.com @ads
|
||||
m-adash.m.taobao.com @ads
|
||||
marketing.alibaba.com @ads
|
||||
nbsdk-baichuan.taobao.com @ads
|
||||
retcode.taobao.com @ads
|
||||
tns.simba.taobao.com @ads
|
||||
track.lc.quark.cn @ads
|
||||
v6-adashx.ut.taobao.com @ads
|
||||
|
||||
@@ -1,43 +0,0 @@
|
||||
include:amap-ads
|
||||
include:youku-ads
|
||||
|
||||
a.alimama.cn @ads
|
||||
acjs.aliyun.com @ads
|
||||
adash-c.m.taobao.com @ads
|
||||
adash-c.ut.taobao.com @ads
|
||||
adash-emas.cn-hangzhou.aliyuncs.com @ads
|
||||
adash.m.taobao.com @ads
|
||||
adash.man.aliyuncs.com @ads
|
||||
adashbc.m.taobao.com @ads
|
||||
adashbc.ut.taobao.com @ads
|
||||
adashx.m.taobao.com @ads
|
||||
adashx.ut.ele.me @ads
|
||||
adashx4ae.ut.taobao.com @ads
|
||||
adashx4yt.m.taobao.com @ads
|
||||
adashxgc.ut.taobao.com @ads
|
||||
ads.uc.cn @ads
|
||||
adsh.m.taobao.com @ads
|
||||
adslot.uc.cn @ads
|
||||
adtrack.quark.cn @ads
|
||||
alimama.alicdn.com @ads
|
||||
atanx.alicdn.com @ads
|
||||
atanx2.alicdn.com @ads
|
||||
baichuan-sdk.alicdn.com @ads
|
||||
c-adash.m.taobao.com @ads
|
||||
fourier.taobao.com @ads
|
||||
g.click.taobao.com @ads
|
||||
h-adashx.ut.ele.me @ads
|
||||
h-adashx.ut.taobao.com @ads
|
||||
h-adashx4yt.ut.taobao.com @ads
|
||||
log.umtrack.com @ads
|
||||
m-adash.m.taobao.com @ads
|
||||
marketing.alibaba.com @ads
|
||||
nbsdk-baichuan.alicdn.com @ads
|
||||
nbsdk-baichuan.taobao.com @ads
|
||||
retcode.taobao.com @ads
|
||||
tce.alicdn.com @ads
|
||||
tns.simba.taobao.com @ads
|
||||
track.lc.quark.cn @ads
|
||||
v6-adashx.ut.cainiao.com @ads
|
||||
v6-adashx.ut.ele.me @ads
|
||||
v6-adashx.ut.taobao.com @ads
|
||||
@@ -1,8 +1,8 @@
|
||||
alibabacloud.co.in @!cn
|
||||
alibabacloud.com
|
||||
alibabacloud.com @!cn
|
||||
alibabacloud.com.au @!cn
|
||||
alibabacloud.com.hk @!cn
|
||||
alibabacloud.com.my @!cn
|
||||
alibabacloud.com.sg @!cn
|
||||
alibabacloud.com.tw @!cn
|
||||
alicloud.com
|
||||
alicloud.com @!cn
|
||||
|
||||
11
data/aliyun
11
data/aliyun
@@ -67,3 +67,14 @@ oss-eu-west-1.aliyuncs.com @!cn
|
||||
oss-me-east-1.aliyuncs.com @!cn
|
||||
oss-us-east-1.aliyuncs.com @!cn
|
||||
oss-us-west-1.aliyuncs.com @!cn
|
||||
|
||||
# Ads/tracking
|
||||
acjs.aliyun.com @ads
|
||||
adash-emas.cn-hangzhou.aliyuncs.com @ads
|
||||
adash.man.aliyuncs.com @ads
|
||||
alimama.alicdn.com @ads
|
||||
atanx.alicdn.com @ads
|
||||
atanx2.alicdn.com @ads
|
||||
baichuan-sdk.alicdn.com @ads
|
||||
nbsdk-baichuan.alicdn.com @ads
|
||||
tce.alicdn.com @ads
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
include:amap-ads
|
||||
|
||||
a-map.cn
|
||||
a-map.co
|
||||
a-map.link
|
||||
@@ -10,3 +8,10 @@ amapauto.com
|
||||
anav.com
|
||||
autonavi.com
|
||||
gaode.com
|
||||
|
||||
# Ads/tracking
|
||||
adashx.ut.amap.com @ads
|
||||
dualstack-logs.amap.com @ads
|
||||
logs.amap.com @ads
|
||||
optimus-ads.amap.com @ads
|
||||
v6-adashx.ut.amap.com @ads
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
adashx.ut.amap.com @ads
|
||||
dualstack-logs.amap.com @ads
|
||||
logs.amap.com @ads
|
||||
optimus-ads.amap.com @ads
|
||||
v6-adashx.ut.amap.com @ads
|
||||
18
data/amazon
18
data/amazon
@@ -1,4 +1,3 @@
|
||||
include:amazon-ads
|
||||
include:amazontrust
|
||||
include:aws
|
||||
include:imdb
|
||||
@@ -34,6 +33,7 @@ aboutamazon.in
|
||||
aboutamazon.it
|
||||
aboutamazon.jp
|
||||
aboutamazon.pl
|
||||
aboutamazon.sg
|
||||
alexafund.cn @cn
|
||||
alexafund.com.cn @cn
|
||||
amaaozn.com
|
||||
@@ -43,24 +43,35 @@ amazon-lantern.com
|
||||
amazon-launchpad.com
|
||||
amazon.ae
|
||||
amazon.ca
|
||||
amazon.cl
|
||||
amazon.cn @cn
|
||||
amazon.co.jp
|
||||
amazon.co.uk
|
||||
amazon.co.za
|
||||
amazon.com
|
||||
amazon.com.au
|
||||
amazon.com.be
|
||||
amazon.com.br
|
||||
amazon.com.co
|
||||
amazon.com.mx
|
||||
amazon.com.ng
|
||||
amazon.com.tr
|
||||
amazon.de
|
||||
amazon.dev
|
||||
amazon.eg
|
||||
amazon.es
|
||||
amazon.fr
|
||||
amazon.ie
|
||||
amazon.in
|
||||
amazon.it
|
||||
amazon.jobs
|
||||
amazon.jp
|
||||
amazon.lu
|
||||
amazon.nl
|
||||
amazon.pl
|
||||
amazon.red
|
||||
amazon.sa
|
||||
amazon.se
|
||||
amazon.sg
|
||||
amazonalexavoxcon.com
|
||||
amazonauthorinsights.com
|
||||
@@ -104,6 +115,7 @@ media-amazon.com
|
||||
primeday.cn @cn
|
||||
primeday.com.cn @cn
|
||||
primeday.info
|
||||
seattlespheres.com
|
||||
siege-amazon.com
|
||||
ssl-images-amazon.com
|
||||
ueberamazon.de
|
||||
@@ -122,3 +134,7 @@ createspace.com
|
||||
|
||||
full:images-cn.ssl-images-amazon.com @cn
|
||||
full:images-cn-8.ssl-images-amazon.com @cn
|
||||
|
||||
# Ads/tracking
|
||||
amazon-adsystem.com @ads
|
||||
serving-sys.com @ads
|
||||
|
||||
@@ -1,2 +0,0 @@
|
||||
amazon-adsystem.com @ads
|
||||
serving-sys.com @ads
|
||||
12
data/anker
Normal file
12
data/anker
Normal file
@@ -0,0 +1,12 @@
|
||||
anker-in.com @!cn
|
||||
anker.com @!cn
|
||||
anker.com.cn
|
||||
ankersolix.com @!cn
|
||||
ankerwork.cn
|
||||
eufy.com @!cn
|
||||
eufycn.com
|
||||
eufylife.com @!cn
|
||||
eufymake.com @!cn
|
||||
eufymake.com.cn
|
||||
soundcore.com @!cn
|
||||
soundcore.com.cn
|
||||
@@ -1,5 +1,8 @@
|
||||
annas-archive.gd
|
||||
annas-archive.gl
|
||||
annas-archive.in
|
||||
annas-archive.li
|
||||
annas-archive.org
|
||||
annas-archive.pk
|
||||
annas-archive.pm
|
||||
annas-archive.se
|
||||
|
||||
@@ -1,8 +1,9 @@
|
||||
anthropic.com
|
||||
clau.de
|
||||
claude.ai
|
||||
claude.com
|
||||
claudeusercontent.com
|
||||
claudemcpclient.com
|
||||
claudeusercontent.com
|
||||
|
||||
# CDN
|
||||
full:servd-anthropic-website.b-cdn.net
|
||||
|
||||
@@ -1 +1,3 @@
|
||||
apkmirror.com
|
||||
|
||||
full:apkmirror.disqus.com
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
apkpure.com
|
||||
apkpure.net
|
||||
apkpures.xyz
|
||||
cdnpure.com
|
||||
pureapk.com
|
||||
winudf.com
|
||||
|
||||
12
data/apple
12
data/apple
@@ -1,4 +1,3 @@
|
||||
include:apple-ads
|
||||
include:apple-dev # swift inside
|
||||
# Not include:apple-intelligence
|
||||
include:apple-pki
|
||||
@@ -753,6 +752,7 @@ courier-push-apple.com.akadns.net
|
||||
full:amp-api-edge-lb-cn.itunes-apple.com.akadns.net @cn
|
||||
full:amp-api-edge-lb.itunes-apple.com.akadns.net @cn
|
||||
full:amp-api-edge.apps.apple.com @cn
|
||||
full:amp-api-edge.music.apple.com @cn
|
||||
full:amp-api-search-edge.apps.apple.com @cn
|
||||
full:amp-api.apps.apple.com @cn
|
||||
full:amp-api.music.apple.com @cn
|
||||
@@ -783,6 +783,8 @@ full:js-cdn.music.apple.com @cn
|
||||
full:km.support.apple.com @cn
|
||||
full:maps.apple.com @cn
|
||||
full:misc-assets.itunes.apple.com @cn
|
||||
full:musicstatus.music.apple.com @cn
|
||||
full:mvod.itunes.apple.com @cn
|
||||
full:myapp.itunes.apple.com @cn
|
||||
full:np-edge.itunes.apple.com @cn
|
||||
full:osxapps.itunes.apple.com @cn
|
||||
@@ -795,6 +797,7 @@ full:se2.itunes.apple.com @cn
|
||||
full:search.itunes.apple.com @cn
|
||||
full:sf-api-token-service.itunes.apple.com @cn
|
||||
full:sp.itunes.apple.com @cn
|
||||
full:speedysub.music.apple.com @cn
|
||||
full:streamingaudio.itunes.apple.com @cn
|
||||
full:su.itunes.apple.com @cn
|
||||
full:sync.itunes.apple.com @cn
|
||||
@@ -983,3 +986,10 @@ full:weatherkit.apple.com @cn
|
||||
full:www.apple.com @cn
|
||||
full:www.apple.com.edgekey.net.globalredir.akadns.net @cn
|
||||
full:xp.apple.com @cn
|
||||
|
||||
# Ads/tracking
|
||||
advertising.apple.com @ads
|
||||
api-adservices.apple.com @ads
|
||||
iadsdk.apple.com @ads
|
||||
iad.apple.com @ads
|
||||
qwapi.com @ads
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
advertising.apple.com @ads
|
||||
api-adservices.apple.com @ads
|
||||
iadsdk.apple.com @ads
|
||||
iad.apple.com @ads
|
||||
qwapi.com @ads
|
||||
1
data/aws
1
data/aws
@@ -40,6 +40,7 @@ awssecworkshops.com
|
||||
awsstatic.com
|
||||
awsthinkbox.com
|
||||
awstrack.me
|
||||
awswaf.com
|
||||
cdkworkshop.com
|
||||
cloudfront.com
|
||||
cloudfront.net
|
||||
|
||||
56
data/baidu
56
data/baidu
@@ -1,4 +1,3 @@
|
||||
include:baidu-ads
|
||||
include:zuoyebang
|
||||
|
||||
# All .baidu domains
|
||||
@@ -65,6 +64,7 @@ shifen.com
|
||||
smartapps.cn
|
||||
tieba.com
|
||||
tiebaimg.com
|
||||
xdrtc.com
|
||||
xianfae.com
|
||||
xiaodutv.com
|
||||
yoojia.com
|
||||
@@ -83,3 +83,57 @@ dxmpay.com
|
||||
dxmstatic.com
|
||||
dxmyqh.com
|
||||
paydxm.com
|
||||
|
||||
# Ads/tracking
|
||||
adscdn.baidu.com @ads
|
||||
adx.xiaodutv.com @ads
|
||||
afd.baidu.com @ads
|
||||
afdconf.baidu.com @ads
|
||||
baifen.music.baidu.com @ads
|
||||
bzclk.baidu.com @ads
|
||||
cb.baidu.com @ads
|
||||
cbjs.baidu.com @ads
|
||||
cm.baidu.com @ads
|
||||
cpro.baidu.com @ads
|
||||
cpro.baidustatic.com @ads
|
||||
cpu.baidu.com @ads
|
||||
cstm.baidu.com @ads
|
||||
dlswbr.baidu.com @ads
|
||||
drmcmm.baidu.com @ads
|
||||
duiwai.baidu.com @ads
|
||||
dup.baidustatic.com @ads
|
||||
eclick.baidu.com @ads
|
||||
ecma.bdimg.com @ads
|
||||
ecmb.bdimg.com @ads
|
||||
ecmc.bdimg.com @ads
|
||||
eduad.baidu.com @ads
|
||||
eiv.baidu.com @ads
|
||||
fclick.baidu.com @ads
|
||||
fclog.baidu.com @ads
|
||||
h2tcbox.baidu.com @ads
|
||||
hao123union.baidu.com @ads
|
||||
hm.baidu.com @ads
|
||||
hmma.baidu.com @ads
|
||||
imgstat.baidu.com @ads
|
||||
iwanad.baidu.com @ads
|
||||
miao.baidu.com @ads
|
||||
miaowu.baidu.com @ads
|
||||
mipcache.bdstatic.com @ads
|
||||
mobads.baidu.com @ads
|
||||
mobads-logs.baidu.com @ads
|
||||
mobads-pre-config.cdn.bcebos.com @ads
|
||||
mountain.zhidao.baidu.com @ads
|
||||
nsclick.baidu.com @ads
|
||||
nsclickvideo.baidu.com @ads
|
||||
pimlog.baidu.com @ads
|
||||
pos.baidu.com @ads
|
||||
sclick.baidu.com @ads
|
||||
spcode.baidu.com @ads
|
||||
tcbox.baidu.com @ads
|
||||
ubmcvideo.baidustatic.com @ads
|
||||
union.baidu.com @ads
|
||||
unionimage.baidu.com @ads
|
||||
wangmeng.baidu.com @ads
|
||||
wkctj.baidu.com @ads
|
||||
wm.baidu.com @ads
|
||||
zz.bdstatic.com @ads
|
||||
|
||||
@@ -1,54 +0,0 @@
|
||||
include:zuoyebang-ads
|
||||
|
||||
adscdn.baidu.com @ads
|
||||
adx.xiaodutv.com @ads
|
||||
afd.baidu.com @ads
|
||||
afdconf.baidu.com @ads
|
||||
baifen.music.baidu.com @ads
|
||||
bzclk.baidu.com @ads
|
||||
cb.baidu.com @ads
|
||||
cbjs.baidu.com @ads
|
||||
cm.baidu.com @ads
|
||||
cpro.baidu.com @ads
|
||||
cpro.baidustatic.com @ads
|
||||
cpu.baidu.com @ads
|
||||
cstm.baidu.com @ads
|
||||
dlswbr.baidu.com @ads
|
||||
drmcmm.baidu.com @ads
|
||||
duiwai.baidu.com @ads
|
||||
dup.baidustatic.com @ads
|
||||
eclick.baidu.com @ads
|
||||
ecma.bdimg.com @ads
|
||||
ecmb.bdimg.com @ads
|
||||
ecmc.bdimg.com @ads
|
||||
eduad.baidu.com @ads
|
||||
eiv.baidu.com @ads
|
||||
fclick.baidu.com @ads
|
||||
fclog.baidu.com @ads
|
||||
h2tcbox.baidu.com @ads
|
||||
hao123union.baidu.com @ads
|
||||
hm.baidu.com @ads
|
||||
hmma.baidu.com @ads
|
||||
imgstat.baidu.com @ads
|
||||
iwanad.baidu.com @ads
|
||||
miao.baidu.com @ads
|
||||
miaowu.baidu.com @ads
|
||||
mipcache.bdstatic.com @ads
|
||||
mobads.baidu.com @ads
|
||||
mobads-logs.baidu.com @ads
|
||||
mobads-pre-config.cdn.bcebos.com @ads
|
||||
mountain.zhidao.baidu.com @ads
|
||||
nsclick.baidu.com @ads
|
||||
nsclickvideo.baidu.com @ads
|
||||
pimlog.baidu.com @ads
|
||||
pos.baidu.com @ads
|
||||
sclick.baidu.com @ads
|
||||
spcode.baidu.com @ads
|
||||
tcbox.baidu.com @ads
|
||||
ubmcvideo.baidustatic.com @ads
|
||||
union.baidu.com @ads
|
||||
unionimage.baidu.com @ads
|
||||
wangmeng.baidu.com @ads
|
||||
wkctj.baidu.com @ads
|
||||
wm.baidu.com @ads
|
||||
zz.bdstatic.com @ads
|
||||
@@ -1,12 +1,10 @@
|
||||
include:bytedance-ads
|
||||
|
||||
#include:bytedance-ai-!cn # not serving for cn
|
||||
include:bytedance-ai-!cn # not serving for cn
|
||||
include:doubao
|
||||
include:douyin # douyin, huoshan and qishuimusic inside
|
||||
include:fqnovel
|
||||
include:juejin
|
||||
include:lark # feishu is included in lark
|
||||
include:tiktok
|
||||
include:tiktok # not serving for cn
|
||||
include:trae
|
||||
include:volcengine
|
||||
|
||||
@@ -358,3 +356,31 @@ rsproxy.cn
|
||||
#bcysnssdk.com
|
||||
#bcystatic.com
|
||||
#bcyvod.com
|
||||
|
||||
# Ads/tracking
|
||||
ad.toutiao.com @ads
|
||||
bds.snssdk.com @ads
|
||||
byteadverts.com @ads
|
||||
ctobsnssdk.com @ads
|
||||
dig.bdurl.net @ads
|
||||
extlog.snssdk.com @ads
|
||||
i.snssdk.com @ads
|
||||
log.zijieapi.com @ads
|
||||
mcs.snssdk.com @ads
|
||||
pangolin-dsp-toutiao-b.com @ads
|
||||
pangolin-dsp-toutiao.com @ads
|
||||
pangolin-hl.snssdk.com @ads
|
||||
pangolin-lf.snssdk.com @ads
|
||||
pangolin-lq.snssdk.com @ads
|
||||
pangolin-sdk-toutiao-b.com @ads
|
||||
pangolin-sdk-toutiao.com @ads
|
||||
pangolin-sdk-toutiao1.com @ads
|
||||
pangolin.snssdk.com @ads
|
||||
panplayable-toutiao-b.com @ads
|
||||
panplayable-toutiao.com @ads
|
||||
pglstatp-sdk-toutiao.com @ads
|
||||
pglstatp-snssdk-toutiao.com @ads
|
||||
pglstatp-toutiao-b.com @ads
|
||||
pglstatp-toutiao.com @ads
|
||||
sf3-ttcdn-tos.pstatp.com @ads
|
||||
shoppingads.cn @ads
|
||||
|
||||
@@ -1,29 +0,0 @@
|
||||
include:fqnovel-ads
|
||||
|
||||
ad.toutiao.com @ads
|
||||
analytics.tiktok.com @ads
|
||||
bds.snssdk.com @ads
|
||||
byteadverts.com @ads
|
||||
ctobsnssdk.com @ads
|
||||
dig.bdurl.net @ads
|
||||
extlog.snssdk.com @ads
|
||||
i.snssdk.com @ads
|
||||
log.zijieapi.com @ads
|
||||
mcs.snssdk.com @ads
|
||||
pangolin-dsp-toutiao-b.com @ads
|
||||
pangolin-dsp-toutiao.com @ads
|
||||
pangolin-hl.snssdk.com @ads
|
||||
pangolin-lf.snssdk.com @ads
|
||||
pangolin-lq.snssdk.com @ads
|
||||
pangolin-sdk-toutiao-b.com @ads
|
||||
pangolin-sdk-toutiao.com @ads
|
||||
pangolin-sdk-toutiao1.com @ads
|
||||
pangolin.snssdk.com @ads
|
||||
panplayable-toutiao-b.com @ads
|
||||
panplayable-toutiao.com @ads
|
||||
pglstatp-sdk-toutiao.com @ads
|
||||
pglstatp-snssdk-toutiao.com @ads
|
||||
pglstatp-toutiao-b.com @ads
|
||||
pglstatp-toutiao.com @ads
|
||||
sf3-ttcdn-tos.pstatp.com @ads
|
||||
shoppingads.cn @ads
|
||||
@@ -1,8 +1,8 @@
|
||||
include:dola
|
||||
|
||||
# related to doubao
|
||||
coze.com
|
||||
|
||||
# related to trae
|
||||
marscode.com
|
||||
trae.ai
|
||||
include:dola
|
||||
|
||||
# related to doubao
|
||||
coze.com @!cn
|
||||
|
||||
# related to trae
|
||||
marscode.com @!cn
|
||||
trae.ai @!cn
|
||||
|
||||
@@ -3,3 +3,6 @@ cainiao.com
|
||||
cainiao.com.cn
|
||||
cainiaoyizhan.com
|
||||
guoguo-app.com
|
||||
|
||||
# Ads/tracking
|
||||
v6-adashx.ut.cainiao.com @ads
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
# Game
|
||||
bestdori.com
|
||||
colorfulstage.com
|
||||
|
||||
# Idol
|
||||
|
||||
@@ -1,51 +1,51 @@
|
||||
# This file contains domains that clearly serving ads
|
||||
|
||||
include:acfun-ads
|
||||
include:adobe-ads
|
||||
include:alibaba-ads
|
||||
include:amazon-ads
|
||||
include:apple-ads
|
||||
include:baidu-ads
|
||||
include:bytedance-ads
|
||||
include:category-ads-ir
|
||||
|
||||
include:acfun @ads
|
||||
include:adobe @ads
|
||||
include:alibaba @ads
|
||||
include:amazon @ads
|
||||
include:apple @ads
|
||||
include:baidu @ads
|
||||
include:bytedance @ads
|
||||
include:cctv @ads
|
||||
include:disney @ads
|
||||
include:dmm-ads
|
||||
include:duolingo-ads
|
||||
include:dmm @ads
|
||||
include:duolingo @ads
|
||||
include:gamersky @ads
|
||||
include:google-ads
|
||||
include:google @ads
|
||||
include:hetzner @ads
|
||||
include:hunantv-ads
|
||||
include:iqiyi-ads
|
||||
include:jd-ads
|
||||
include:kuaishou-ads
|
||||
include:kugou-ads
|
||||
include:letv-ads
|
||||
include:meta-ads
|
||||
include:microsoft-ads
|
||||
include:netease-ads
|
||||
include:ookla-speedtest-ads
|
||||
include:hunantv @ads
|
||||
include:iqiyi @ads
|
||||
include:jd @ads
|
||||
include:kuaishou @ads
|
||||
include:kugou @ads
|
||||
include:le @ads
|
||||
include:meta @ads
|
||||
include:microsoft @ads
|
||||
include:mihoyo @ads
|
||||
include:netease @ads
|
||||
include:ookla-speedtest @ads
|
||||
include:openai @ads
|
||||
include:picacg @ads
|
||||
include:pikpak @ads
|
||||
include:pixiv @ads
|
||||
include:qihoo360-ads
|
||||
include:qihoo360 @ads
|
||||
include:samsung @ads
|
||||
include:sina-ads
|
||||
include:sina @ads
|
||||
include:snap @ads
|
||||
include:sohu-ads
|
||||
include:spotify-ads
|
||||
include:television-ads
|
||||
include:tencent-ads
|
||||
include:sohu @ads
|
||||
include:spotify @ads
|
||||
include:tcl @ads
|
||||
include:tencent @ads
|
||||
include:tendcloud @ads
|
||||
include:twitter @ads
|
||||
include:umeng-ads
|
||||
include:unity @ads
|
||||
include:unitychina @ads
|
||||
include:xhamster-ads
|
||||
include:xiaomi-ads
|
||||
include:ximalaya-ads
|
||||
include:yahoo-ads
|
||||
include:xhamster @ads
|
||||
include:xiaomi @ads
|
||||
include:ximalaya @ads
|
||||
include:yahoo @ads
|
||||
include:zhihu @ads
|
||||
|
||||
# Other domains for ads serving
|
||||
@@ -58,6 +58,8 @@ ad.api.moji.com
|
||||
ad.wang502.com
|
||||
adbutter.net
|
||||
addthisedge.com
|
||||
ads.huan.tv
|
||||
ads.huantest.com
|
||||
ads.trafficjunky.net
|
||||
ads.wteam.xyz
|
||||
adservice.sigmob.cn
|
||||
@@ -151,6 +153,11 @@ stat.chinaso.com
|
||||
mlog.hiido.com
|
||||
ylog.hiido.com
|
||||
|
||||
# hpply
|
||||
ad.hpplay.cn
|
||||
adc.hpplay.cn
|
||||
adeng.hpplay.cn
|
||||
|
||||
# Httpool
|
||||
toboads.com
|
||||
|
||||
@@ -159,6 +166,10 @@ analytics-data.io
|
||||
atom-data.io
|
||||
ironbeast.io
|
||||
|
||||
# joyplus
|
||||
advapi.joyplus.tv
|
||||
advapikj.joyplus.tv
|
||||
|
||||
# pocoiq
|
||||
cdn.pocoiq.cn
|
||||
oct.pocoiq.cn
|
||||
@@ -218,6 +229,9 @@ zhugeapi.com
|
||||
zhugeapi.net
|
||||
zhugeio.com
|
||||
|
||||
# 酷云互动
|
||||
kuyun.com
|
||||
|
||||
# 车来了
|
||||
atrace.chelaile.net.cn
|
||||
logs.chelaile.net.cn
|
||||
|
||||
@@ -30,14 +30,20 @@ clipdrop.co
|
||||
jasper.ai
|
||||
|
||||
chutes.ai
|
||||
clawhub.ai
|
||||
copilot.microsoft.com
|
||||
devin.ai
|
||||
diabrowser.com
|
||||
diabrowser.engineering
|
||||
dify.ai
|
||||
duck.ai
|
||||
gateway.ai.cloudflare.com
|
||||
h2o.ai
|
||||
kiro.dev
|
||||
lovart.ai
|
||||
meta.ai
|
||||
mistral.ai
|
||||
openart.ai
|
||||
openclaw.ai
|
||||
openrouter.ai
|
||||
spicywriter.com
|
||||
|
||||
@@ -22,12 +22,16 @@ yiyan.baidu.com
|
||||
# 天工AI
|
||||
tiangong.cn
|
||||
|
||||
# 智谱清言
|
||||
# 智谱
|
||||
bigmodel.cn
|
||||
chatglm.cn
|
||||
z.ai
|
||||
zhipuai.cn
|
||||
zhipucn.com
|
||||
|
||||
# 月之暗面
|
||||
kimi.com
|
||||
moonshot.ai
|
||||
moonshot.cn
|
||||
|
||||
# 讯飞星火
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
include:apkcombo
|
||||
include:apkmirror
|
||||
include:apkpure
|
||||
|
||||
# Uptodown
|
||||
uptodown.com
|
||||
utdstc.com
|
||||
|
||||
40
data/category-bank-ru
Normal file
40
data/category-bank-ru
Normal file
@@ -0,0 +1,40 @@
|
||||
# Alfa Bank
|
||||
alfabank.ru
|
||||
|
||||
# GazpromBank
|
||||
gazprombank.ru
|
||||
gpb.ru
|
||||
|
||||
# Mts dengi
|
||||
dbo-dengi.online
|
||||
mtsdengi.ru
|
||||
|
||||
# PSB Bank
|
||||
psbank.ru
|
||||
|
||||
# RosBank
|
||||
bankline.ru
|
||||
rosbank.ru
|
||||
|
||||
# RUSSIA Bank
|
||||
abr.ru
|
||||
|
||||
# Russian Agricultural Bank
|
||||
rshb.ru
|
||||
|
||||
# SberBank
|
||||
sber.ru
|
||||
sberbank.com
|
||||
sberbank.ru
|
||||
|
||||
# T-Bank (Tinkoff)
|
||||
cdn-tinkoff.ru
|
||||
tbank-online.com
|
||||
tbank.ru
|
||||
|
||||
# Tochka bank
|
||||
tochka-tech.com
|
||||
tochka.com
|
||||
|
||||
# VTB Bank
|
||||
vtb.ru
|
||||
@@ -3,6 +3,7 @@ include:cdn77
|
||||
include:cloudflare
|
||||
include:fastly
|
||||
include:imgix
|
||||
include:jsdelivr
|
||||
include:limelight
|
||||
include:pagecdn
|
||||
include:quantil
|
||||
@@ -13,3 +14,6 @@ include:vrcdn
|
||||
b-cdn.net
|
||||
bunny.net
|
||||
bunnycdn.com
|
||||
|
||||
# cdnjs
|
||||
cdnjs.com
|
||||
|
||||
@@ -37,3 +37,5 @@ xiumi.us
|
||||
xiumius.com
|
||||
## 吾道
|
||||
woodo.cn
|
||||
## Worktile
|
||||
worktile.com
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
# This list contains Tech & Cyber companies and organizations outside China mainland.
|
||||
|
||||
include:2gis
|
||||
include:acer
|
||||
include:adobe
|
||||
include:alibabacloud
|
||||
@@ -65,6 +66,7 @@ include:openweather
|
||||
include:oracle
|
||||
include:panasonic
|
||||
include:pccw
|
||||
include:plex
|
||||
include:qnap
|
||||
include:qualcomm
|
||||
include:qwant
|
||||
@@ -91,6 +93,7 @@ include:westerndigital
|
||||
include:wisekey
|
||||
include:yahoo
|
||||
include:yandex
|
||||
include:zscaler
|
||||
|
||||
# Remote Control
|
||||
include:category-remote-control
|
||||
|
||||
@@ -28,12 +28,14 @@ aave.com
|
||||
bingx.com
|
||||
bitbank.cc
|
||||
bitcoin.org
|
||||
bitcoincore.org
|
||||
bitfinex.com
|
||||
bitget.com
|
||||
bitmex.com
|
||||
bitquick.co
|
||||
bitstamp.net
|
||||
bittrex.com
|
||||
blockchain.com
|
||||
blockfrost.io
|
||||
btcbox.co.jp
|
||||
cex.io
|
||||
@@ -55,6 +57,7 @@ dogecoin.com
|
||||
dydx.exchange
|
||||
fundingrates.xyz
|
||||
gemini.com
|
||||
gmgn.ai
|
||||
guardarian.com
|
||||
hashflow.com
|
||||
infura.io
|
||||
@@ -77,5 +80,7 @@ truefi.io
|
||||
unisat.io
|
||||
uniswap.org
|
||||
walletconnect.com
|
||||
walletconnect.org
|
||||
web3modal.org
|
||||
wintermute.com
|
||||
zapper.fi
|
||||
|
||||
@@ -33,22 +33,17 @@ include:java
|
||||
include:jetbrains
|
||||
include:jetbrains-ai
|
||||
include:jfrog
|
||||
include:jsdelivr
|
||||
include:kubernetes
|
||||
include:microsoft-dev
|
||||
include:mongodb
|
||||
include:nginx
|
||||
include:nixos
|
||||
include:openwrt
|
||||
include:osdn
|
||||
include:perl
|
||||
include:polymer
|
||||
include:python
|
||||
include:python-community
|
||||
include:qt
|
||||
include:readthedocs
|
||||
include:redis
|
||||
include:remirepo
|
||||
include:ruby
|
||||
include:rust
|
||||
include:redhat
|
||||
@@ -59,10 +54,9 @@ include:stackexchange
|
||||
include:strikingly
|
||||
include:termux
|
||||
include:thelinuxfoundation
|
||||
include:topcoder
|
||||
include:tilda
|
||||
include:unity
|
||||
include:v8
|
||||
include:vim
|
||||
|
||||
adventofcode.com
|
||||
alpinelinux.org
|
||||
@@ -71,11 +65,11 @@ artixlinux.org
|
||||
atom.io
|
||||
badgen.net
|
||||
bitvise.com
|
||||
cdnjs.com
|
||||
centos.org
|
||||
chocolatey.org
|
||||
clojure.org
|
||||
cnpmjs.org
|
||||
cve.org
|
||||
cygwin.com
|
||||
cython.org
|
||||
deno.com
|
||||
@@ -123,16 +117,20 @@ notepad-plus-plus.org
|
||||
openresty.org
|
||||
openssl.org
|
||||
opensuse.org
|
||||
osdn.net
|
||||
packagecloud.io
|
||||
packagist.org
|
||||
pcre.org
|
||||
phantomjs.org
|
||||
php.net
|
||||
piwheels.org
|
||||
postgresql.org
|
||||
putty.org
|
||||
r-project.org
|
||||
raspberrypi.org
|
||||
raspbian.org
|
||||
regex101.com
|
||||
remirepo.net
|
||||
rpmfusion.org
|
||||
scientificlinux.org
|
||||
scoop.sh
|
||||
@@ -142,9 +140,11 @@ sqlite.org
|
||||
sublimetext.com
|
||||
tampermonkey.net
|
||||
termius.com
|
||||
topcoder.com
|
||||
unpkg.com
|
||||
videojs.com
|
||||
videolan.org
|
||||
vim.org
|
||||
wapm.io
|
||||
wasmer.io
|
||||
webflow.com
|
||||
@@ -153,4 +153,5 @@ wireshark.org
|
||||
x.org
|
||||
xposed.info
|
||||
yarnpkg.com
|
||||
ziglang.org
|
||||
zsh.org
|
||||
|
||||
@@ -23,4 +23,6 @@ include:unitychina
|
||||
aardio.com
|
||||
jinrishici.com
|
||||
openvela.com
|
||||
pingcode.com
|
||||
tipdm.org
|
||||
zuidaima.com
|
||||
|
||||
@@ -1,2 +1,13 @@
|
||||
include:doc88
|
||||
include:docin
|
||||
1ppt.com
|
||||
360doc.com
|
||||
52ppt.com
|
||||
badou.com
|
||||
book118.com
|
||||
doc88.com
|
||||
docin.com
|
||||
douding.cn
|
||||
haohaodoc.com
|
||||
lazyer.net
|
||||
renrendoc.com
|
||||
wenkeju.com
|
||||
ypppt.com
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
include:category-ecommerce-ru
|
||||
|
||||
include:adidas
|
||||
include:airbnb
|
||||
include:bestbuy
|
||||
include:booking
|
||||
include:books
|
||||
|
||||
@@ -1,2 +1,3 @@
|
||||
include:avito
|
||||
include:ozon
|
||||
include:wildberries
|
||||
|
||||
@@ -10,6 +10,8 @@ include:shanbay
|
||||
include:xueersi
|
||||
include:yuanfudao
|
||||
|
||||
edu.cn
|
||||
|
||||
# 雨课堂
|
||||
include:yuketang
|
||||
## 雨豆课堂
|
||||
@@ -19,8 +21,6 @@ yushiyan.net
|
||||
## 学堂在线
|
||||
xuetangx.com
|
||||
|
||||
edu.cn
|
||||
|
||||
# 国家智慧教育公共服务平台
|
||||
cbern.com.cn
|
||||
smartedu.cn
|
||||
@@ -91,6 +91,7 @@ eoffcn.com
|
||||
jinrongren.net
|
||||
offcn.com
|
||||
zggqzp.com
|
||||
zgjsks.com
|
||||
zgsydw.com
|
||||
# 高考100
|
||||
gk100.com
|
||||
@@ -105,6 +106,9 @@ xir.cn
|
||||
# 日语测试
|
||||
j-test.com
|
||||
nattest-china.com
|
||||
# 菁优网
|
||||
jyeoo.com
|
||||
jyeoo.net
|
||||
# 课播云校
|
||||
keboyunxiao.com
|
||||
# 课堂派
|
||||
@@ -118,6 +122,11 @@ llscdn.com
|
||||
llsserver.com
|
||||
# 马哥教育
|
||||
magedu.com
|
||||
# 墨墨背单词
|
||||
maimemo.com
|
||||
maimemostatus.com
|
||||
# 墨墨记忆卡
|
||||
markji.com
|
||||
# CIS NanoMasters
|
||||
neoscholar.com
|
||||
neoschool.com
|
||||
@@ -127,6 +136,8 @@ oldboyedu.com
|
||||
pigai.org
|
||||
# 公考知识库
|
||||
saduck.top
|
||||
# 外研在线
|
||||
unipus.cn
|
||||
# 未来云校
|
||||
weilaiyunxiao.com
|
||||
# 北京嘉瑞新创教育咨询有限公司
|
||||
|
||||
@@ -17,11 +17,10 @@ bouffalolab.com
|
||||
cxmt.com
|
||||
|
||||
# 乐鑫信息科技
|
||||
#include:espressif
|
||||
esp8266.cn
|
||||
esp8266.com
|
||||
esp8266.com.cn
|
||||
espressif.cn
|
||||
espressif.com
|
||||
espressif.com.cn
|
||||
|
||||
# 华秋电子
|
||||
|
||||
@@ -89,6 +89,7 @@ joox.com
|
||||
kpacg.com
|
||||
linetv.tw
|
||||
megaphone.fm
|
||||
megogo.net
|
||||
mikanani.me
|
||||
moov.hk
|
||||
odysee.com
|
||||
@@ -96,6 +97,7 @@ omobi.cc
|
||||
oranum.com
|
||||
overcast.fm
|
||||
qobuz.com
|
||||
sendvid.com
|
||||
syosetu.com
|
||||
weverse.io
|
||||
yande.re
|
||||
|
||||
@@ -37,13 +37,15 @@ include:xiaoheihe
|
||||
include:xiaoyuzhou
|
||||
include:ximalaya
|
||||
include:youku
|
||||
include:yuewen
|
||||
include:yuewen @-!cn
|
||||
|
||||
# Android Emulator
|
||||
ldmnq.com
|
||||
lsplayer.com
|
||||
yeshen.com
|
||||
|
||||
# 172Mix 舞曲音乐
|
||||
172mix.com
|
||||
# 17K小说
|
||||
17k.com
|
||||
# https://github.com/supzhang/epg
|
||||
@@ -55,14 +57,19 @@ anitabi.cn
|
||||
# 暴风影音
|
||||
baofeng.com
|
||||
baofeng.net
|
||||
# 街机地图
|
||||
bemanicn.com
|
||||
# 布咕阅读
|
||||
bgwxc.com
|
||||
# B站空降助手
|
||||
bsbsb.top
|
||||
# CdkeyNoGap
|
||||
cdkeynogap.com
|
||||
# 动漫之家 #703
|
||||
dmzj.com
|
||||
muwai.com
|
||||
# 懂球帝
|
||||
dongdianqiu.com
|
||||
dongqiudi.com
|
||||
# 飞卢小说
|
||||
faloo.com
|
||||
@@ -82,6 +89,10 @@ jjwxc.net
|
||||
# 酷匠网
|
||||
kjcdn.com
|
||||
kujiang.com
|
||||
# 1905电影网
|
||||
1905.com
|
||||
m1905.cn
|
||||
m1905.com
|
||||
# 喵御宅
|
||||
mfuns.cn
|
||||
# 秒拍
|
||||
@@ -89,6 +100,9 @@ miaopai.com
|
||||
# 磨铁文学
|
||||
motie.com
|
||||
motieimg.com
|
||||
# Mtime时光网
|
||||
mtime.cn
|
||||
mtime.com
|
||||
# 梨视频
|
||||
pearvideo.com
|
||||
# 皮皮网
|
||||
|
||||
@@ -1,3 +1,23 @@
|
||||
# CDNvideo is a leading CDN provider in Russia and the CIS
|
||||
cdnvideo.ru
|
||||
trbcdn.net
|
||||
|
||||
# Information about films and series
|
||||
kinorium.com
|
||||
|
||||
# Streaming services for watching TV series and movies
|
||||
include:kinopoisk
|
||||
include:okko
|
||||
include:rutube
|
||||
include:wink
|
||||
24h.tv
|
||||
amediateka.ru
|
||||
beeline.tv
|
||||
ivi.ru
|
||||
premier.one
|
||||
smotreshka.tv
|
||||
start.ru
|
||||
tvigle.ru
|
||||
viju.ru
|
||||
|
||||
# Video hosting
|
||||
include:rutube
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
include:category-bank-ir
|
||||
include:category-bank-jp
|
||||
include:category-bank-mm
|
||||
include:category-bank-ru
|
||||
|
||||
include:fibank
|
||||
include:futu
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
include:bestore
|
||||
include:ddmaicai
|
||||
include:lkcoffee
|
||||
|
||||
3songshu.com
|
||||
|
||||
@@ -9,10 +9,11 @@ include:eneba
|
||||
include:epicgames
|
||||
include:escapefromtarkov
|
||||
include:faceit
|
||||
include:gaijin
|
||||
include:garena
|
||||
include:gog
|
||||
include:hoyoverse
|
||||
include:illusion
|
||||
# Dead include:illusion
|
||||
include:itchio
|
||||
include:lowiro
|
||||
include:modrinth
|
||||
@@ -40,6 +41,7 @@ include:vrchat
|
||||
include:wbgames
|
||||
include:xbox
|
||||
include:ynoproject
|
||||
include:yostar
|
||||
|
||||
dinopoloclub.com
|
||||
dodi-repacks.download
|
||||
@@ -53,6 +55,7 @@ joinsquad.com
|
||||
loverslab.com
|
||||
minecraft.wiki
|
||||
mobimon.com.tw
|
||||
muvluv-girls-garden.com
|
||||
nexus-cdn.com
|
||||
nexusmods.com
|
||||
noxygames.com
|
||||
|
||||
@@ -15,7 +15,15 @@ edu.ru
|
||||
|
||||
# Other Federal Resources
|
||||
cbr.ru # Central Bank of Russia
|
||||
cikrf.ru # Central Electoral Commission of the Russian Federation
|
||||
ebs.ru # Unified Biometric System
|
||||
goskey.ru # GosKey - an electronic signature on a smartphone
|
||||
grfc.ru # General radio frequency center
|
||||
izbirkom.ru # Information on ongoing elections and referendums
|
||||
kremlin.ru # Online representation of the President of Russia
|
||||
mil.ru # Ministry of Defense of the Russian Federation
|
||||
nalog.ru # Federal Tax Service
|
||||
xn--80ajghhoc2aj1c8b.xn--p1ai # Honest Sign - State Labeling System
|
||||
|
||||
#
|
||||
# Regional sites and Public Services
|
||||
@@ -149,3 +157,6 @@ chukotka.ru # Chukotka Autonomous Area
|
||||
jamal.ru # Yamal-Nenets Autonomous Area
|
||||
surgut.ru # Khanty-Mansi Autonomous Area – Yugra
|
||||
yamal.ru # Yamal-Nenets Autonomous Area
|
||||
|
||||
# Regional health services
|
||||
zdrav10.ru # Republic of Karelia
|
||||
|
||||
@@ -1,66 +1,145 @@
|
||||
include:ipip
|
||||
|
||||
2ip.io
|
||||
2ip.ru
|
||||
2ip.ua
|
||||
51degrees.com
|
||||
abstractapi.com
|
||||
apiip.net
|
||||
apivoid.com
|
||||
bigdatacloud.net
|
||||
check-host.net
|
||||
checkip.org
|
||||
checkip.ru
|
||||
country.is
|
||||
curlmyip.net
|
||||
dadata.ru
|
||||
db-ip.com
|
||||
extreme-ip-lookup.com
|
||||
find-my-ip.com
|
||||
find-my-ip.net
|
||||
findip.net
|
||||
flagfox.net
|
||||
fraudguard.io
|
||||
fraudlogix.com
|
||||
freegeoip.app
|
||||
freeipapi.com
|
||||
geodatatool.com
|
||||
geoip.noc.gov.ru
|
||||
geojs.io
|
||||
geolocation-db.com
|
||||
geoplugin.com
|
||||
geoplugin.net
|
||||
getipintel.net
|
||||
greip.io
|
||||
hackertarget.com
|
||||
httpbin.org
|
||||
icanhazip.com
|
||||
ident.me
|
||||
ifconfig.co
|
||||
ifconfig.es
|
||||
ifconfig.me
|
||||
ip-adress.com
|
||||
ip-api.com
|
||||
ip-api.io
|
||||
ip-api.ru
|
||||
ip-check.info
|
||||
ip-score.com
|
||||
ip.me
|
||||
ip.sb
|
||||
ip2c.org
|
||||
ip2location.com
|
||||
ip2location.io
|
||||
ip2ruscity.com
|
||||
ip4.me
|
||||
ip6.me
|
||||
ip6only.me
|
||||
ip8.com
|
||||
ipaddr.site
|
||||
ipaddress.com
|
||||
ipaddress.my
|
||||
ipaddress.sh
|
||||
ipapi.co
|
||||
ipapi.com
|
||||
ipapi.is
|
||||
ipbase.com
|
||||
ipcalf.com
|
||||
ipchicken.com
|
||||
ipdata.co
|
||||
ipecho.net
|
||||
ipfind.io
|
||||
ipfinder.io
|
||||
ipgeolocation.io
|
||||
ipify.org
|
||||
ipinfo.io
|
||||
iplark.com @cn
|
||||
ipleak.net
|
||||
ipligence.com
|
||||
iplocate.io
|
||||
iplocation.com
|
||||
iplocation.io
|
||||
iplocation.net
|
||||
ipqualityscore.com
|
||||
ipquery.io
|
||||
ipregistry.co
|
||||
iproyal.com
|
||||
ipstack.com
|
||||
ipverify.com
|
||||
ipw.cn @cn
|
||||
ipwhois.io
|
||||
ipxapi.com
|
||||
l2.io
|
||||
maxmind.com
|
||||
mon-ip.com
|
||||
monip.org
|
||||
my.ipinfo.app
|
||||
myexternalip.com
|
||||
myip.com
|
||||
myip.ms
|
||||
myip.ru
|
||||
myip.wtf
|
||||
myipaddress.com
|
||||
myiplookup.com
|
||||
mylocation.org
|
||||
osint.sh
|
||||
proxycheck.io
|
||||
realip.cc
|
||||
seeip.org
|
||||
showmyip.com
|
||||
showmyipaddress.com
|
||||
spur.us
|
||||
sxgeo.city
|
||||
sypexgeo.net
|
||||
tnx.nl
|
||||
tracemyip.org
|
||||
trustmyip.com
|
||||
wgetip.com
|
||||
whatismyip.com
|
||||
whatismyip.net
|
||||
whatismyip.org
|
||||
whatismyipaddress.com
|
||||
whatismyipaddress.net
|
||||
whatismyisp.com
|
||||
whatismyv6.com
|
||||
whatsmyip.com
|
||||
whatsmyip.org
|
||||
where-am-i.co
|
||||
whoer.net
|
||||
whoerip.com
|
||||
whoisxmlapi.com
|
||||
wieistmeineip.de
|
||||
wtfismyip.com
|
||||
|
||||
# Subdomains/internal api used for ip-geo-detect
|
||||
full:checkip.amazonaws.com
|
||||
full:ipv4-check-perf.radar.cloudflare.com
|
||||
full:ipv6-check-perf.radar.cloudflare.com
|
||||
geoip.noc.gov.ru
|
||||
ip.hetzner.com
|
||||
ip.mail.ru
|
||||
ip.nic.ru
|
||||
ip.tyk.nu
|
||||
ipgeo.vercel.app
|
||||
ipv4-internet.yandex.net
|
||||
ipv6-internet.yandex.net
|
||||
whois.pconline.com.cn @cn
|
||||
|
||||
@@ -105,6 +105,8 @@ icpcw.com
|
||||
idcquan.com
|
||||
# 艾瑞咨询
|
||||
iresearch.cn
|
||||
# IT168
|
||||
it168.com
|
||||
# 华尔街见闻
|
||||
jianyuweb.com
|
||||
wallstcn.com
|
||||
@@ -133,6 +135,12 @@ kksmg.com
|
||||
statickksmg.com
|
||||
# 晚点
|
||||
latepost.com
|
||||
# 雷科技
|
||||
leikeji.com
|
||||
# 雷峰网
|
||||
leiphone.com
|
||||
# 今日观察网
|
||||
miercn.com
|
||||
# 快科技
|
||||
mydrivers.com
|
||||
# 南岳新闻网
|
||||
@@ -151,6 +159,8 @@ pchpic.net
|
||||
# PConline 太平洋科技
|
||||
3conline.com
|
||||
pconline.com.cn
|
||||
# 泡泡网
|
||||
pcpop.com
|
||||
# 人民网
|
||||
people.cn
|
||||
people.com.cn
|
||||
@@ -179,6 +189,8 @@ shangyexinzhi.com
|
||||
solidot.org
|
||||
# 南方新闻网
|
||||
southcn.com
|
||||
# 南方财富网
|
||||
southmoney.com
|
||||
# 少数派
|
||||
sspai.com
|
||||
# 证券之星
|
||||
@@ -198,12 +210,21 @@ techweb.com.cn
|
||||
thecover.cn
|
||||
# 澎湃新闻
|
||||
thepaper.cn
|
||||
# 潮新闻/浙江日报
|
||||
8531.cn
|
||||
tidenews.com.cn
|
||||
# 人人都是产品经理
|
||||
woshipm.com
|
||||
# 新华日报
|
||||
xhby.net
|
||||
# 西陆网
|
||||
xilu.com
|
||||
# 新快报
|
||||
xkb.com.cn
|
||||
# 第一财经
|
||||
yicai.com
|
||||
# 扬子晚报
|
||||
yzwb.net
|
||||
# ZEALER
|
||||
zealer.com
|
||||
# 知产力
|
||||
|
||||
@@ -4,6 +4,7 @@ include:creativecommons
|
||||
include:csis
|
||||
include:emojipedia
|
||||
include:f-droid
|
||||
include:grapheneos
|
||||
include:ieee
|
||||
include:metabrainz
|
||||
include:nist
|
||||
|
||||
@@ -25,8 +25,9 @@ include:hentaichen
|
||||
include:hentaivn
|
||||
include:heyzo
|
||||
include:hooligapps
|
||||
include:illusion
|
||||
# Dead include:illusion
|
||||
include:illusion-nonofficial
|
||||
include:illgames
|
||||
include:jable
|
||||
include:japonx
|
||||
include:javbus
|
||||
@@ -137,6 +138,7 @@ porn
|
||||
18hmanga.com
|
||||
18insta.com
|
||||
18j.tv
|
||||
18jav.tv
|
||||
18jms.com
|
||||
18mh.co
|
||||
18mh.me
|
||||
@@ -2223,6 +2225,8 @@ heavyfetish.com
|
||||
hegre.com
|
||||
heiguab.top
|
||||
heijidi.life
|
||||
heiliao.com
|
||||
heiliao88.com
|
||||
heise360181.buzz
|
||||
heise360182.buzz
|
||||
helixstudios.net
|
||||
@@ -2690,12 +2694,14 @@ jasmin.com
|
||||
jav-angel.net
|
||||
jav-subtitles.com
|
||||
jav-vr.net
|
||||
jav.com.co
|
||||
jav.dog
|
||||
jav.gallery
|
||||
jav.guru
|
||||
jav.la
|
||||
jav.land
|
||||
jav.place
|
||||
jav.sb
|
||||
jav.si
|
||||
jav.wine
|
||||
jav01.cc
|
||||
@@ -2758,6 +2764,7 @@ javhdporn.net
|
||||
javher.com
|
||||
javheroine.com
|
||||
javhihi.com
|
||||
javhub.com
|
||||
javhub.me
|
||||
javhub.net
|
||||
javidol.org
|
||||
@@ -2791,7 +2798,9 @@ javprime.net
|
||||
javpub.me
|
||||
javpush.com
|
||||
javqd.com
|
||||
javquick.com
|
||||
javrank.com
|
||||
javrate.com
|
||||
javrave.club
|
||||
javroot.com
|
||||
javscat.net
|
||||
@@ -2816,6 +2825,7 @@ javtrust.com
|
||||
javtube.cc
|
||||
javtube.com
|
||||
javtube.net
|
||||
javvideoporn.com
|
||||
javvids.com
|
||||
javxspot.com
|
||||
javxxx.me
|
||||
@@ -3587,6 +3597,7 @@ ninpu.cyou
|
||||
niuc2.com
|
||||
niziero.info
|
||||
njav.tv
|
||||
njavtv.com
|
||||
nlsexfilmpjes.com
|
||||
nlt-media.com
|
||||
noc.syosetu.com
|
||||
@@ -5566,9 +5577,6 @@ xgtd3.com
|
||||
xgtdr.buzz
|
||||
xh-porn.com
|
||||
xh.video
|
||||
xhamster.com
|
||||
xhamster.desi
|
||||
xhamster2.com
|
||||
xhot.pro
|
||||
xhub.tv
|
||||
xiangrikui-app.com
|
||||
@@ -6157,6 +6165,7 @@ regexp:(^|\.)tqav[1-9][0-9]\.com$
|
||||
regexp:(^|\.)tt[1-2][0-9]\.tv$
|
||||
regexp:(^|\.)ttghg[1-9][0-9]\.xyz$
|
||||
regexp:(^|\.)tttv([1-9][0-9]?|100)\.com$
|
||||
regexp:(^|\.)twav[1-9]\.xyz$
|
||||
regexp:(^|\.)twseb([1-9][0-9]?)?\.com$
|
||||
regexp:(^|\.)uu[a-z][1-9][0-9]?\.com$
|
||||
regexp:(^|\.)whtdh0[1-3]\.cc$
|
||||
|
||||
@@ -1,6 +1,69 @@
|
||||
# ABC of Taste
|
||||
av.ru
|
||||
|
||||
# Auchan
|
||||
auchan.ru
|
||||
|
||||
# Bristol
|
||||
bristol.ru
|
||||
|
||||
# Children's World
|
||||
detmir.ru
|
||||
|
||||
# Dixie
|
||||
dixy.ru
|
||||
|
||||
# Dodo Pizza
|
||||
dodois.com
|
||||
dodois.io
|
||||
dodopizza.com
|
||||
dodopizza.ru
|
||||
dodostatic.net
|
||||
|
||||
# Dostaevsky
|
||||
dostaevsky.ru
|
||||
|
||||
# Eurasia
|
||||
evrasia.rest
|
||||
|
||||
# Fast food restaurant chain "Vkusno i tochka"
|
||||
vkusnoitochka.ru
|
||||
|
||||
# Fix Price
|
||||
fix-price.com
|
||||
|
||||
# Lenta
|
||||
lenta.com
|
||||
lenta.tech
|
||||
|
||||
# Magnet
|
||||
magnit.ru
|
||||
|
||||
# Metro
|
||||
metro-cc.ru
|
||||
|
||||
# Pyaterochka, Perekrestok, Chizhik
|
||||
include:x5
|
||||
|
||||
# Red and White
|
||||
krasnoeibeloe.ru
|
||||
|
||||
# Rostics
|
||||
rostics.ru
|
||||
uni.rest
|
||||
unirest.tech
|
||||
|
||||
# Sakura
|
||||
ilovesakura.ru
|
||||
|
||||
# Spar
|
||||
myspar.ru
|
||||
|
||||
# Sushi Wok
|
||||
sushiwok.ru
|
||||
|
||||
# Vinlab
|
||||
winelab.ru
|
||||
|
||||
# VkusVill
|
||||
vkusvill.ru
|
||||
|
||||
@@ -1,47 +1,59 @@
|
||||
# Russian websites
|
||||
|
||||
# Russian TLDs
|
||||
moscow
|
||||
tatar
|
||||
ru
|
||||
su
|
||||
xn--80adxhks
|
||||
xn--80asehdb
|
||||
xn--80aswg
|
||||
xn--c1avg
|
||||
xn--d1acj3b
|
||||
xn--p1acf
|
||||
xn--p1ai
|
||||
|
||||
ru.com
|
||||
ru.net
|
||||
|
||||
include:tld-ru
|
||||
include:category-ecommerce-ru
|
||||
include:category-entertainment-ru
|
||||
include:category-gov-ru
|
||||
include:category-retail-ru
|
||||
include:category-travel-ru
|
||||
|
||||
# Public transportation
|
||||
include:aviasales
|
||||
include:mosmetro
|
||||
|
||||
include:avito
|
||||
# Well-known companies
|
||||
include:mailru-group
|
||||
include:x5
|
||||
include:yandex
|
||||
|
||||
# Dodo Pizza
|
||||
dodopizza.ru
|
||||
dodopizza.com
|
||||
dodostatic.net
|
||||
dodois.com
|
||||
dodois.io
|
||||
# Bank & Finance & Insurance & Securities
|
||||
include:category-bank-ru
|
||||
# Credit History Bureaus
|
||||
credistory.ru
|
||||
nbki.ru
|
||||
# Currency and stock exchanges
|
||||
moex.com # Moscow Stock Exchange
|
||||
spvb.ru # Saint-Petersburg Stock Exchange
|
||||
# Financial marketplace
|
||||
banki.ru
|
||||
finuslugi.ru
|
||||
# Investment
|
||||
sistema-capital.com
|
||||
# Mir payment system
|
||||
mirpayonline.ru
|
||||
# National Payment Card System
|
||||
nspk.ru
|
||||
# Tipping service
|
||||
netmonet.co
|
||||
tips.tips
|
||||
|
||||
# Rostics
|
||||
rostics.ru
|
||||
uni.rest
|
||||
unirest.tech
|
||||
# Telecom operators
|
||||
beeline.ru
|
||||
dom.ru
|
||||
megafon.ru
|
||||
mts.ru
|
||||
mymts.ru
|
||||
rostelecom.ru
|
||||
rt.ru
|
||||
t2.ru
|
||||
tele2.ru
|
||||
yota.ru
|
||||
|
||||
trbcdn.net
|
||||
tbank-online.com
|
||||
taxsee.com
|
||||
# Other domains
|
||||
gazfond-pn.ru # Non-state pension fund GAZFOND pension savings
|
||||
litres.ru # E-book and audiobook service
|
||||
meteoinfo.ru # Hydrometeorological Center of Russia
|
||||
ngenix.net # NGENIX is a Russian provider of acceleration and security services for public web resources
|
||||
pochta.ru # Russian post
|
||||
qms.ru # Russian internet speed testing service
|
||||
rustore.ru # RuStore is a Russian mobile app store for Android
|
||||
t1.cloud # Russian cloud storage provider
|
||||
taxsee.com # Taxi for business (self-employed drivers)
|
||||
yclients.com # Russian SaaS platform for online booking and business automation for service companies
|
||||
|
||||
@@ -8,7 +8,6 @@ include:doi
|
||||
include:elsevier
|
||||
include:google-scholar
|
||||
include:ieee
|
||||
include:knovel
|
||||
include:mit
|
||||
include:proquest
|
||||
include:sci-hub
|
||||
|
||||
@@ -6,9 +6,20 @@ include:instagram
|
||||
include:linkedin
|
||||
include:mailru
|
||||
include:misskey
|
||||
include:mixi
|
||||
include:ok
|
||||
include:threads
|
||||
include:twitter
|
||||
include:vk
|
||||
|
||||
onlyfans.com
|
||||
truthsocial.com
|
||||
|
||||
# Mastodon
|
||||
# * We can not make a comprehensive domain list of all Mastodon instances.
|
||||
# * Many more dynamic/random instance domains are not listed here.
|
||||
# * geosite:mastodon is not provided to avoid creating excessive expectations among users.
|
||||
joinmastodon.org
|
||||
mastodon.online
|
||||
mastodon.social
|
||||
pawoo.net
|
||||
|
||||
@@ -7,7 +7,7 @@ include:hupu
|
||||
include:meipian
|
||||
include:okjike
|
||||
include:sina @-!cn
|
||||
include:xiaohongshu
|
||||
include:xiaohongshu @-!cn
|
||||
include:yy
|
||||
include:zhihu
|
||||
|
||||
|
||||
@@ -3,33 +3,62 @@ include:openspeedtest
|
||||
|
||||
cnspeedtest.cn @cn
|
||||
fast.com
|
||||
fastspeedtest.com
|
||||
linkmeter.net
|
||||
measurementlab.net
|
||||
meter.net
|
||||
nperf.com
|
||||
openspeedtest.ru
|
||||
speed.cloudflare.com
|
||||
speed.dler.io
|
||||
speed.ee
|
||||
speed.hinet.net
|
||||
speed.nccu.edu.tw
|
||||
speed.neu6.edu.cn @cn
|
||||
speed.nju.edu.cn @cn
|
||||
speed.nuaa.edu.cn @cn
|
||||
speed.qlu.edu.cn @cn
|
||||
speed.ujs.edu.cn @cn
|
||||
speed6.ujs.edu.cn @cn
|
||||
speed2.hinet.net
|
||||
speed5.ntu.edu.tw
|
||||
speed6.ujs.edu.cn @cn
|
||||
speedcheck.org
|
||||
speedgeo.net
|
||||
speedof.me
|
||||
speedtest.cesnet.cz
|
||||
speedtest.ch
|
||||
speedtest.citylink.pro
|
||||
speedtest.cn @cn
|
||||
speedtest.co.za
|
||||
speedtest.de
|
||||
speedtest.dno-it.ru
|
||||
speedtest.frontier.com
|
||||
speedtest.im
|
||||
speedtest.mail.ru
|
||||
speedtest.mfcyun.com @cn
|
||||
speedtest.net.in
|
||||
speedtest.net.ua
|
||||
speedtest.net.uk
|
||||
speedtest.org
|
||||
speedtest.rt.ru
|
||||
speedtest.ru
|
||||
speedtest.shaw.ca
|
||||
speedtest.shu.edu.cn @cn
|
||||
speedtest6.shu.edu.cn @cn
|
||||
speedtest.su
|
||||
speedtest.uz
|
||||
speedtest.volia.com
|
||||
speedtest.xaut.edu.cn @cn
|
||||
speedtest.xfinity.com
|
||||
speedtestcustom.com
|
||||
test.ustc.edu.cn @cn
|
||||
test6.ustc.edu.cn @cn
|
||||
speedtest.xyz
|
||||
speedtest24.ru
|
||||
speedtest6.shu.edu.cn @cn
|
||||
test.nju.edu.cn @cn
|
||||
test.ustc.edu.cn @cn
|
||||
test6.nju.edu.cn @cn
|
||||
speed.nju.edu.cn @cn
|
||||
test6.ustc.edu.cn @cn
|
||||
testmy.net
|
||||
testmyspeed.com
|
||||
testskorosti.ru
|
||||
xnfz.seu.edu.cn @cn
|
||||
|
||||
full:hk-global-bgp.hkg.speedtest.yecaoyun.com @!cn
|
||||
|
||||
38
data/category-travel-ru
Normal file
38
data/category-travel-ru
Normal file
@@ -0,0 +1,38 @@
|
||||
# Aviasales
|
||||
include:aviasales
|
||||
|
||||
# BlaBlaCar
|
||||
blablacar.ru
|
||||
|
||||
# Bus stations
|
||||
avtovokzaly.ru
|
||||
|
||||
# Ostrovok
|
||||
ostrovok.ru
|
||||
|
||||
# Othello from 2GIS
|
||||
otello.ru
|
||||
|
||||
# Public transport and ticketing
|
||||
include:mosmetro
|
||||
full:bilet.nspk.ru
|
||||
full:metro.spb.ru
|
||||
full:mos.transport.vtb.ru
|
||||
full:podorozhnik.spb.ru
|
||||
full:transport.mos.ru
|
||||
gorodpay.ru
|
||||
rrtp.ru
|
||||
sbertroika.ru
|
||||
|
||||
# Russian Railways
|
||||
rzd-bonus.ru
|
||||
rzd.ru
|
||||
|
||||
# Tutu
|
||||
tutu.ru
|
||||
|
||||
# Yandex Rent
|
||||
full:arenda.yandex.ru
|
||||
|
||||
# Yandex Taxi
|
||||
full:taxi.yandex.ru
|
||||
3
data/category-urlshortner
Normal file
3
data/category-urlshortner
Normal file
@@ -0,0 +1,3 @@
|
||||
include:bitly
|
||||
include:shorturl
|
||||
include:tinyurl
|
||||
@@ -1,3 +1,4 @@
|
||||
allhistory.com
|
||||
fgo.wiki
|
||||
jikipedia.com
|
||||
mbalib.com
|
||||
|
||||
@@ -16,6 +16,9 @@ miguvideo.com
|
||||
# 中移金科
|
||||
cmft.com.cn
|
||||
|
||||
# 中移支付 和包
|
||||
cmpay.com
|
||||
|
||||
# 中移在线
|
||||
cmcc-cs.cn
|
||||
online-cmcc.cn
|
||||
|
||||
@@ -1,10 +1,11 @@
|
||||
include:ctexcel
|
||||
|
||||
189.cn
|
||||
bestpay.cn
|
||||
bestpay.com.cn
|
||||
chinatelecom-h.com
|
||||
chinatelecom.com.cn
|
||||
chinatelecomglobal.com @!cn
|
||||
chinatelecomhk.com @!cn
|
||||
chntel.com
|
||||
vnet.cn
|
||||
|
||||
chinatelecomhk.com @!cn
|
||||
|
||||
@@ -18,6 +18,7 @@ cuguplus.com @!cn
|
||||
cuniq.com @!cn
|
||||
cuniq.sg @!cn
|
||||
mychinaunicom.com
|
||||
unicompayment.com
|
||||
wo.cn
|
||||
wo.com.cn
|
||||
wo116114.com
|
||||
|
||||
10
data/ddmaicai
Normal file
10
data/ddmaicai
Normal file
@@ -0,0 +1,10 @@
|
||||
# 叮咚买菜 上海壹佰米网络科技有限公司
|
||||
100.me
|
||||
ddcorp.net
|
||||
ddfresh.net
|
||||
ddimg.mobi
|
||||
ddmaicai.net
|
||||
ddmc.mobi
|
||||
dduser.mobi
|
||||
ddxq.mobi
|
||||
imaicai.mobi
|
||||
@@ -1,6 +1,7 @@
|
||||
chobit.cc
|
||||
ci-en.jp
|
||||
ci-en.net
|
||||
dlaf.jp
|
||||
dlsite.com
|
||||
dlsite.com.tw
|
||||
dlsite.jp
|
||||
|
||||
16
data/dmm
16
data/dmm
@@ -1,7 +1,21 @@
|
||||
include:dmm-ads
|
||||
include:dmm-porn
|
||||
|
||||
dmm.com
|
||||
dmm-extension.com
|
||||
dmmapis.com
|
||||
full:api-p.videomarket.jp
|
||||
|
||||
# Ads/tracking
|
||||
# Refer: https://tonahazana.com/kancolle-2nd-weight-saving
|
||||
# If you use support tools to play DMM games(such as playing Kantai Collection by poi), this list maybe useful.
|
||||
ad.games.dmm.com @ads
|
||||
bluekai.com @ads
|
||||
fout.jp @ads
|
||||
gmossp-sp.jp @ads
|
||||
i-mobile.co.jp @ads
|
||||
im-apps.net @ads
|
||||
impact-ad.jp @ads
|
||||
ladsp.com @ads
|
||||
microad.co.jp @ads
|
||||
microad.jp @ads
|
||||
socdm.com @ads
|
||||
|
||||
14
data/dmm-ads
14
data/dmm-ads
@@ -1,14 +0,0 @@
|
||||
# Refer: https://tonahazana.com/kancolle-2nd-weight-saving
|
||||
# If you use support tools to play DMM games(such as playing Kantai Collection by poi), this list maybe useful.
|
||||
|
||||
ad.games.dmm.com @ads
|
||||
bluekai.com @ads
|
||||
fout.jp @ads
|
||||
gmossp-sp.jp @ads
|
||||
i-mobile.co.jp @ads
|
||||
im-apps.net @ads
|
||||
impact-ad.jp @ads
|
||||
ladsp.com @ads
|
||||
microad.co.jp @ads
|
||||
microad.jp @ads
|
||||
socdm.com @ads
|
||||
@@ -1 +0,0 @@
|
||||
doc88.com
|
||||
@@ -1,2 +0,0 @@
|
||||
docin.com
|
||||
douding.cn
|
||||
@@ -1,5 +1,5 @@
|
||||
# Dola, formly ciciai, an AI service of bytedance
|
||||
cici.com
|
||||
ciciai.com
|
||||
ciciaicdn.com
|
||||
dola.com
|
||||
cici.com @!cn
|
||||
ciciai.com @!cn
|
||||
ciciaicdn.com @!cn
|
||||
dola.com @!cn
|
||||
|
||||
@@ -65,3 +65,6 @@ supercachenode.com
|
||||
ultracachenode.com
|
||||
woaihuoshan.com
|
||||
wohst8.com
|
||||
|
||||
# 抖音支付
|
||||
douyinpay.com
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
include:duolingo-ads
|
||||
|
||||
duolingo.com
|
||||
duolingo.cn @cn
|
||||
|
||||
# Ads/tracking
|
||||
ads-api.duolingo.com @ads
|
||||
analytics.vpc.duolingo.com @ads
|
||||
metrics.duolingo.com @ads
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
ads-api.duolingo.com @ads
|
||||
metrics.duolingo.com @ads
|
||||
analytics.vpc.duolingo.com @ads
|
||||
@@ -6,3 +6,8 @@ eleme.io
|
||||
elemecdn.cn
|
||||
elemecdn.com
|
||||
elenet.me
|
||||
|
||||
# Ads/tracking
|
||||
adashx.ut.ele.me @ads
|
||||
h-adashx.ut.ele.me @ads
|
||||
v6-adashx.ut.ele.me @ads
|
||||
|
||||
@@ -395,3 +395,8 @@ workplace.com
|
||||
workplaceusecases.com
|
||||
|
||||
full:fbcdn-a.akamaihd.net
|
||||
|
||||
# Ads/tracking
|
||||
analytics.facebook.com @ads
|
||||
facebookads.com @ads
|
||||
pixel.facebook.com @ads
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
analytics.facebook.com @ads
|
||||
facebookads.com @ads
|
||||
pixel.facebook.com @ads
|
||||
19
data/fqnovel
19
data/fqnovel
@@ -1,5 +1,3 @@
|
||||
include:fqnovel-ads
|
||||
|
||||
activity-zhendingtech.com
|
||||
changdunovel.com
|
||||
fanqienovel.com
|
||||
@@ -31,3 +29,20 @@ qznovelvod.com
|
||||
|
||||
full:p3-novel.byteimg.com
|
||||
full:p6-novel.byteimg.com
|
||||
|
||||
# Ads/tracking
|
||||
full:ads3-normal-hl.zijieapi.com @ads
|
||||
full:ads3-normal.zijieapi.com @ads
|
||||
full:ads5-normal-hl.zijieapi.com @ads
|
||||
full:ads5-normal.zijieapi.com @ads
|
||||
full:log3-applog-hl.fqnovel.com @ads
|
||||
full:log3-applog.fqnovel.com @ads
|
||||
full:log5-applog-hl.fqnovel.com @ads
|
||||
full:log5-applog.fqnovel.com @ads
|
||||
full:p3-ad-sign.byteimg.com @ads
|
||||
full:p6-ad-sign.byteimg.com @ads
|
||||
full:p9-ad-sign.byteimg.com @ads
|
||||
full:rtlog3-applog-hl.fqnovel.com @ads
|
||||
full:rtlog3-applog.fqnovel.com @ads
|
||||
full:rtlog5-applog-hl.fqnovel.com @ads
|
||||
full:rtlog5-applog.fqnovel.com @ads
|
||||
|
||||
@@ -1,15 +0,0 @@
|
||||
full:ads3-normal-hl.zijieapi.com @ads
|
||||
full:ads3-normal.zijieapi.com @ads
|
||||
full:ads5-normal-hl.zijieapi.com @ads
|
||||
full:ads5-normal.zijieapi.com @ads
|
||||
full:log3-applog-hl.fqnovel.com @ads
|
||||
full:log3-applog.fqnovel.com @ads
|
||||
full:log5-applog-hl.fqnovel.com @ads
|
||||
full:log5-applog.fqnovel.com @ads
|
||||
full:p3-ad-sign.byteimg.com @ads
|
||||
full:p6-ad-sign.byteimg.com @ads
|
||||
full:p9-ad-sign.byteimg.com @ads
|
||||
full:rtlog3-applog-hl.fqnovel.com @ads
|
||||
full:rtlog3-applog.fqnovel.com @ads
|
||||
full:rtlog5-applog-hl.fqnovel.com @ads
|
||||
full:rtlog5-applog.fqnovel.com @ads
|
||||
13
data/gaijin
Normal file
13
data/gaijin
Normal file
@@ -0,0 +1,13 @@
|
||||
acesofthunder.net
|
||||
activematter.game
|
||||
artstorm.com
|
||||
crossout.net
|
||||
crsed.net
|
||||
cubicodyssey.game
|
||||
enlisted.net
|
||||
gaijin.net
|
||||
gaijinent.com
|
||||
modernwarships.com
|
||||
star-conflict.com
|
||||
warthunder.com
|
||||
wtmobile.com
|
||||
@@ -45,6 +45,8 @@ include:paypal
|
||||
include:softbank
|
||||
include:stripe
|
||||
include:visa
|
||||
## アプリペイ
|
||||
app-pay.jp
|
||||
|
||||
# CDN companies & Services
|
||||
include:category-cdn-!cn
|
||||
@@ -83,7 +85,6 @@ include:embl
|
||||
include:freecodecamp
|
||||
include:kaggle
|
||||
include:khanacademy
|
||||
include:knovel
|
||||
include:laracasts
|
||||
include:libgen
|
||||
include:lifewire
|
||||
@@ -156,6 +157,7 @@ include:category-enhance-gaming
|
||||
include:category-mobile-repair
|
||||
include:category-ntp
|
||||
include:category-password-management
|
||||
include:category-urlshortner
|
||||
include:category-web-archive
|
||||
include:decryptipastore # iOS
|
||||
|
||||
@@ -170,7 +172,6 @@ include:addtoany
|
||||
include:adguard
|
||||
include:aptoide
|
||||
include:arphic
|
||||
include:bitly
|
||||
include:blender
|
||||
include:brightcove
|
||||
include:buymeacoffee
|
||||
@@ -224,7 +225,6 @@ include:sb
|
||||
include:setapp
|
||||
include:sharethis
|
||||
include:shopify
|
||||
include:shorturl
|
||||
include:slideshare
|
||||
include:sourceforge
|
||||
include:squareup
|
||||
@@ -234,7 +234,6 @@ include:svp
|
||||
include:test-ipv6
|
||||
include:tex
|
||||
include:tidelift
|
||||
include:tinyurl
|
||||
include:trello
|
||||
include:tumblr
|
||||
include:tutanota
|
||||
@@ -259,6 +258,10 @@ cookielaw.org
|
||||
onetrust.com
|
||||
osano.com
|
||||
usercentrics.eu
|
||||
## Dynatrace
|
||||
dynatrace.com
|
||||
## FamilySearch
|
||||
familysearch.org
|
||||
## Greasy Fork
|
||||
greasyfork.org
|
||||
## Online LaTeX Editor
|
||||
@@ -308,7 +311,6 @@ wiki.gg
|
||||
|
||||
# Others
|
||||
include:avaxhome
|
||||
include:dlsite
|
||||
include:espressif
|
||||
include:familymart
|
||||
include:fzdm
|
||||
@@ -324,3 +326,5 @@ include:tsquare
|
||||
include:windy
|
||||
include:xdty
|
||||
include:xingrz
|
||||
|
||||
sinyalee.com
|
||||
|
||||
@@ -45,6 +45,8 @@ include:taikang
|
||||
|
||||
## 航财通·校园付
|
||||
cc-pay.cn
|
||||
## 合利宝
|
||||
helipay.com
|
||||
## 徽商期货有限责任公司
|
||||
hsqh.net
|
||||
## 上海陆金所
|
||||
@@ -53,6 +55,8 @@ lufax.com
|
||||
lufaxcdn.com
|
||||
## 银豹收银系统
|
||||
pospal.cn
|
||||
## 上海付费通
|
||||
shfft.com
|
||||
|
||||
# CDN or SDWAN
|
||||
include:category-cdn-cn
|
||||
@@ -180,6 +184,10 @@ wuyou.net # 无忧启动论坛
|
||||
x-station.cn # X电站
|
||||
znds.com # 智能电视网
|
||||
|
||||
# DCC Forum(心跳文学部中文论坛)
|
||||
edgemonix.top # 图床
|
||||
monika.love
|
||||
|
||||
423down.com # 423Down
|
||||
acwifi.net # 路由器技术分享
|
||||
appinn.com # 小众软件
|
||||
@@ -200,6 +208,11 @@ biomart.cn
|
||||
dxy.com
|
||||
dxy.cn
|
||||
dxycdn.com
|
||||
## 薄荷健康
|
||||
boohee.com
|
||||
## 好大夫在线
|
||||
haodf.com
|
||||
hdfimg.com
|
||||
## 江苏健康通
|
||||
jsehealth.com
|
||||
## 仁科医疗科技有限公司服务域名,为北大口腔和一些其他国内医院小程序提供服务
|
||||
@@ -209,27 +222,73 @@ mingxuan.store
|
||||
gov.cn
|
||||
## 中国气象局
|
||||
cma.cn
|
||||
## 政务和公益机构域名注册管理中心
|
||||
conac.cn
|
||||
## 中央气象台
|
||||
nmc.cn
|
||||
## 中国互联网联合辟谣平台
|
||||
piyao.org.cn
|
||||
|
||||
# Public transportation
|
||||
include:airchina # 中国国际航空
|
||||
include:hainanairlines # 海南航空
|
||||
## 中国国际航空
|
||||
include:airchina
|
||||
## 海南航空
|
||||
include:hainanairlines
|
||||
## 长安航空
|
||||
airchangan.com
|
||||
## 桂林航空
|
||||
airguilin.com
|
||||
## 中国东方航空
|
||||
ceair.com
|
||||
## 春秋航空
|
||||
ch.com
|
||||
china-sss.com
|
||||
springairlines.com
|
||||
## 华夏航空
|
||||
chinaexpressair.com
|
||||
## 中国南方航空
|
||||
csair.com
|
||||
## 中国联合航空
|
||||
flycua.com
|
||||
## 广西北部湾航空
|
||||
gxairlines.com
|
||||
## 河北航空
|
||||
hbhk.com.cn
|
||||
## 首都航空
|
||||
jdair.net
|
||||
## 吉祥航空
|
||||
juneyaoair.com
|
||||
## 长龙航空
|
||||
loongair.cn
|
||||
## 祥鹏航空
|
||||
luckyair.net
|
||||
## 山东航空
|
||||
sda.cn
|
||||
## 深圳航空
|
||||
shenzhenair.com
|
||||
## 四川航空
|
||||
sichuanair.com
|
||||
## 天津航空
|
||||
tianjin-air.com
|
||||
## 西藏航空
|
||||
tibetairlines.com.cn
|
||||
## 乌鲁木齐航空
|
||||
urumqi-air.com
|
||||
## 厦门航空
|
||||
xiamenair.com
|
||||
|
||||
## 中国民航局
|
||||
caac.gov.cn
|
||||
## 信天游(航空电子客票验真)
|
||||
travelskymobile.cn
|
||||
## 航旅纵横
|
||||
umetrip.com
|
||||
umetrip.com.cn
|
||||
umetrip.net.cn
|
||||
ume-trip.cn
|
||||
## 飞常准
|
||||
variflight.com
|
||||
|
||||
# 中国民航局 caac.gov.cn
|
||||
ceair.com # 中国东方航空
|
||||
chinaexpressair.com # 华夏航空
|
||||
csair.com # 中国南方航空
|
||||
flycua.com # 中国联合航空
|
||||
hbhk.com.cn # 河北航空
|
||||
jdair.net # 首都航空
|
||||
juneyaoair.com # 吉祥航空
|
||||
luckyair.net # 祥鹏航空
|
||||
sichuanair.com # 四川航空
|
||||
tibetairlines.com.cn # 西藏航空
|
||||
travelskymobile.cn # 信天游(航空电子客票验真)
|
||||
variflight.com # 飞常准
|
||||
xiamenair.com # 厦门航空
|
||||
## Railway
|
||||
12306.cn
|
||||
95306.cn
|
||||
@@ -244,11 +303,6 @@ kuajing84.com
|
||||
mygolbs.com
|
||||
## 宁停车
|
||||
ningtingche.com
|
||||
## 航旅纵横
|
||||
umetrip.com
|
||||
umetrip.com.cn
|
||||
umetrip.net.cn
|
||||
ume-trip.cn
|
||||
|
||||
# Science & Technology & Knowledge & Scholar & Press & E-learning & Education
|
||||
include:category-education-cn
|
||||
@@ -271,10 +325,14 @@ webterren.com
|
||||
## 国学大师网
|
||||
guoxuedashi.com
|
||||
guoxuemi.com
|
||||
## 志愿汇
|
||||
zyh365.com
|
||||
## 温州市图书馆
|
||||
wzlib.cn
|
||||
## 中国大百科全书
|
||||
zgbk.com
|
||||
## 浙江图书馆
|
||||
zjlib.cn
|
||||
## 志愿汇
|
||||
zyh365.com
|
||||
|
||||
# Services & Softwares
|
||||
include:category-ai-cn
|
||||
@@ -355,6 +413,8 @@ dida365.com
|
||||
## 兑吧
|
||||
dui88.com
|
||||
duiba.com.cn
|
||||
## 方正字库
|
||||
foundertype.com
|
||||
## 快应用
|
||||
hapjs.org
|
||||
quickapp.cn
|
||||
@@ -381,25 +441,27 @@ ireader.com
|
||||
zhangyue.com
|
||||
zhangyue01.com
|
||||
zhangyuecdn.com
|
||||
## 仟寻招聘
|
||||
moseeker.com
|
||||
## 小能智慧云客服
|
||||
ntalker.com
|
||||
## OneDNS 微步在线
|
||||
onedns.net
|
||||
## 心知天气
|
||||
sencdn.com
|
||||
seniverse.com
|
||||
## 重庆阅品科技
|
||||
tianqi.com
|
||||
tianqistatic.com
|
||||
## 方正字库
|
||||
foundertype.com
|
||||
## 仟寻招聘
|
||||
moseeker.com
|
||||
## OneDNS 微步在线
|
||||
onedns.net
|
||||
## 实习僧
|
||||
shixiseng.com
|
||||
sxsimg.com
|
||||
xiaoyuanzhao.com
|
||||
## 智齿客服
|
||||
sobot.com
|
||||
soboten.com
|
||||
## TaCool SSL 酷证书
|
||||
tacool.com
|
||||
## 重庆阅品科技
|
||||
tianqi.com
|
||||
tianqistatic.com
|
||||
## Via 浏览器
|
||||
viayoo.com
|
||||
## X 浏览器
|
||||
@@ -408,11 +470,13 @@ xbext.com
|
||||
yinxiang.com
|
||||
## 智联招聘
|
||||
zhaopin.cn
|
||||
zhaopin.com
|
||||
|
||||
# Tech companies & Orginations
|
||||
include:aisiku # 北京艾斯酷科技有限公司
|
||||
include:akiko # 秋子酱科技
|
||||
include:alibaba @-!cn
|
||||
include:anker @-!cn
|
||||
include:baidu
|
||||
include:beisen
|
||||
include:bluepoch
|
||||
@@ -477,6 +541,9 @@ hlgdata.com
|
||||
huanleguang.com
|
||||
ttxsapp.com.cn
|
||||
xsbapp.cn
|
||||
# 凯迪仕
|
||||
juziwulian.com
|
||||
kaadas.com
|
||||
|
||||
# Telecommunication
|
||||
include:chinabroadnet
|
||||
@@ -563,7 +630,6 @@ ycrx360.com
|
||||
17989.com
|
||||
17cdn.com
|
||||
17house.com
|
||||
1905.com
|
||||
19yxw.com
|
||||
1nongjing.com
|
||||
1ting.com
|
||||
@@ -590,7 +656,6 @@ ycrx360.com
|
||||
35.com
|
||||
3533.com
|
||||
360aiyi.com
|
||||
360doc.com
|
||||
360jq.com
|
||||
360zhyx.com
|
||||
365azw.com
|
||||
@@ -627,7 +692,6 @@ ycrx360.com
|
||||
52z.com
|
||||
53kf.com
|
||||
55.com
|
||||
56.com
|
||||
5577.com
|
||||
55bbs.com
|
||||
58pic.com
|
||||
@@ -673,8 +737,6 @@ aiemy.com
|
||||
aiketour.com
|
||||
aiops.com
|
||||
aipai.com
|
||||
airchangan.com
|
||||
airguilin.com
|
||||
aiskycn.com
|
||||
aizhan.com
|
||||
aldwx.com # 京ICP备17030349号-1
|
||||
@@ -738,7 +800,6 @@ cecdc.com
|
||||
cecport.com
|
||||
centanet.com
|
||||
cerambath.org
|
||||
ch.com
|
||||
chachaba.com
|
||||
changba.com
|
||||
chaojituzi.net
|
||||
@@ -923,7 +984,6 @@ gupzs.com
|
||||
gushiwen.org
|
||||
guzhangting.com
|
||||
gwdang.com
|
||||
gxairlines.com
|
||||
gxb.io
|
||||
gzcqs.com
|
||||
gzwanju.com
|
||||
@@ -992,7 +1052,6 @@ iranshao.com
|
||||
irs01.com
|
||||
istoreos.com # 粤ICP备20024441号-9
|
||||
it165.net
|
||||
it168.com
|
||||
it610.com
|
||||
itjuzi.com
|
||||
itmop.com
|
||||
@@ -1061,8 +1120,6 @@ lascn.net
|
||||
lawxp.com
|
||||
leangoo.com
|
||||
leanote.com
|
||||
leikeji.com
|
||||
leiphone.com
|
||||
leiting.com
|
||||
leju.com
|
||||
leturich.org
|
||||
@@ -1115,7 +1172,6 @@ meishij.net
|
||||
mengtuoshi.wang
|
||||
miaobolive.com
|
||||
miaozhen.com
|
||||
miercn.com
|
||||
mijisou.com
|
||||
mikecrm.com
|
||||
minhangshi.com
|
||||
@@ -1173,7 +1229,6 @@ p5w.net
|
||||
paipaibang.com
|
||||
paopaoche.net
|
||||
pc6.com
|
||||
pcpop.com
|
||||
peccn.com
|
||||
pgzs.com
|
||||
pharmacodia.com
|
||||
@@ -1239,7 +1294,6 @@ shengdaosoft.com
|
||||
shenmayouxi.com
|
||||
sheui.com
|
||||
shijiexia.com
|
||||
shixiseng.com
|
||||
shmetro.com
|
||||
shoujihuifu.com
|
||||
shouqianba.com
|
||||
@@ -1263,7 +1317,6 @@ softwhy.com
|
||||
sojson.com
|
||||
somode.com
|
||||
souqian.com
|
||||
southmoney.com
|
||||
sparkletour.com
|
||||
springtour.com
|
||||
ssports.com
|
||||
@@ -1286,7 +1339,6 @@ taoche.com
|
||||
te5.com
|
||||
tenxcloud.com
|
||||
tianjimedia.com
|
||||
tianjin-air.com
|
||||
tianlailive.com
|
||||
tietuku.com
|
||||
tiexue.net
|
||||
@@ -1322,7 +1374,6 @@ ucbug.com
|
||||
uggame.com
|
||||
uoko.com
|
||||
urselect.com
|
||||
urumqi-air.com
|
||||
useso.com
|
||||
uuu9.com
|
||||
uzzf.com
|
||||
@@ -1349,7 +1400,6 @@ weand.com
|
||||
weavatar.com
|
||||
weicaifu.com
|
||||
weilaicaijing.com
|
||||
weiphone.net
|
||||
weixing.com
|
||||
weiyangx.com
|
||||
welltrend-edu.com
|
||||
@@ -1370,7 +1420,6 @@ womai.com
|
||||
wondercv.com # 超级简历
|
||||
wonnder.com
|
||||
wooyun.org
|
||||
worktile.com
|
||||
woyaogexing.com
|
||||
woyoo.com
|
||||
wqiis.com
|
||||
@@ -1457,7 +1506,6 @@ youxigt.com
|
||||
youzu.com
|
||||
yoyojie.com
|
||||
yoyou.com
|
||||
ypppt.com
|
||||
yrz.name
|
||||
yslyhr.com
|
||||
ysten.com
|
||||
@@ -1480,7 +1528,6 @@ zastatic.com
|
||||
zczj.com
|
||||
zdfans.com
|
||||
zgjm.org
|
||||
zgjsks.com
|
||||
zglxw.com
|
||||
zgzcw.com
|
||||
zhanbuba.com
|
||||
@@ -1488,7 +1535,6 @@ zhangyoubao.com
|
||||
zhanzhang.net
|
||||
zhaodanji.com
|
||||
zhaokao.net
|
||||
zhaopin.com
|
||||
zhcw.com
|
||||
zhenai.com
|
||||
zhibo8.cc
|
||||
@@ -1499,15 +1545,11 @@ zhongkao.com
|
||||
zhuangjiba.com
|
||||
zhuanyewanjia.com
|
||||
zhuayoukong.com
|
||||
zimuzu.io
|
||||
zixiaomao.com
|
||||
zixuntop.com
|
||||
zmengzhu.com
|
||||
zpb365.com
|
||||
zrblog.net
|
||||
zsxq.com
|
||||
zuhaowan.com
|
||||
zuidaima.com
|
||||
zuowen.com
|
||||
zuowen8.com
|
||||
zuowenwang.net
|
||||
@@ -1583,3 +1625,6 @@ ao-x.ac.cn
|
||||
|
||||
# 万集科技 京ICP备18036282号-2
|
||||
wanji.net.cn
|
||||
|
||||
# 广州市雅望互联网服务有限公司
|
||||
gzyowin.com
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
include:github-ads
|
||||
include:github-copilot
|
||||
include:npmjs
|
||||
|
||||
@@ -33,3 +32,7 @@ blob.core.windows.net
|
||||
full:github-api.arkoselabs.com
|
||||
full:github-cloud.s3.amazonaws.com
|
||||
regexp:^github-production-release-asset-[0-9a-zA-Z]{6}\.s3\.amazonaws\.com$
|
||||
|
||||
# Ads/tracking
|
||||
collector.github.com @ads
|
||||
copilot-telemetry.githubusercontent.com @ads
|
||||
|
||||
@@ -1,2 +0,0 @@
|
||||
collector.github.com @ads
|
||||
copilot-telemetry.githubusercontent.com @ads
|
||||
57
data/google
57
data/google
@@ -6,7 +6,6 @@ include:fastlane
|
||||
include:firebase
|
||||
include:flutter
|
||||
include:golang
|
||||
include:google-ads
|
||||
include:google-deepmind
|
||||
include:google-gemini
|
||||
include:google-play
|
||||
@@ -542,6 +541,62 @@ zukunftswerkstatt.de
|
||||
# https://www.fastly.com/press/press-releases/google-selects-Fastly-Oblivious-HTTP-Relay-for-Privacy-Sandbox/
|
||||
full:google-ohttp-relay-safebrowsing.fastly-edge.com
|
||||
|
||||
# Ads/tracking
|
||||
2mdn-cn.net @ads
|
||||
2mdn.net @ads
|
||||
admob-cn.com @ads
|
||||
admob.com @ads
|
||||
adsense.com @ads
|
||||
adsensecustomsearchads.com @ads
|
||||
adsenseformobileapps.com @ads
|
||||
adservice.google.com @ads
|
||||
adtrafficquality.google @ads
|
||||
advertisercommunity.com @ads
|
||||
advertiserscommunity.com @ads
|
||||
adwords-community.com @ads
|
||||
adwords.com @ads
|
||||
adwordsexpress.com @ads
|
||||
analytics-alv.google.com @ads
|
||||
app-analytics-services.com @ads
|
||||
app-analytics-services-att.com @ads
|
||||
app-measurement-cn.com @ads
|
||||
app-measurement.com @ads
|
||||
doubleclick-cn.net @ads
|
||||
doubleclick.cn @ads
|
||||
doubleclick.com @ads
|
||||
doubleclick.net @ads
|
||||
fcmatch.google.com @ads
|
||||
google-analytics-cn.com @ads
|
||||
google-analytics.com @ads
|
||||
googleadapis.com @ads
|
||||
googleadapis.l.google.com @ads
|
||||
googleads-cn.com @ads
|
||||
googleads.com @ads
|
||||
googleadservices-cn.com @ads
|
||||
googleadservices.com @ads
|
||||
googleadsserving.cn @ads
|
||||
googleanalytics.com @ads
|
||||
googleoptimize-cn.com @ads
|
||||
googleoptimize.com @ads
|
||||
googlesyndication-cn.com @ads
|
||||
googlesyndication.com @ads
|
||||
googletagmanager-cn.com @ads
|
||||
googletagmanager.com @ads
|
||||
googletagservices-cn.com @ads
|
||||
googletagservices.com @ads
|
||||
googletraveladservices-cn.com @ads
|
||||
googletraveladservices.com @ads
|
||||
googlevads-cn.com @ads
|
||||
mail-ads.google.com @ads
|
||||
mobileads.google.com @ads
|
||||
marketingplatform.google.com @ads
|
||||
pagead.l.google.com @ads
|
||||
partnerad.l.google.com @ads
|
||||
urchin.com @ads
|
||||
full:analytics.google.com @ads
|
||||
# https://github.com/AdguardTeam/FiltersRegistry/pull/1154
|
||||
# full:fundingchoicesmessages.google.com @ads
|
||||
|
||||
# Domains and services below are available in China mainland
|
||||
# Use in config file like this: "geosite:google@cn"
|
||||
gvt1-cn.com @cn
|
||||
|
||||
@@ -1,58 +0,0 @@
|
||||
2mdn-cn.net @ads
|
||||
2mdn.net @ads
|
||||
admob-cn.com @ads
|
||||
admob.com @ads
|
||||
ads.youtube.com @ads
|
||||
adsense.com @ads
|
||||
adsensecustomsearchads.com @ads
|
||||
adsenseformobileapps.com @ads
|
||||
adservice.google.com @ads
|
||||
adtrafficquality.google @ads
|
||||
advertisercommunity.com @ads
|
||||
advertiserscommunity.com @ads
|
||||
adwords-community.com @ads
|
||||
adwords.com @ads
|
||||
adwordsexpress.com @ads
|
||||
analytics-alv.google.com @ads
|
||||
app-analytics-services.com @ads
|
||||
app-analytics-services-att.com @ads
|
||||
app-measurement-cn.com @ads
|
||||
app-measurement.com @ads
|
||||
doubleclick-cn.net @ads
|
||||
doubleclick.cn @ads
|
||||
doubleclick.com @ads
|
||||
doubleclick.net @ads
|
||||
fcmatch.google.com @ads
|
||||
google-analytics-cn.com @ads
|
||||
google-analytics.com @ads
|
||||
googleadapis.com @ads
|
||||
googleadapis.l.google.com @ads
|
||||
googleads-cn.com @ads
|
||||
googleads.com @ads
|
||||
googleadservices-cn.com @ads
|
||||
googleadservices.com @ads
|
||||
googleadsserving.cn @ads
|
||||
googleanalytics.com @ads
|
||||
googleoptimize-cn.com @ads
|
||||
googleoptimize.com @ads
|
||||
googlesyndication-cn.com @ads
|
||||
googlesyndication.com @ads
|
||||
googletagmanager-cn.com @ads
|
||||
googletagmanager.com @ads
|
||||
googletagservices-cn.com @ads
|
||||
googletagservices.com @ads
|
||||
googletraveladservices-cn.com @ads
|
||||
googletraveladservices.com @ads
|
||||
googlevads-cn.com @ads
|
||||
mail-ads.google.com @ads
|
||||
mobileads.google.com @ads
|
||||
marketingplatform.google.com @ads
|
||||
pagead.l.google.com @ads
|
||||
partnerad.l.google.com @ads
|
||||
urchin.com @ads
|
||||
|
||||
full:analytics.google.com @ads
|
||||
# https://github.com/AdguardTeam/FiltersRegistry/pull/1154
|
||||
# full:fundingchoicesmessages.google.com @ads
|
||||
|
||||
regexp:^adservice\.google\.([a-z]{2}|com?)(\.[a-z]{2})?$ @ads
|
||||
16
data/grapheneos
Normal file
16
data/grapheneos
Normal file
@@ -0,0 +1,16 @@
|
||||
attestation.app
|
||||
grapheneos.app
|
||||
grapheneos.ca
|
||||
grapheneos.com
|
||||
grapheneos.dev
|
||||
grapheneos.foundation
|
||||
grapheneos.info
|
||||
grapheneos.net
|
||||
grapheneos.network
|
||||
grapheneos.online
|
||||
grapheneos.org
|
||||
grapheneos.ovh
|
||||
grapheneos.page
|
||||
grapheneos.social
|
||||
seamlessupdate.app
|
||||
vanadium.app
|
||||
@@ -8,5 +8,8 @@ hdrezka.org
|
||||
hdrezka.site
|
||||
rezka.ag
|
||||
|
||||
# HDrezka App for Android
|
||||
hdrzk.org
|
||||
|
||||
# hdrezka video CDN servers
|
||||
stream.voidboost.cc
|
||||
|
||||
@@ -21,3 +21,6 @@ n0vadesktop.com
|
||||
|
||||
# 絕區零(Zenless Zone Zero)
|
||||
zenlesszonezero.com
|
||||
|
||||
# ads/tracking
|
||||
log-upload-os.hoyoverse.com @ads
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
# 湖南广电(芒果TV)
|
||||
include:hunantv-ads
|
||||
hifuntv.com
|
||||
hitv.com
|
||||
hnbntv.com
|
||||
@@ -7,3 +6,11 @@ hunaniptv.com
|
||||
hunantv.com
|
||||
imgo.tv
|
||||
mgtv.com
|
||||
|
||||
# Ads/tracking
|
||||
click.hunantv.com @ads
|
||||
da.hunantv.com @ads
|
||||
da.mgtv.com @ads
|
||||
log.hunantv.com @ads
|
||||
log.v2.hunantv.com @ads
|
||||
res.hunantv.com @ads
|
||||
|
||||
@@ -1,6 +0,0 @@
|
||||
click.hunantv.com @ads
|
||||
da.hunantv.com @ads
|
||||
da.mgtv.com @ads
|
||||
log.hunantv.com @ads
|
||||
log.v2.hunantv.com @ads
|
||||
res.hunantv.com @ads
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user