Merge remote-tracking branch 'remotes/github/master'

# Conflicts:
#	.gitignore
This commit is contained in:
2026-06-10 09:00:11 +08:00
712 changed files with 12542 additions and 8642 deletions
+14
View 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.)
-->
+13 -5
View File
@@ -5,6 +5,11 @@ on:
- master - master
paths-ignore: paths-ignore:
- "**/README.md" - "**/README.md"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: false
jobs: jobs:
build: build:
name: Build name: Build
@@ -12,14 +17,15 @@ jobs:
steps: steps:
- name: Checkout codebase - name: Checkout codebase
uses: actions/checkout@v4 uses: actions/checkout@v6
with: with:
path: code path: code
- name: Setup Go - name: Setup Go
uses: actions/setup-go@v5 uses: actions/setup-go@v6
with: with:
go-version-file: code/go.mod go-version-file: code/go.mod
cache-dependency-path: code/go.sum
- name: Set variables - name: Set variables
run: | run: |
@@ -27,15 +33,17 @@ jobs:
echo "TAG_NAME=$(date +%Y%m%d%H%M%S)" >> $GITHUB_ENV echo "TAG_NAME=$(date +%Y%m%d%H%M%S)" >> $GITHUB_ENV
shell: bash shell: bash
- name: Build dlc.dat file - name: Build dlc.dat and plain lists
run: | run: |
cd code || exit 1 cd code || exit 1
go run ./ --outputdir=../ --exportlists=category-ads-all,tld-cn,cn,tld-\!cn,geolocation-\!cn,apple,icloud go run ./ --outputdir=../ --exportlists=category-ads-all,tld-cn,cn,tld-\!cn,geolocation-\!cn,apple,icloud
go run ./cmd/datdump/main.go --inputdata=../dlc.dat --outputdir=../ --exportlists=_all_
cd ../ && rm -rf code cd ../ && rm -rf code
- name: Generate dlc.dat sha256 hash - name: Generate dlc.dat sha256 hash
run: | run: |
sha256sum dlc.dat > dlc.dat.sha256sum sha256sum dlc.dat > dlc.dat.sha256sum
sha256sum dlc.dat_plain.yml > dlc.dat_plain.yml.sha256sum
- name: Generate Zip - name: Generate Zip
run: | run: |
@@ -53,13 +61,13 @@ jobs:
git config --local user.name "github-actions[bot]" git config --local user.name "github-actions[bot]"
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com" git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
git checkout -b release 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 commit -m "${{ env.RELEASE_NAME }}"
git remote add origin "https://${{ github.actor }}:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}" git remote add origin "https://${{ github.actor }}:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}"
git push -f -u origin release git push -f -u origin release
- name: Release and upload assets - name: Release and upload assets
run: | run: |
gh release create ${{ env.TAG_NAME }} --generate-notes --latest --title ${{ env.RELEASE_NAME }} ./dlc.dat ./dlc.dat.* gh release create ${{ env.TAG_NAME }} --generate-notes --latest --title ${{ env.RELEASE_NAME }} ./dlc.dat ./dlc.dat.* ./dlc.dat_plain.yml ./dlc.dat_plain.yml.*
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+4 -3
View File
@@ -10,14 +10,15 @@ jobs:
steps: steps:
- name: Checkout codebase - name: Checkout codebase
uses: actions/checkout@v4 uses: actions/checkout@v6
with: with:
path: code path: code
- name: Setup Go - name: Setup Go
uses: actions/setup-go@v5 uses: actions/setup-go@v6
with: with:
go-version-file: code/go.mod go-version-file: code/go.mod
cache-dependency-path: code/go.sum
- name: Set variables - name: Set variables
run: | run: |
@@ -33,7 +34,7 @@ jobs:
mv dlc.dat TEST-${{ github.run_number }}-dlc.dat mv dlc.dat TEST-${{ github.run_number }}-dlc.dat
- name: Upload TEST-${{ github.run_number }}-dlc.dat - name: Upload TEST-${{ github.run_number }}-dlc.dat
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v7
with: with:
name: TEST-${{ github.run_number }}-dlc.dat name: TEST-${{ github.run_number }}-dlc.dat
path: TEST-${{ github.run_number }}-dlc.dat path: TEST-${{ github.run_number }}-dlc.dat
+3 -4
View File
@@ -4,10 +4,9 @@
/domain-list-community /domain-list-community
/domain-list-community.exe /domain-list-community.exe
# Generated dat file. # Generated dat files.
dlc.dat /*.dat
geosite.dat
c.dat
# Exported plaintext lists. # Exported plaintext lists.
/*.txt /*.txt
/*.yml
+43 -25
View File
@@ -10,6 +10,15 @@ This project is not opinionated. In other words, it does NOT endorse, claim or i
- **dlc.dat**[https://github.com/v2fly/domain-list-community/releases/latest/download/dlc.dat](https://github.com/v2fly/domain-list-community/releases/latest/download/dlc.dat) - **dlc.dat**[https://github.com/v2fly/domain-list-community/releases/latest/download/dlc.dat](https://github.com/v2fly/domain-list-community/releases/latest/download/dlc.dat)
- **dlc.dat.sha256sum**[https://github.com/v2fly/domain-list-community/releases/latest/download/dlc.dat.sha256sum](https://github.com/v2fly/domain-list-community/releases/latest/download/dlc.dat.sha256sum) - **dlc.dat.sha256sum**[https://github.com/v2fly/domain-list-community/releases/latest/download/dlc.dat.sha256sum](https://github.com/v2fly/domain-list-community/releases/latest/download/dlc.dat.sha256sum)
- **dlc.dat_plain.yml**[https://github.com/v2fly/domain-list-community/releases/latest/download/dlc.dat_plain.yml](https://github.com/v2fly/domain-list-community/releases/latest/download/dlc.dat_plain.yml)
- **dlc.dat_plain.yml.sha256sum**[https://github.com/v2fly/domain-list-community/releases/latest/download/dlc.dat_plain.yml.sha256sum](https://github.com/v2fly/domain-list-community/releases/latest/download/dlc.dat_plain.yml.sha256sum)
## 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.
- 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.
## Usage example ## Usage example
@@ -77,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. 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 ## 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. 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.
@@ -85,38 +96,45 @@ All data are under `data` directory. Each file in the directory represents a sub
# comments # comments
include:another-file include:another-file
domain:google.com @attr1 @attr2 domain:google.com @attr1 @attr2
full:analytics.google.com @ads
keyword:google keyword:google
regexp:www\.google\.com$ regexp:^odd[1-7]\.example\.org(\.[a-z]{2})?$
full:www.google.com
``` ```
**Syntax:** **Syntax:**
> 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. > [!NOTE]
> 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.
* Comment begins with `#`. It may begin anywhere in the file. The content in the line after `#` is treated as comment and ignored in production. > [!NOTE]
* Inclusion begins with `include:`, followed by the file name of an existing file in the same directory. > 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.
* Subdomain begins with `domain:`, followed by a valid domain name. The prefix `domain:` may be omitted.
* Keyword begins with `keyword:`, followed by a string.
* Regular expression begins with `regexp:`, followed by a valid regular expression (per Golang's standard).
* Full domain begins with `full:`, followed by a complete and valid domain name.
* Domains (including `domain`, `keyword`, `regexp` and `full`) may have one or more attributes. Each attribute begins with `@` and followed by the name of the attribute.
> **Note:** 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. - 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.
- Full domain begins with `full:`, followed by a complete and valid domain name.
- Keyword begins with `keyword:`, followed by a substring of a valid domain name.
- 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. `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 ## How it works
The entire `data` directory will be built into an external `geosite` file for Project V. Each file in the directory represents a section in the generated file. The entire `data` directory will be built into an external `geosite` file for Project V. Each file in the directory represents a section in the generated file.
To generate a section: **General steps:**
1. Remove all the comments in the file. 1. Read files in the data path (ignore all comments and empty lines).
2. Replace `include:` lines with the actual content of the file. 2. Parse and resolve source data, turn affiliations and inclusions into actual domain rules in proper lists.
3. Omit all empty lines. 3. Deduplicate and sort rules in every list.
4. Generate each `domain:` line into a [sub-domain routing rule](https://github.com/v2fly/v2ray-core/blob/master/app/router/config.proto#L21). 4. Export desired plain text lists.
5. Generate each `keyword:` line into a [plain domain routing rule](https://github.com/v2fly/v2ray-core/blob/master/app/router/config.proto#L17). 5. Generate `dlc.dat`:
6. Generate each `regexp:` line into a [regex domain routing rule](https://github.com/v2fly/v2ray-core/blob/master/app/router/config.proto#L19). - turn each `domain:` line into a [sub-domain routing rule](https://github.com/v2fly/v2ray-core/blob/master/app/router/routercommon/common.proto#L21).
7. Generate each `full:` line into a [full domain routing rule](https://github.com/v2fly/v2ray-core/blob/master/app/router/config.proto#L23). - turn each `full:` line into a [full domain routing rule](https://github.com/v2fly/v2ray-core/blob/master/app/router/routercommon/common.proto#L23).
- turn each `keyword:` line into a [plain domain routing rule](https://github.com/v2fly/v2ray-core/blob/master/app/router/routercommon/common.proto#L17).
- turn each `regexp:` line into a [regex domain routing rule](https://github.com/v2fly/v2ray-core/blob/master/app/router/routercommon/common.proto#L19).
Read [main.go](./main.go) for details.
## How to organize domains ## How to organize domains
@@ -126,12 +144,12 @@ Theoretically any string can be used as the name, as long as it is a valid file
### Attributes ### Attributes
Attribute is useful for sub-group of domains, especially for filtering purpose. For example, the list of `google` domains may contains its main domains, as well as domains that serve ads. The ads domains may be marked by attribute `@ads`, and can be used as `geosite:google@ads` in V2Ray routing. Attribute is useful for sub-group of domains, especially for filtering purpose. For example, the list of `google` may contains its main domains, as well as domains that serve ads. The ads domains may be marked by attribute `@ads`, and can be used as `geosite:google@ads` in V2Ray routing. Domains and services that originate from outside China mainland but have access point in China mainland, may be marked by attribute `@cn`.
## Contribution guideline ## Contribution guideline
* Fork this repo, make modifications to your own repo, file a PR. - Fork this repo, make modifications to your own repo, file a PR.
* Please begin with small size PRs, say modification in a single file. - Please begin with small size PRs, say modification in a single file.
* A PR must be reviewed and approved by another member. - A PR must be reviewed and approved by another member.
* A script will verify your pull request to test whether your PR is correct or not every time you update the PR. Only the PR which passes the test will be merged. Please go to the Action label to get detailed information if you didn't pass it. We also provide the file which has been generated to make you test. - A script will verify your pull request to test whether your PR is correct or not every time you update the PR. Only the PR which passes the test will be merged. Please go to the Action label to get detailed information if you didn't pass it. We also provide the file which has been generated to make you test.
* After a few successful PRs, you may apply for manager access to this repository. - After a few successful PRs, you may apply for manager access to this repository.
+177
View File
@@ -0,0 +1,177 @@
package main
import (
"bufio"
"flag"
"fmt"
"os"
"path/filepath"
"strings"
"github.com/v2fly/domain-list-community/internal/dlc"
router "github.com/v2fly/v2ray-core/v5/app/router/routercommon"
"google.golang.org/protobuf/proto"
)
var (
inputData = flag.String("inputdata", "dlc.dat", "Name of the geosite dat file")
outputDir = flag.String("outputdir", "./", "Directory to place all generated files")
exportLists = flag.String("exportlists", "", "Lists to be exported, separated by ',' (empty for _all_)")
)
type DomainRule struct {
Type string
Value string
Attrs []string
}
type DomainList struct {
Name string
Rules []DomainRule
}
func (d *DomainRule) domain2String() string {
var dstr strings.Builder
dstr.Grow(len(d.Type) + len(d.Value) + 10)
dstr.WriteString(d.Type)
dstr.WriteByte(':')
dstr.WriteString(d.Value)
for i, attr := range d.Attrs {
if i == 0 {
dstr.WriteByte(':')
} else {
dstr.WriteByte(',')
}
dstr.WriteByte('@')
dstr.WriteString(attr)
}
return dstr.String()
}
func loadGeosite(path string) ([]DomainList, map[string]*DomainList, error) {
data, err := os.ReadFile(path)
if err != nil {
return nil, nil, fmt.Errorf("failed to read geosite file: %w", err)
}
vgeositeList := new(router.GeoSiteList)
if err := proto.Unmarshal(data, vgeositeList); err != nil {
return nil, nil, fmt.Errorf("failed to unmarshal: %w", err)
}
domainLists := make([]DomainList, len(vgeositeList.Entry))
domainListByName := make(map[string]*DomainList, len(vgeositeList.Entry))
for i, vsite := range vgeositeList.Entry {
rules := make([]DomainRule, 0, len(vsite.Domain))
for _, vdomain := range vsite.Domain {
rule := DomainRule{Value: vdomain.Value}
switch vdomain.Type {
case router.Domain_RootDomain:
rule.Type = dlc.RuleTypeDomain
case router.Domain_Regex:
rule.Type = dlc.RuleTypeRegexp
case router.Domain_Plain:
rule.Type = dlc.RuleTypeKeyword
case router.Domain_Full:
rule.Type = dlc.RuleTypeFullDomain
default:
return nil, nil, fmt.Errorf("invalid rule type: %+v", vdomain.Type)
}
for _, vattr := range vdomain.Attribute {
rule.Attrs = append(rule.Attrs, vattr.Key)
}
rules = append(rules, rule)
}
domainLists[i] = DomainList{
Name: strings.ToUpper(vsite.CountryCode),
Rules: rules,
}
domainListByName[domainLists[i].Name] = &domainLists[i]
}
return domainLists, domainListByName, nil
}
func exportSite(name string, domainListByName map[string]*DomainList) error {
domainList, ok := domainListByName[strings.ToUpper(name)]
if !ok {
return fmt.Errorf("list %q does not exist", name)
}
if len(domainList.Rules) == 0 {
return fmt.Errorf("list %q is empty", name)
}
file, err := os.Create(filepath.Join(*outputDir, name+".yml"))
if err != nil {
return err
}
defer file.Close()
w := bufio.NewWriter(file)
fmt.Fprintf(w, "%s:\n", name)
for _, domain := range domainList.Rules {
fmt.Fprintf(w, " - %q\n", domain.domain2String())
}
return w.Flush()
}
func exportAll(filename string, domainLists []DomainList) error {
file, err := os.Create(filepath.Join(*outputDir, filename))
if err != nil {
return err
}
defer file.Close()
w := bufio.NewWriter(file)
w.WriteString("lists:\n")
for _, domainList := range domainLists {
fmt.Fprintf(w, " - name: %s\n", strings.ToLower(domainList.Name))
fmt.Fprintf(w, " length: %d\n", len(domainList.Rules))
w.WriteString(" rules:\n")
for _, domain := range domainList.Rules {
fmt.Fprintf(w, " - %q\n", domain.domain2String())
}
}
return w.Flush()
}
func run() error {
// Make sure output directory exists
if err := os.MkdirAll(*outputDir, 0755); err != nil {
return fmt.Errorf("failed to create output directory: %w", err)
}
fmt.Printf("loading source data %q...\n", *inputData)
domainLists, domainListByName, err := loadGeosite(*inputData)
if err != nil {
return fmt.Errorf("failed to loadGeosite: %w", err)
}
var exportListSlice []string
for raw := range strings.SplitSeq(*exportLists, ",") {
if trimmed := strings.TrimSpace(raw); trimmed != "" {
exportListSlice = append(exportListSlice, trimmed)
}
}
if len(exportListSlice) == 0 {
exportListSlice = []string{"_all_"}
}
for _, eplistname := range exportListSlice {
if strings.EqualFold(eplistname, "_all_") {
if err := exportAll(filepath.Base(*inputData)+"_plain.yml", domainLists); err != nil {
fmt.Printf("failed to exportAll: %v\n", err)
continue
}
} else {
if err := exportSite(eplistname, domainListByName); err != nil {
fmt.Printf("failed to exportSite: %v\n", err)
continue
}
}
fmt.Printf("list: %q has been exported successfully.\n", eplistname)
}
return nil
}
func main() {
flag.Parse()
if err := run(); err != nil {
fmt.Printf("Fatal error: %v\n", err)
os.Exit(1)
}
}
+5
View File
@@ -1,7 +1,12 @@
115.com 115.com
115cdn.com 115cdn.com
115cdn.net 115cdn.net
115cloud.cn
115cloud.com
115cloud.net
115img.com 115img.com
115meta.com
115vod.com
116cd.cn 116cd.cn
116cd.com 116cd.com
116cd.net 116cd.net
+36
View File
@@ -5,11 +5,47 @@
18comic.company 18comic.company
18comic.org 18comic.org
18comic.vip 18comic.vip
asjmapihost.cc
cdnblackmyth.club
cdnmhws.cc
cdnmhwscc.vip
cdnuc.vip
cdnxxx-proxy.co
cdnxxx-proxy.xyz
jm-comic2.cc
jm18c-bbm.cc
jm18c-bbm.net
jm18c-uoi.net
jm365.work
jm365.xyz
jmapibranch1.cc
jmapibranch2.cc
jmapibranch3.cc
jmapinode.biz
jmapinode.vip
jmapinode.xyz
jmapinode1.top
jmapinode2.top
jmapinode3.top
jmapinodeudzn.net
jmapinodeudzn.xyz
jmapiproxy1.cc
jmapiproxy1.monster
jmapiproxy2.cc
jmapiproxy3.cc
jmapiproxy4.cc
jmapiproxyxxx.vip
jmcomic.group
jmcomic.ltd jmcomic.ltd
jmcomic.me jmcomic.me
jmcomic.mobi jmcomic.mobi
jmcomic.moe jmcomic.moe
jmcomic.rocks
jmcomic-fb.vip
jmcomic-zzz.one
jmcomic-zzz.org
jmcomic1.city jmcomic1.city
jmcomic1.me jmcomic1.me
jmcomic1.mobi jmcomic1.mobi
jmcomic1.rocks
jmcomic2.moe jmcomic2.moe
+3 -1
View File
@@ -1,2 +1,4 @@
2ch.hk 2ch.hk
2ch.life 2ch.life
2ch.org
2ch.su
+15
View 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.uz
2gis.tech
+3 -1
View File
@@ -1,4 +1,6 @@
2k.com 2k.com
2kcoretech.online 2kcoretech.online
2kct.onl
2kgames.com 2kgames.com
take2games.com 2ksports.com
2kweb.online
-1
View File
@@ -1 +0,0 @@
3dmgame.com
-1
View File
@@ -1 +0,0 @@
3type.cn
+8
View File
@@ -17,6 +17,7 @@
4399biule.com 4399biule.com
4399dmw.com 4399dmw.com
4399er.com 4399er.com
4399hdhh.com
4399hhh.com 4399hhh.com
4399inc.com 4399inc.com
4399mail.com 4399mail.com
@@ -30,17 +31,22 @@
4399yyy.com 4399yyy.com
5054399.com 5054399.com
5054399.net 5054399.net
5wyxi.com
71acg.com 71acg.com
71acg.net 71acg.net
abdf002.com
appeeres.com appeeres.com
buke999.com
bx1k.com bx1k.com
edu4399.com edu4399.com
funnycore.com funnycore.com
guoping123.com guoping123.com
haohaowan.net
i3839.com i3839.com
ihykb.com ihykb.com
img4399.com img4399.com
mail4399.com mail4399.com
maindown4399.com
me4399.com me4399.com
my4399.com my4399.com
mysiteres.com mysiteres.com
@@ -52,4 +58,6 @@ wanwan4399.com
we4399.com we4399.com
webgame163.com webgame163.com
youba.com youba.com
yxhapi.com
yxhhdl.com yxhhdl.com
yxhimg.com
-1
View File
@@ -1 +0,0 @@
4paradigm.com
+11 -1
View File
@@ -9,7 +9,6 @@ include:ganji
58che.com 58che.com
58control.cn 58control.cn
58corp.com 58corp.com
58corp.com
58dns.org 58dns.org
58lovepet.com 58lovepet.com
58uxd.com 58uxd.com
@@ -29,7 +28,18 @@ soufunimg.com
jxedt.com jxedt.com
jxksw.net jxksw.net
roomeet.cn roomeet.cn
xgo-img.com.cn
xinchong.com xinchong.com
xueche.com
# 转转
zhuancorp.com zhuancorp.com
zhuaninc.com
zhuanspirit.cn
zhuanspirit.com zhuanspirit.com
zhuanstatic.com
zhuanzhuan.com zhuanzhuan.com
# 考试宝
kaoshibao.com
zaixiankaoshi.com
-5
View File
@@ -1,5 +0,0 @@
75.team
75team.com
# 75CDN
baomitu.com
+2
View File
@@ -0,0 +1,2 @@
7tv.app
7tv.io
+31
View File
@@ -0,0 +1,31 @@
# 百世
# 浙B2-20070189
56laile.com
800best.cn
800best.com
800best.com.cn
800best.net
800bestapi.cn
800bestapi.com
800bestapp.cn
800bestapp.com
baishinetwork.com
best-inc.com
bestcrossborder.com
bestdataclub.com
bestincapi.cn
bestincapi.com
bestincapp.cn
bestincapp.com
linliyz.com
qiancangwms.com
qianyierp.com
t1tms.com
t8tms.com
t9tms.com
tnettms.com
wangniuwms.com
xinyuanfin.com
youyierp.com
youyitms.com
youyiwms.com
+1
View File
@@ -1 +1,2 @@
accuweather.com accuweather.com
awxcdn.com
+7 -1
View File
@@ -1,6 +1,12 @@
# Beijing Danmu Network Technology Co., Ltd. # Beijing Danmu Network Technology Co., Ltd.
ac.fun
acfun.cn acfun.cn
acfun.net
acfunchina.cn
acfunchina.com
acfunchina.net
aixifan.com aixifan.com
include:acfun-ads # Ads/tracking
full:apilog-web.acfun.cn @ads
-1
View File
@@ -1 +0,0 @@
full:apilog-web.acfun.cn @ads
-1
View File
@@ -1 +0,0 @@
adcolony.com @ads
+3 -1
View File
@@ -3,6 +3,8 @@ adguard.com
adguard.info adguard.info
adguard.io adguard.io
adguard.org adguard.org
adguardaccount.com
adguardcdn.com
adtidy.net adtidy.net
adtidy.org adtidy.org
agrd.eu agrd.eu
@@ -17,6 +19,6 @@ adguard-mail.com
mask.me mask.me
# adguard vpn # adguard vpn
adguardvpn.com
adguard-vpn.com adguard-vpn.com
adguard-vpn.online adguard-vpn.online
adguardvpn.com
+71
View File
@@ -1,19 +1,90 @@
adidas.ae
adidas.at adidas.at
adidas.be adidas.be
adidas.bh
adidas.ca
adidas.ch adidas.ch
adidas.cl
adidas.cn @cn
adidas.co
adidas.co.id
adidas.co.in adidas.co.in
adidas.co.kr
adidas.co.nz
adidas.co.th
adidas.co.uk adidas.co.uk
adidas.co.za
adidas.com adidas.com
adidas.com.ar
adidas.com.au
adidas.com.br
adidas.com.cn @cn adidas.com.cn @cn
adidas.com.co
adidas.com.eg
adidas.com.hk
adidas.com.my
adidas.com.pe
adidas.com.ph
adidas.com.qa
adidas.com.sa adidas.com.sa
adidas.com.sg
adidas.com.tr
adidas.com.tw adidas.com.tw
adidas.com.vn
adidas.cz adidas.cz
adidas.de adidas.de
adidas.dk adidas.dk
adidas.es
adidas.fi
adidas.fr
adidas.gr
adidas.hu adidas.hu
adidas.ie adidas.ie
adidas.in
adidas.it adidas.it
adidas.jp
adidas.mx
adidas.nl adidas.nl
adidas.no
adidas.pe
adidas.pl adidas.pl
adidas.pt
adidas.ru adidas.ru
adidas.se adidas.se
adidas.sk
adidasadmin.com
adidasarchive.org
adidas-archive.org
adidasbadminton.com
adidasboxing.com
adidascdn.com
adidas-group.ca
adidas-group.com
adidasgymnastics.com
adidashockey.com
adidasmotorsport.com
adidassailing.com
adidasspecialtysports.at
adidasspecialtysports.be
adidasspecialtysports.cn @cn
adidasspecialtysports.co.uk
adidasspecialtysports.cz
adidasspecialtysports.de
adidasspecialtysports.dk
adidasspecialtysports.es
adidasspecialtysports.fi
adidasspecialtysports.fr
adidasspecialtysports.ie
adidasspecialtysports.it
adidasspecialtysports.nl
adidasspecialtysports.pl
adidasspecialtysports.ru
adidasspecialtysports.se
adidasspecialtysports.sk
adidastabletennis.com
adidasusnews.com
miadidas.com
micoach.com
miteam.com
shopadidas.ca
shopadidas.com
+4
View File
@@ -0,0 +1,4 @@
adjust.com @ads
adjust.io @ads
adjust.net.in @ads
adjust.world @ads
-1
View File
@@ -1 +0,0 @@
adjust.com @ads
+7 -1
View File
@@ -1,5 +1,4 @@
include:adobe-activation include:adobe-activation
include:adobe-ads
include:typekit include:typekit
10xfotolia.com 10xfotolia.com
@@ -139,3 +138,10 @@ sign.new
# Adobe Dynamic Media Delivery # Adobe Dynamic Media Delivery
scene7.com scene7.com
# Adobe Stats IO
adobestats.io
# Ads/tracking
advertising.adobe.com @ads
tubemogul.com @ads
-2
View File
@@ -1,2 +0,0 @@
advertising.adobe.com @ads
tubemogul.com @ads
+2
View File
@@ -1,2 +1,4 @@
afdian.com
afdian.net afdian.net
afdiancdn.com afdiancdn.com
ifdian.net
+15
View File
@@ -0,0 +1,15 @@
1infra.net
1password.ca
1password.co
1password.com
1password.community
1password.eu
1password.io
1passwordservices.com
1passwordusercontent.ca
1passwordusercontent.com
1passwordusercontent.eu
agilebits.com
passage.id
full:1password.drift.click
+2
View File
@@ -1 +1,3 @@
aiqicha.baidu.com aiqicha.baidu.com
aiqicha.cn
aiqicha.com
+86
View 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
+2
View File
@@ -66,6 +66,7 @@ akastream.com
akastream.net akastream.net
akatns.net akatns.net
akcdn.com.cn @cn akcdn.com.cn @cn
akstat.io
aptdn.net @cn aptdn.net @cn
edgekey.net edgekey.net
edgekey88.net @cn edgekey88.net @cn
@@ -77,3 +78,4 @@ janrainservices.com @cn
skycdn.com.cn @cn skycdn.com.cn @cn
soasta-dswb.com soasta-dswb.com
srtcdn.net srtcdn.net
tl88.net @cn
-1
View File
@@ -1 +0,0 @@
ali213.net
+70 -21
View File
@@ -10,19 +10,24 @@ taobao
# All .tmall domains # All .tmall domains
tmall tmall
include:alibaba-ads
include:alibabacloud include:alibabacloud
include:aligames
include:aliyun include:aliyun
include:aliyun-drive
include:amap
include:cainiao
include:dingtalk include:dingtalk
include:eleme include:eleme
include:shuqi
include:teambition include:teambition
include:uc include:uc
include:umeng include:umeng
include:youku
25pp.com
56che.com 56che.com
88cha.com
95095.com 95095.com
9game.cn ali-health.com
aliapp.org aliapp.org
alibaba-inc.com alibaba-inc.com
alibaba.com alibaba.com
@@ -36,16 +41,18 @@ alibabaplanet.com
alibabaued.com alibabaued.com
alibabausercontent.com alibabausercontent.com
alifanyi.com alifanyi.com
aligames.com alihealth.cn
alihealth.com.cn alihealth.com.cn
alihealth.hk @!cn alihealth.hk @!cn
aliimg.com aliimg.com
alikmd.com alikmd.com
alimama.cn
alimama.com alimama.com
alimebot.com alimebot.com
alimei.com alimei.com
alimmdn.com alimmdn.com
alios.cn alios.cn
alipay-eco.com
alipay.cn alipay.cn
alipay.com alipay.com
alipay.com.cn alipay.com.cn
@@ -84,12 +91,14 @@ gongyi.xin
ialicdn.com ialicdn.com
iconfont.cn iconfont.cn
ics.design ics.design
imgcook.com
jhgtgb.com jhgtgb.com
kanbox.com kanbox.com
lazada.com lazada.com
liangxinyao.com liangxinyao.com
m-now.cn m-now.cn
maitix.com maitix.com
mappcloud.com
mdeer.com mdeer.com
mei.com mei.com
miaostreet.com miaostreet.com
@@ -98,27 +107,32 @@ nic.xin
philanthropy.xin philanthropy.xin
phpwind.com phpwind.com
phpwind.net phpwind.net
pp.cn
qingtingtrip.com qingtingtrip.com
rexpos.cn rexpos.cn
saee.org.cn saee.org.cn
shenjing.com shenjing.com
shuqi.com
shuqireader.com
sparenode.com sparenode.com
supet.com supet.com
tanx.com
ttpod.com ttpod.com
wandoujia.com
xin.xin xin.xin
xinlingshou.cn xinlingshou.cn
yowhale.com yowhale.com
yunos-inc.com yunos-inc.com
yunos.com yunos.com
yushanfang.com yushanfang.com
zimgs.cn
zuodao.com zuodao.com
# AliExpress # AliExpress
ae-rus.net @!cn
aedns.ru @!cn
aeplatform.ru @!cn
aestatic.net @!cn
aliexpress.com aliexpress.com
aliexpress.ru @!cn aliexpress.ru @!cn
aliexpress-media.com
# Alipay+ # Alipay+
alipayplus.com alipayplus.com
@@ -129,19 +143,9 @@ alipay.hk @!cn
# AlipayMO # AlipayMO
alipaymo.com @!cn alipaymo.com @!cn
# 阿里云盘
alicloudccp.com
alipan.com
aliyundrive.com
aliyundrive.net
# 菜鸟
cainiao.com
cainiao.com.cn
cainiao-inc.com
# 盒马 # 盒马
freshhema.com freshhema.com
freshippo.com
hemamax.com hemamax.com
hemaos.com hemaos.com
hemashare.cn hemashare.cn
@@ -169,6 +173,7 @@ lingshoujia.com
mashort.cn mashort.cn
pailitao.com pailitao.com
taobao.com taobao.com
taobao.net
taobao.org taobao.org
taobaocdn.com taobaocdn.com
taobizhong.com taobizhong.com
@@ -184,6 +189,7 @@ tmjl.ai
# 夸克 # 夸克
cueme.cn cueme.cn
myquark.cn
quark.cn quark.cn
# 飞猪 # 飞猪
@@ -194,9 +200,6 @@ fliggy.com
fliggy.hk @!cn fliggy.hk @!cn
iuynfg.com iuynfg.com
# 高德地图
include:amap
# 虾米音乐 # 虾米音乐
xiami.com xiami.com
xiami.fm xiami.fm
@@ -205,6 +208,13 @@ xiami.net
# 口碑 # 口碑
koubei.com koubei.com
# 豌豆荚
wandoujia.com
wdjimg.com
# PP助手
25pp.com
# 吱声网 # 吱声网
zhisheng.com zhisheng.com
@@ -213,3 +223,42 @@ npmmirror.com
# 闲鱼 # 闲鱼
goofish.com goofish.com
# 考拉
kaola.com
kaolacdn.com
# 瓴羊
lydaas.cn
lydaas.com
lydaas.com.cn
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
-98
View File
@@ -1,98 +0,0 @@
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.amap.com @ads
adashx.ut.ele.me @ads
adashx.ut.youku.com @ads
adashx4ae.ut.taobao.com @ads
adashx4yt.m.taobao.com @ads
adashxgc.ut.taobao.com @ads
adsh.m.taobao.com @ads
afp.adchina.com @ads
afp.alicdn.com @ads
agoodm.m.taobao.com @ads
agoodm.wapa.taobao.com @ads
alipaylog.com @ads
amdc.alipay.com @ads
api.wapa.taobao.com @ads
api.waptest.taobao.com @ads
apoll.m.taobao.com @ads
atanx.alicdn.com @ads
atanx2.alicdn.com @ads
c-adash.m.taobao.com @ads
cdn0.mobmore.com @ads
click.aliyun.com @ads
click.mz.simba.taobao.com @ads
cm.ipinyou.com @ads
dsp.simba.taobao.com @ads
ex.mobmore.com @ads
ex.puata.info @ads
fav.simba.taobao.com @ads
feedback.whalecloud.com @ads
ff.win.taobao.com @ads
fm.p0y.cn @ads
g.click.taobao.com @ads
g.tbcdn.cn @ads
gma.alicdn.com @ads
gtms01.alicdn.com @ads
gtms02.alicdn.com @ads
gtms03.alicdn.com @ads
gtms04.alicdn.com @ads
h-adashx.ut.ele.me @ads
h-adashx.ut.taobao.com @ads
h-adashx.ut.youku.com @ads
h-adashx4yt.ut.taobao.com @ads
hydra.alibaba.com @ads
hz.pre.tbusergw.taobao.net @ads
hz.tbusergw.taobao.net @ads
i.ipinyou.com @ads
init.phpwind.com @ads
intl.wapa.taobao.com @ads
intl.waptest.taobao.com @ads
jxlog.istreamsche.com @ads
log.umtrack.com @ads
m-adash.m.taobao.com @ads
m.intl.taobao.com @ads
m.simba.taobao.com @ads
match.p4p.1688.com @ads
material.istreamsche.com @ads
mlt01.com @ads
nbsdk-baichuan.alicdn.com @ads
nbsdk-baichuan.taobao.com @ads
osfota.cdn.aliyun.com @ads
osupdate.aliyun.com @ads
osupdateservice.yunos.com @ads
pindao.huoban.taobao.com @ads
push.wandoujia.com @ads
re.m.taobao.com @ads
re.taobao.com @ads
redirect.simba.taobao.com @ads
rj.m.taobao.co @ads
rj.m.taobao.com @ads
sdkinit.taobao.com @ads
simaba.taobao.com @ads
simba.m.taobao.com @ads
srd.simba.taobao.com @ads
stats.ipinyou.com @ads
strip.taobaocdn.com @ads
tanxlog.istreamsche.com @ads
tejia.taobao.com @ads
temai.taobao.com @ads
tns.simba.taobao.com @ads
tongji.linezing.com @ads
tvupgrade.yunos.com @ads
tyh.taobao.com @ads
userimg.qunar.com @ads
v6-adashx.ut.amap.com @ads
v6-adashx.ut.cainiao.com @ads
v6-adashx.ut.ele.me @ads
v6-adashx.ut.taobao.com @ads
w.m.taobao.com @ads
yiliao.hupan.com @ads
+2 -2
View File
@@ -1,8 +1,8 @@
alibabacloud.co.in @!cn alibabacloud.co.in @!cn
alibabacloud.com alibabacloud.com @!cn
alibabacloud.com.au @!cn alibabacloud.com.au @!cn
alibabacloud.com.hk @!cn alibabacloud.com.hk @!cn
alibabacloud.com.my @!cn alibabacloud.com.my @!cn
alibabacloud.com.sg @!cn alibabacloud.com.sg @!cn
alibabacloud.com.tw @!cn alibabacloud.com.tw @!cn
alicloud.com alicloud.com @!cn
+5
View File
@@ -0,0 +1,5 @@
9game.cn
aligames.com
jiaoyimao.cn
jiaoyimao.com
lingxigames.com
+17
View File
@@ -3,13 +3,19 @@ alicdn.com
alicloudapi.com alicloudapi.com
alidayu.com alidayu.com
alidns.com alidns.com
aligfwaf.com
alikunlun.com alikunlun.com
alikunlun.net
aliyun-inc.com aliyun-inc.com
aliyun-iot-share.com aliyun-iot-share.com
aliyun.com aliyun.com
aliyuncdn.com aliyuncdn.com
aliyuncdn.net
aliyunfile.com aliyunfile.com
aliyunidaas.com
aliyunpds.com
cdngslb.com cdngslb.com
fcapp.run
hichina.com hichina.com
ica-alliance.org ica-alliance.org
kunlunaq.com kunlunaq.com
@@ -62,3 +68,14 @@ oss-eu-west-1.aliyuncs.com @!cn
oss-me-east-1.aliyuncs.com @!cn oss-me-east-1.aliyuncs.com @!cn
oss-us-east-1.aliyuncs.com @!cn oss-us-east-1.aliyuncs.com @!cn
oss-us-west-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
+6
View File
@@ -0,0 +1,6 @@
alicloudccp.com
alipan.com
aliyundrive.cloud
aliyundrive.com
aliyundrive.net
yunpan.aliyun.com
+15
View File
@@ -0,0 +1,15 @@
# https://en.wikipedia.org/wiki/Alphabet_Inc.
# https://en.wikipedia.org/wiki/Template:Alphabet_Inc.
include:google
abc.xyz
calicolabs.com
capitalg.com
gfiber.com
gv.com
isomorphiclabs.com
verily.com
waymo.com
webpass.net # https://en.wikipedia.org/wiki/Google_Fiber#External_links
wing.com
+7
View File
@@ -8,3 +8,10 @@ amapauto.com
anav.com anav.com
autonavi.com autonavi.com
gaode.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
+17 -1
View File
@@ -1,4 +1,3 @@
include:amazon-ads
include:amazontrust include:amazontrust
include:aws include:aws
include:imdb include:imdb
@@ -34,6 +33,7 @@ aboutamazon.in
aboutamazon.it aboutamazon.it
aboutamazon.jp aboutamazon.jp
aboutamazon.pl aboutamazon.pl
aboutamazon.sg
alexafund.cn @cn alexafund.cn @cn
alexafund.com.cn @cn alexafund.com.cn @cn
amaaozn.com amaaozn.com
@@ -43,24 +43,35 @@ amazon-lantern.com
amazon-launchpad.com amazon-launchpad.com
amazon.ae amazon.ae
amazon.ca amazon.ca
amazon.cl
amazon.cn @cn amazon.cn @cn
amazon.co.jp amazon.co.jp
amazon.co.uk amazon.co.uk
amazon.co.za
amazon.com amazon.com
amazon.com.au amazon.com.au
amazon.com.be
amazon.com.br amazon.com.br
amazon.com.co
amazon.com.mx amazon.com.mx
amazon.com.ng
amazon.com.tr amazon.com.tr
amazon.de amazon.de
amazon.dev amazon.dev
amazon.eg
amazon.es amazon.es
amazon.fr amazon.fr
amazon.ie
amazon.in amazon.in
amazon.it amazon.it
amazon.jobs amazon.jobs
amazon.jp amazon.jp
amazon.lu
amazon.nl amazon.nl
amazon.pl
amazon.red amazon.red
amazon.sa
amazon.se
amazon.sg amazon.sg
amazonalexavoxcon.com amazonalexavoxcon.com
amazonauthorinsights.com amazonauthorinsights.com
@@ -104,6 +115,7 @@ media-amazon.com
primeday.cn @cn primeday.cn @cn
primeday.com.cn @cn primeday.com.cn @cn
primeday.info primeday.info
seattlespheres.com
siege-amazon.com siege-amazon.com
ssl-images-amazon.com ssl-images-amazon.com
ueberamazon.de ueberamazon.de
@@ -122,3 +134,7 @@ createspace.com
full:images-cn.ssl-images-amazon.com @cn full:images-cn.ssl-images-amazon.com @cn
full:images-cn-8.ssl-images-amazon.com @cn full:images-cn-8.ssl-images-amazon.com @cn
# Ads/tracking
amazon-adsystem.com @ads
serving-sys.com @ads
-2
View File
@@ -1,2 +0,0 @@
amazon-adsystem.com @ads
serving-sys.com @ads
+1
View File
@@ -1,6 +1,7 @@
amd.com amd.com
amd.com.cn amd.com.cn
amdfanstore.com amdfanstore.com
amdgaming.com
radeon.com radeon.com
full:www.amd.com @cn full:www.amd.com @cn
+5
View File
@@ -1,2 +1,7 @@
# All .android domains
android
android.com android.com
androidify.com androidify.com
full:android.googlesource.com
+11
View File
@@ -0,0 +1,11 @@
include:netcup
anexia.at
anexia.com
anexia-engine.com
anexia-it.com
fifthns.com
firstns.cc
fourthns.systems
secondns.at
thirdns.de
+12
View 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
+5
View File
@@ -1,3 +1,8 @@
annas-archive.gd
annas-archive.gl
annas-archive.in
annas-archive.li annas-archive.li
annas-archive.org annas-archive.org
annas-archive.pk
annas-archive.pm
annas-archive.se annas-archive.se
+4
View File
@@ -1,5 +1,9 @@
anthropic.com anthropic.com
clau.de
claude.ai claude.ai
claude.com
claudemcpclient.com
claudemcpcontent.com
claudeusercontent.com claudeusercontent.com
# CDN # CDN
-1
View File
@@ -1 +0,0 @@
antutu.com
+2
View File
@@ -1 +1,3 @@
apkmirror.com apkmirror.com
full:apkmirror.disqus.com
+1
View File
@@ -1,5 +1,6 @@
apkpure.com apkpure.com
apkpure.net apkpure.net
apkpures.xyz
cdnpure.com cdnpure.com
pureapk.com pureapk.com
winudf.com winudf.com
+32 -59
View File
@@ -1,11 +1,11 @@
include:apple-ads include:apple-dev # swift inside
include:apple-dev # Not include:apple-intelligence
include:apple-pki include:apple-pki
include:apple-tvplus
include:apple-update include:apple-update
include:beats include:beats
include:icloud include:icloud
include:itunes include:itunes
include:swift
# All .apple domains # All .apple domains
apple apple
@@ -477,6 +477,9 @@ appleone.website
# Shazam # Shazam
shazam.com shazam.com
# Apple Health Studies
full:ingest.apple-studies.com # 采集心率、运动、听力等传感器数据,以及用户填报的研究问卷,将其加密后上传至 Apple 后端
# Others # Others
1to1computing.com.au 1to1computing.com.au
1to1conference.com.au 1to1conference.com.au
@@ -740,17 +743,20 @@ xn--ohq11k7pl25iyo8a.cn @cn # 苹果专卖店.cn
xn--ruq8a011kt6y.xn--hxt814e # 苹果保修.网店 xn--ruq8a011kt6y.xn--hxt814e # 苹果保修.网店
full:apple.com.akadns.net full:apple.com.akadns.net
full:courier-push-apple.com.akadns.net full:configuration-lb.ls-apple.com.akadns.net
full:push-apple.com.akadns.net full:push-apple.com.akadns.net
courier-push-apple.com.akadns.net
# Domains and services below are available in China mainland # Domains and services below are available in China mainland
# Use in config file like this: "geosite:apple@cn" # Use in config file like this: "geosite:apple@cn"
full:amp-api-edge-lb-cn.itunes-apple.com.akadns.net @cn 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-lb.itunes-apple.com.akadns.net @cn
full:amp-api-edge.apps.apple.com @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-search-edge.apps.apple.com @cn
full:amp-api.apps.apple.com @cn full:amp-api.apps.apple.com @cn
full:amp-api.music.apple.com @cn full:amp-api.music.apple.com @cn
full:aod-ssl.itunes.apple.com @cn
full:aod.itunes.apple.com @cn full:aod.itunes.apple.com @cn
full:api-edge.apps.apple.com @cn full:api-edge.apps.apple.com @cn
full:apptrailers.itunes.apple.com @cn full:apptrailers.itunes.apple.com @cn
@@ -777,6 +783,8 @@ full:js-cdn.music.apple.com @cn
full:km.support.apple.com @cn full:km.support.apple.com @cn
full:maps.apple.com @cn full:maps.apple.com @cn
full:misc-assets.itunes.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:myapp.itunes.apple.com @cn
full:np-edge.itunes.apple.com @cn full:np-edge.itunes.apple.com @cn
full:osxapps.itunes.apple.com @cn full:osxapps.itunes.apple.com @cn
@@ -789,10 +797,12 @@ full:se2.itunes.apple.com @cn
full:search.itunes.apple.com @cn full:search.itunes.apple.com @cn
full:sf-api-token-service.itunes.apple.com @cn full:sf-api-token-service.itunes.apple.com @cn
full:sp.itunes.apple.com @cn full:sp.itunes.apple.com @cn
full:speedysub.music.apple.com @cn
full:streamingaudio.itunes.apple.com @cn full:streamingaudio.itunes.apple.com @cn
full:su.itunes.apple.com @cn full:su.itunes.apple.com @cn
full:sync.itunes.apple.com @cn full:sync.itunes.apple.com @cn
full:tf-feedback.itunes.apple.com @cn full:tf-feedback.itunes.apple.com @cn
full:universal-activity-service.itunes.apple.com @cn
full:upp.itunes.apple.com @cn full:upp.itunes.apple.com @cn
full:www.support.apple.com @cn full:www.support.apple.com @cn
@@ -850,49 +860,27 @@ full:s4.mzstatic.com @cn
full:s5.mzstatic.com @cn full:s5.mzstatic.com @cn
# The rules below are from https://github.com/felixonmars/dnsmasq-china-list/blob/master/apple.china.conf # The rules below are from https://github.com/felixonmars/dnsmasq-china-list/blob/master/apple.china.conf
# Revision: e54aa75ca9c6567ac5b67093e5471eb1c8041e86 # Revision: 888c12fd0708f2fafc562b0652429a25eef5b6ba
# Duplicates removed
# According to the consensus in #503, do not include the domain name apps.apple.com directly.
# Use in config file like this: "geosite:apple@cn" # Use in config file like this: "geosite:apple@cn"
full:a1.mzstatic.com @cn
full:a2.mzstatic.com @cn
full:a3.mzstatic.com @cn
full:a4.mzstatic.com @cn
full:a5.mzstatic.com @cn
full:adcdownload.apple.com @cn full:adcdownload.apple.com @cn
full:adcdownload.apple.com.akadns.net @cn full:adcdownload.apple.com.akadns.net @cn
full:amp-api-updates.apps.apple.com @cn
full:amp-api.media.apple.com @cn full:amp-api.media.apple.com @cn
full:api-p-ap-c.smoot.apple.com @cn
full:api-p-ap-d.smoot.apple.com @cn
full:api-p-ap-e.smoot.apple.com @cn
full:app-site-association.cdn-apple.com @cn full:app-site-association.cdn-apple.com @cn
full:appldnld.apple.com @cn full:appldnld.apple.com @cn
full:appldnld.g.aaplimg.com @cn full:appldnld.g.aaplimg.com @cn
full:appleid.cdn-apple.com @cn full:appleid.cdn-apple.com @cn
# According to the consensus in #503, do not include the domain name apps.apple.com directly.
full:apps.mzstatic.com @cn full:apps.mzstatic.com @cn
full:cdn-cn1.apple-mapkit.com @cn full:bag-cdn.itunes-apple.com.akadns.net @cn
full:cdn-cn2.apple-mapkit.com @cn
full:cdn-cn3.apple-mapkit.com @cn
full:cdn-cn4.apple-mapkit.com @cn
full:cdn.apple-mapkit.com @cn
full:cdn1.apple-mapkit.com @cn
full:cdn2.apple-mapkit.com @cn
full:cdn3.apple-mapkit.com @cn
full:cdn4.apple-mapkit.com @cn
full:cds-cdn.v.aaplimg.com @cn full:cds-cdn.v.aaplimg.com @cn
full:cds.apple.com @cn full:cds.apple.com @cn
full:cds.apple.com.akadns.net @cn full:cds.apple.com.akadns.net @cn
full:cdsassets.apple.com @cn full:cdsassets.apple.com @cn
full:cl1-cdn.origin-apple.com.akadns.net @cn
full:cl1.apple.com @cn
full:cl2-cn.apple.com @cn full:cl2-cn.apple.com @cn
full:cl2.apple.com @cn full:cl2.apple.com.edgekey.net.globalredir.akadns.net @cn
full:cl3-cdn.origin-apple.com.akadns.net @cn
full:cl3.apple.com @cn
full:cl4-cdn.origin-apple.com.akadns.net @cn
full:cl4-cn.apple.com @cn full:cl4-cn.apple.com @cn
full:cl4.apple.com @cn
full:cl5-cdn.origin-apple.com.akadns.net @cn
full:cl5.apple.com @cn
full:clientflow.apple.com @cn full:clientflow.apple.com @cn
full:clientflow.apple.com.akadns.net @cn full:clientflow.apple.com.akadns.net @cn
full:cn-smp-paymentservices.apple.com @cn full:cn-smp-paymentservices.apple.com @cn
@@ -902,34 +890,31 @@ full:cstat.apple.com @cn
full:cstat.cdn-apple.com @cn full:cstat.cdn-apple.com @cn
full:dd-cdn.origin-apple.com.akadns.net @cn full:dd-cdn.origin-apple.com.akadns.net @cn
full:dejavu.apple.com @cn full:dejavu.apple.com @cn
full:devimages-cdn.apple.com @cn
full:devstreaming-cdn.apple.com @cn
full:download.developer.apple.com @cn full:download.developer.apple.com @cn
full:experiments.apple.com @cn full:experiments.apple.com @cn
full:gs-loc-cn.apple.com @cn full:gs-loc-cn.apple.com @cn
full:gs-loc.apple.com @cn full:gs-loc.apple.com @cn
full:gsp10-ssl-cn.ls.apple.com @cn full:gsp10-ssl-cn.ls.apple.com @cn
full:gsp11-cn.ls.apple.com @cn
full:gsp12-cn.ls.apple.com @cn full:gsp12-cn.ls.apple.com @cn
full:gsp13-cn.ls.apple.com @cn full:gsp13-cn.ls.apple.com @cn
full:gsp4-cn.ls.apple.com @cn full:gsp4-cn.ls.apple.com @cn
full:gsp4-cn.ls.apple.com.edgekey.net @cn
full:gsp4-cn.ls.apple.com.edgekey.net.globalredir.akadns.net @cn full:gsp4-cn.ls.apple.com.edgekey.net.globalredir.akadns.net @cn
full:gsp5-cn.ls.apple.com @cn full:gsp5-cn.ls.apple.com @cn
full:gsp85-cn-ssl.ls.apple.com @cn full:gsp85-cn-ssl.ls.apple.com @cn
full:gspe19-2-cn-ssl.ls-apple.com.akadns.net @cn
full:gspe19-2-cn-ssl.ls.apple.com @cn full:gspe19-2-cn-ssl.ls.apple.com @cn
full:gspe19-cn-ssl.ls.apple.com @cn full:gspe19-cn-ssl.ls.apple.com @cn
full:gspe19-cn.ls-apple.com.akadns.net @cn full:gspe19-cn.ls-apple.com.akadns.net @cn
full:gspe19-cn.ls.apple.com @cn full:gspe19-cn.ls.apple.com @cn
full:gspe21-ssl.ls.apple.com @cn full:gspe21-ssl.ls.apple.com @cn
full:gspe21.ls.apple.com @cn
full:gspe35-ssl.ls.apple.com @cn full:gspe35-ssl.ls.apple.com @cn
full:gspe79-cn-ssl.ls.apple.com @cn full:gspe79-cn-ssl.ls.apple.com @cn
full:guzzoni-apple-com.v.aaplimg.com @cn full:guzzoni-apple-com.v.aaplimg.com @cn
full:guzzoni.apple.com @cn full:guzzoni.apple.com @cn
full:guzzoni.smoot.apple.com @cn full:guzzoni.smoot.apple.com @cn
# full:iadsdk.apple.com has already been defined in apple-ads
full:icloud-cdn.icloud.com.akadns.net @cn
full:icloud.cdn-apple.com @cn
full:images.apple.com @cn
full:images.apple.com.akadns.net @cn
full:images.apple.com.edgekey.net.globalredir.akadns.net @cn full:images.apple.com.edgekey.net.globalredir.akadns.net @cn
full:init-kt.apple.com @cn full:init-kt.apple.com @cn
full:init-p01md-lb.push-apple.com.akadns.net @cn full:init-p01md-lb.push-apple.com.akadns.net @cn
@@ -943,16 +928,7 @@ full:iosapps.itunes.g.aaplimg.com @cn
full:ipcdn.apple.com @cn full:ipcdn.apple.com @cn
full:iphone-ld.apple.com @cn full:iphone-ld.apple.com @cn
full:iphone-ld.origin-apple.com.akadns.net @cn full:iphone-ld.origin-apple.com.akadns.net @cn
full:is1-ssl.mzstatic.com @cn full:is-ssl.mzstatic.com-cn-lb.itunes-apple.com.akadns.net @cn
full:is1.mzstatic.com @cn
full:is2-ssl.mzstatic.com @cn
full:is2.mzstatic.com @cn
full:is3-ssl.mzstatic.com @cn
full:is3.mzstatic.com @cn
full:is4-ssl.mzstatic.com @cn
full:is4.mzstatic.com @cn
full:is5-ssl.mzstatic.com @cn
full:is5.mzstatic.com @cn
full:itunes-apple.com.akadns.net @cn full:itunes-apple.com.akadns.net @cn
full:itunes.apple.com @cn full:itunes.apple.com @cn
full:itunesconnect.apple.com @cn full:itunesconnect.apple.com @cn
@@ -961,21 +937,14 @@ full:mesu-china.apple.com.akadns.net @cn
full:mesu.apple.com @cn full:mesu.apple.com @cn
full:ml.cdn-apple.com @cn full:ml.cdn-apple.com @cn
full:music.apple.com @cn full:music.apple.com @cn
full:ocsp-lb.apple.com.akadns.net @cn
full:ocsp.apple.com @cn
full:ocsp2-lb.apple.com.akadns.net @cn
full:ocsp2.apple.com @cn
full:oscdn.apple.com @cn full:oscdn.apple.com @cn
full:oscdn.origin-apple.com.akadns.net @cn full:oscdn.origin-apple.com.akadns.net @cn
full:osxapps.itunes.g.aaplimg.com @cn full:osxapps.itunes.g.aaplimg.com @cn
full:pancake.apple.com @cn full:pancake.apple.com @cn
full:pancake.cdn-apple.com.akadns.net @cn
full:pba0.apple.com @cn full:pba0.apple.com @cn
full:probe.siri.apple.com @cn full:probe.siri.apple.com @cn
full:prod-support.apple-support.akadns.net @cn full:prod-support.apple-support.akadns.net @cn
full:publicassets.cdn-apple.com @cn full:publicassets.cdn-apple.com @cn
full:reserve-prime.apple.com @cn
full:s.mzstatic.com @cn
full:seed-sequoia.siri.apple.com @cn full:seed-sequoia.siri.apple.com @cn
full:seed-swallow.siri.apple.com @cn full:seed-swallow.siri.apple.com @cn
full:seed.siri.apple.com @cn full:seed.siri.apple.com @cn
@@ -1008,14 +977,18 @@ full:tj-pod1-smp-device.apple.com @cn
full:updates-http.cdn-apple.com @cn full:updates-http.cdn-apple.com @cn
full:updates-http.cdn-apple.com.akadns.net @cn full:updates-http.cdn-apple.com.akadns.net @cn
full:updates.cdn-apple.com @cn full:updates.cdn-apple.com @cn
full:valid.apple.com @cn
full:valid.origin-apple.com.akadns.net @cn
full:weather-data.apple.com @cn full:weather-data.apple.com @cn
full:weather-data.apple.com.akadns.net @cn full:weather-data.apple.com.akadns.net @cn
full:weather-map.apple.com @cn full:weather-map.apple.com @cn
full:weather-map2.apple.com @cn full:weather-map2.apple.com @cn
full:weatherkit.apple.com @cn full:weatherkit.apple.com @cn
full:www.apple.com @cn full:www.apple.com @cn
full:www.apple.com.edgekey.net @cn
full:www.apple.com.edgekey.net.globalredir.akadns.net @cn full:www.apple.com.edgekey.net.globalredir.akadns.net @cn
full:xp.apple.com @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
-4
View File
@@ -1,4 +0,0 @@
api-adservices.apple.com @ads
iadsdk.apple.com @ads
iad.apple.com @ads
qwapi.com @ads
+10 -1
View File
@@ -1,3 +1,12 @@
# ChatGPT Extension # ChatGPT Extension
full:apple-relay.mask.apple-dns.net
full:apple-relay.apple.com full:apple-relay.apple.com
full:apple-relay.cloudflare.com
full:apple-relay.fastly-edge.com
full:apple-relay.mask.apple-dns.net
# Potentially affected services include:
# * eSIM region determination for devices in China
# * China-specific version of Apple Maps
# * Availability region detection for Apple Watch notifications (High Blood Pressure / Sleep Apnea)
# * Enabling Wi-Fi Calling for certain carriers
full:gspe1-ssl.ls.apple.com
+2 -2
View File
@@ -2,7 +2,7 @@ full:certs-lb.apple.com.akadns.net @cn
full:certs.apple.com @cn full:certs.apple.com @cn
full:crl-lb.apple.com.akadns.net @cn full:crl-lb.apple.com.akadns.net @cn
full:crl.apple.com @cn full:crl.apple.com @cn
full:ocsp-lb.apple.com.akadns.net @cn
full:ocsp.apple.com @cn full:ocsp.apple.com @cn
full:ocsp2-lb.apple.com.akadns.net @cn
full:ocsp2.apple.com @cn full:ocsp2.apple.com @cn
full:valid.apple.com @cn
full:valid.origin-apple.com.akadns.net @cn
+10
View File
@@ -0,0 +1,10 @@
# Apple TV+
full:apple-tv-plus-press.apple.com
full:hls-amt.itunes.apple.com
full:hls.itunes.apple.com
full:np-edge.itunes.apple.com
full:play-edge.itunes.apple.com
full:tv.applemusic.com
full:uts-api.itunes.apple.com
tv.apple.com
+6 -4
View File
@@ -1,21 +1,23 @@
# https://support.apple.com/en-us/HT210060 # https://support.apple.com/en-us/HT210060
appldnld.apple.com appldnld.apple.com
configuration.apple.com
fcs-keys-pub-prod.cdn-apple.com
gdmf-ados.apple.com
gdmf.apple.com
gg.apple.com gg.apple.com
gnf-mdn.apple.com
gnf-mr.apple.com
gs.apple.com gs.apple.com
gsra.apple.com
ig.apple.com ig.apple.com
mesu.apple.com mesu.apple.com
ns.itunes.apple.com
oscdn.apple.com oscdn.apple.com
osrecovery.apple.com osrecovery.apple.com
skl.apple.com skl.apple.com
swcdn.apple.com swcdn.apple.com
swdist.apple.com swdist.apple.com
swdownload.apple.com swdownload.apple.com
swpost.apple.com
swscan.apple.com swscan.apple.com
updates-http.cdn-apple.com updates-http.cdn-apple.com
updates.cdn-apple.com updates.cdn-apple.com
wkms-public.apple.com
xp.apple.com xp.apple.com
-2
View File
@@ -1,2 +0,0 @@
applovin.com @ads
applvn.com @ads
+2 -7
View File
@@ -1,7 +1,2 @@
include:4plebs # For compatibility only
include:category-web-archive
archive-it.org
archive.org
archive.ph
archive.today
openlibrary.org
+8
View File
@@ -0,0 +1,8 @@
archive.today
archive.fo
archive.is
archive.li
archive.md
archive.ph
archive.vn
+6
View File
@@ -1,2 +1,8 @@
archlinux.de
archlinux.org archlinux.org
archlinux.page
archlinuxarm.org archlinuxarm.org
pkgbuild.com
# Unofficial
archlinuxcn.org
+3
View File
@@ -0,0 +1,3 @@
# 点点 Ai
askdiandian.com
diandianlife.top
+4
View File
@@ -0,0 +1,4 @@
asobostudio.com
flightsimulator.com
full:flightsimulator.azureedge.net
+6 -2
View File
@@ -1,7 +1,11 @@
include:trello
atl-paas.net
atlassian-dev.net
atlassian.com atlassian.com
atlassian.net atlassian.net
bitbucket.io bitbucket.io
bitbucket.org bitbucket.org
jira.com
ss-inf.net
statuspage.io statuspage.io
include:trello
-3
View File
@@ -1,3 +0,0 @@
atom-data.io @ads
analytics-data.io @ads
ironbeast.io @ads
-1
View File
@@ -1 +0,0 @@
authy.com
+3
View File
@@ -0,0 +1,3 @@
avs.io
aviasales.ru
aviasales.com
+4
View File
@@ -0,0 +1,4 @@
avito.ru
avito.st
full:stats.avito.ru @ads
+6
View File
@@ -15,11 +15,16 @@ amazonaws.info
amazonaws.net amazonaws.net
amazonaws.org amazonaws.org
amazonaws.tv amazonaws.tv
amazoncognito.com
amazonses.com amazonses.com
amazonworkdocs.com amazonworkdocs.com
amplifyapp.com amplifyapp.com
amplifyframework.com amplifyframework.com
aws-iot-hackathon.com aws-iot-hackathon.com
aws.com
aws.dev
awsapprunner.com
awsapps.com
awsautopilot.com awsautopilot.com
awsautoscaling.com awsautoscaling.com
awsbraket.com awsbraket.com
@@ -35,6 +40,7 @@ awssecworkshops.com
awsstatic.com awsstatic.com
awsthinkbox.com awsthinkbox.com
awstrack.me awstrack.me
awswaf.com
cdkworkshop.com cdkworkshop.com
cloudfront.com cloudfront.com
cloudfront.net cloudfront.net
+1
View File
@@ -1,6 +1,7 @@
a2z.org.cn @cn a2z.org.cn @cn
amazonaws.cn @cn amazonaws.cn @cn
amazonaws.com.cn @cn amazonaws.com.cn @cn
amazonwebservices.cn @cn
amazonwebservices.com.cn @cn amazonwebservices.com.cn @cn
amazonworkdocs.cn @cn amazonworkdocs.cn @cn
amazonworkdocs.com.cn @cn amazonworkdocs.com.cn @cn
+5
View File
@@ -5,6 +5,7 @@ azure
21vbluecloud.com @cn 21vbluecloud.com @cn
21vbluecloud.net @cn 21vbluecloud.net @cn
aadrm.cn @cn aadrm.cn @cn
aadrm.com
aggresmart.com @cn aggresmart.com @cn
apihub-internal.cn @cn apihub-internal.cn @cn
appserviceenvironment.cn @cn appserviceenvironment.cn @cn
@@ -66,6 +67,7 @@ b2clogin.cn @cn
b3itech.cn @cn b3itech.cn @cn
blueaggrestore.com @cn blueaggrestore.com @cn
bluecloudprod.com @cn bluecloudprod.com @cn
botframework.com
cegid-cloud.cn @cn cegid-cloud.cn @cn
chinacloud-mobile.cn @cn chinacloud-mobile.cn @cn
chinacloudapi.cn @cn chinacloudapi.cn @cn
@@ -82,6 +84,7 @@ management-azure-devices.cn @cn
management-azure-devices.net management-azure-devices.net
mcchcdn.com @cn mcchcdn.com @cn
mgmt-azure-api.cn @cn mgmt-azure-api.cn @cn
microsoftazuread-sso.com
microsoftazuresponsorships.com microsoftazuresponsorships.com
microsoftazurestatus.cn @cn microsoftazurestatus.cn @cn
microsofteca.com microsofteca.com
@@ -94,6 +97,8 @@ msftcloudes.cn @cn
msidentity.cn @cn msidentity.cn @cn
msidlabpbmc.cn @cn msidlabpbmc.cn @cn
msn.net msn.net
playfab.com
playfabapi.com
serverlesslibrary.net serverlesslibrary.net
trafficmanager.cn @cn trafficmanager.cn @cn
trafficmanager.net trafficmanager.net
+4
View File
@@ -1 +1,5 @@
# 云南链滴科技有限公司 滇ICP备14007358号
b3log.org b3log.org
b3logfile.com
hacpai.com
ld246.com
+61 -2
View File
@@ -1,4 +1,3 @@
include:baidu-ads
include:zuoyebang include:zuoyebang
# All .baidu domains # All .baidu domains
@@ -29,6 +28,7 @@ bce-cdn.cn
bce-cdn.com bce-cdn.com
bce-cdn.net bce-cdn.net
bcebos.com bcebos.com
bcelive.com
bdcloudapi.com bdcloudapi.com
bdimg.com bdimg.com
bdstatic.com bdstatic.com
@@ -42,6 +42,7 @@ bdydns.net
chuanke.com chuanke.com
dlnel.com dlnel.com
dlnel.org dlnel.org
duapp.com
duapp.net duapp.net
duapps.com duapps.com
duurl.cn duurl.cn
@@ -55,6 +56,7 @@ jomocdn.net
jomodns.cn jomodns.cn
jomodns.com jomodns.com
jomodns.net jomodns.net
jomoxc.com
mipcdn.com mipcdn.com
nuomi.com nuomi.com
quyaoya.com quyaoya.com
@@ -62,19 +64,76 @@ shifen.com
smartapps.cn smartapps.cn
tieba.com tieba.com
tiebaimg.com tiebaimg.com
xdrtc.com
xianfae.com xianfae.com
xiaodutv.com xiaodutv.com
yoojia.com
# duxiaoman # 度小满
duxiaoman-int.com duxiaoman-int.com
duxiaoman.com duxiaoman.com
duxiaomanfintech.com duxiaomanfintech.com
duxiaomantech.com duxiaomantech.com
dxm-cdn.com dxm-cdn.com
dxm-int.com dxm-int.com
dxmjinr.com
dxmlcf.com dxmlcf.com
dxmlcfintech.com dxmlcfintech.com
dxmpay.com dxmpay.com
dxmstatic.com dxmstatic.com
dxmyqh.com dxmyqh.com
paydxm.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
-156
View File
@@ -1,156 +0,0 @@
a.baidu.com @ads
ad.duapps.com @ads
ad.player.baidu.com @ads
adm.baidu.com @ads
adscdn.baidu.com @ads
adx.xiaodutv.com @ads
ae.bdstatic.com @ads
afd.baidu.com @ads
als.baidu.com @ads
api.mobula.sdk.duapps.com @ads
api.tuisong.baidu.com @ads
appc.baidu.com @ads
b.bdstatic.com @ads
baichuan.baidu.com @ads
baidustatic.com @ads
baidutv.baidu.com @ads
banlv.baidu.com @ads
bar.baidu.com @ads
bdplus.baidu.com @ads
btlaunch.baidu.com @ads
c.baidu.com @ads
cb.baidu.com @ads
cbjs.baidu.com @ads
cjhq.baidu.com @ads
cleaner.baidu.com @ads
click.bes.baidu.com @ads
click.qianqian.com @ads
cm.baidu.com @ads
cpro.baidu.cn @ads
cpro.baidu.com @ads
cpro.baidustatic.com @ads
cpro.tieba.baidu.com @ads
cpro.zhidao.baidu.com @ads
cpro2.baidu.com @ads
cpro2.baidustatic.com @ads
cpu.baidu.com @ads
crs.baidu.com @ads
cstm.baidu.com @ads
datax.baidu.com @ads
dd713.bj.bcebos.com @ads
dl.client.baidu.com @ads
dl.ops.baidu.com @ads
dl1sw.baidu.com @ads
dl2.bav.baidu.com @ads
dlsw.baidu.com @ads
dlsw.br.baidu.com @ads
dlswbr.baidu.com @ads
dl-vip.bav.baidu.com @ads
dl-vip.pcfaster.baidu.co.th @ads
download.bav.baidu.com @ads
download.sd.baidu.com @ads
drmcmm.baidu.com @ads
duiwai.baidu.com @ads
dup.baidustatic.com @ads
dxp.baidu.com @ads
dzl.baidu.com @ads
e.baidu.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
em.baidu.com @ads
entry.baidu.com @ads
ers.baidu.com @ads
f10.baidu.com @ads
fc-feed.cdn.bcebos.com @ads
fclick.baidu.com @ads
fclog.baidu.com @ads
feed.baidu.com @ads
g.baidu.com @ads
gimg.baidu.com @ads
goutong.baidu.com @ads
gsp1.baidu.com @ads
guanjia.baidu.com @ads
hao123union.baidu.com @ads
hc.baidu.com @ads
hm.baidu.com @ads
hmma.baidu.com @ads
hpd.baidu.com @ads
idm.bce.baidu.com @ads
idm-su.baidu.com @ads
iebar.baidu.com @ads
ikcode.baidu.com @ads
img.taotaosou.cn @ads
img01.taotaosou.cn @ads
imgstat.baidu.com @ads
iwanad.baidu.com @ads
j.br.baidu.com @ads
kstj.baidu.com @ads
log.music.baidu.com @ads
lxbjs.baidu.com @ads
m1.baidu.com @ads
ma.baidu.com @ads
miao.baidu.com @ads
mobads.baidu.com @ads
mobads-logs.baidu.com @ads
mpro.baidu.com @ads
msite.baidu.com @ads
neirong.baidu.com @ads
nsclick.baidu.com @ads
nsclickvideo.baidu.com @ads
openrcv.baidu.com @ads
pc.videoclick.baidu.com @ads
pos.baidu.com @ads
pups.bdimg.com @ads
push.zhanzhang.baidu.com @ads
qianclick.baidu.com @ads
release.baidu.com @ads
res.mi.baidu.com @ads
rigel.baidustatic.com @ads
river.zhidao.baidu.com @ads
rj.baidu.com @ads
rplog.baidu.com @ads
s.baidu.com @ads
sa.tuisong.baidu.com @ads
sclick.baidu.com @ads
sestat.baidu.com @ads
shadu.baidu.com @ads
share.baidu.com @ads
sobar.baidu.com @ads
sobartop.baidu.com @ads
spcode.baidu.com @ads
stat.v.baidu.com @ads
su.bdimg.com @ads
su.bdstatic.com @ads
tk.baidu.com @ads
tkweb.baidu.com @ads
tob-cms.bj.bcebos.com @ads
tongji.baidu.com @ads
toolbar.baidu.com @ads
tracker.baidu.com @ads
tuijian.baidu.com @ads
uat1.bfsspadserver.8le8le.com @ads
ubmcmm.baidustatic.com @ads
ucstat.baidu.com @ads
ulic.baidu.com @ads
ulog.imap.baidu.com @ads
union.baidu.com @ads
unionimage.baidu.com @ads
utility.baidu.com @ads
utk.baidu.com @ads
videopush.baidu.com @ads
vv84.bj.bcebos.com @ads
w.gdown.baidu.com @ads
w.x.baidu.com @ads
wangmeng.baidu.com @ads
weishi.baidu.com @ads
wenku-cms.bj.bcebos.com @ads
wisepush.video.baidu.com @ads
wkctj.baidu.com @ads
wm.baidu.com @ads
znsv.baidu.com @ads
zz.bdstatic.com @ads
zzy1.quyaoya.com @ads
-1
View File
@@ -1 +0,0 @@
baijiayun.com
+3
View File
@@ -0,0 +1,3 @@
bsclink.cn
qingcdn.com
trpcdn.net
+4
View File
@@ -1,2 +1,6 @@
# 北太天元通用数值计算 # 北太天元通用数值计算
# 北太振寰(重庆)科技有限公司 渝ICP备2022008375号
baltamatica.cn
baltamatica.net
baltamatica.org.cn
baltamatica.com baltamatica.com
-3
View File
@@ -1,3 +0,0 @@
bcy.net
bcyimg.com
lf-rc1.yhgfb-cn-static.com
+2
View File
@@ -0,0 +1,2 @@
beget.com
beget.ru
+12
View File
@@ -0,0 +1,12 @@
beisen.com
beisen.cn
beisenapp.com
beisencloud.com
beisenpaas.com
# short url
bsurl.cc
bsurl.cn
# recuitment
zhiye.com
+2
View File
@@ -0,0 +1,2 @@
betboom.ru
mobile-bb.com
+5 -18
View File
@@ -1,12 +1,13 @@
include:bilibili-cdn
include:bilibili-game include:bilibili-game
# 哔哩哔哩漫画 # 哔哩哔哩漫画
bilicomic.com bilicomic.com
bilicomics.com bilicomics.com
full:manga.bilibili.com # 猫耳FM
maoer.com
missevan.com
acg.tv acg.tv
acgvideo.com acgvideo.com
@@ -30,23 +31,9 @@ bilibili.net
bilibili.tv @!cn bilibili.tv @!cn
bilibilipay.cn bilibilipay.cn
bilibilipay.com bilibilipay.com
bilicdn1.com
bilicdn2.com
bilicdn3.com
bilicdn4.com
bilicdn5.com
biligo.com biligo.com
biliimg.com
biliintl.com @!cn biliintl.com @!cn
bilivideo.cn
bilivideo.com
bilivideo.net
dreamcast.hk @!cn dreamcast.hk @!cn
hdslb.com huasheng.cn
hdslb.org
im9.com im9.com
maoercdn.com
mincdn.com
yo9.com yo9.com
full:upos-hz-mirrorakam.akamaized.net @!cn
+16
View File
@@ -0,0 +1,16 @@
bilicdn1.com
bilicdn2.com
bilicdn3.com
bilicdn4.com
bilicdn5.com
biliimg.com
bilivideo.cn
bilivideo.com
bilivideo.net
hdslb.com
hdslb.org
maoercdn.com
mincdn.com
full:upos-hz-mirrorakam.akamaized.net @!cn
+6 -6
View File
@@ -1,6 +1,6 @@
bilibiligame.cn @cn bilibiligame.cn
bilibiligame.co @cn bilibiligame.co
bilibiligame.net @cn bilibiligame.net
biligame.co @cn biligame.co
biligame.com @cn biligame.com
biligame.net @cn biligame.net
+8 -2
View File
@@ -28,9 +28,15 @@ binancezh.top
# API # API
binanceapi.com binanceapi.com
binanceru.net
bnbstatic.com bnbstatic.com
bntrace.com
bsappapi.com
nftstatic.com
# saas # saas
appsflayer.com
saasexch.cc
saasexch.co
saasexch.com saasexch.com
saasexch.io saasexch.io
appsflayer.com
+3 -1
View File
@@ -5,7 +5,7 @@ bing.com
bing.com.cn @cn bing.com.cn @cn
bing.net bing.net
bing123.com bing123.com
bingads.com bingads.com @ads
bingagencyawards.com bingagencyawards.com
bingapis.com bingapis.com
bingapistatistics.com bingapistatistics.com
@@ -36,5 +36,7 @@ cn.bing.com @cn
cn.bing.net @cn cn.bing.net @cn
cn.mm.bing.net @cn cn.mm.bing.net @cn
ditu.live.com @cn ditu.live.com @cn
r.bing.com @cn
th.bing.com @cn
full:bj1.api.bing.com @cn full:bj1.api.bing.com @cn
full:emoi-cncdn.bing.com @cn full:emoi-cncdn.bing.com @cn
+1
View File
@@ -1,4 +1,5 @@
bitwarden.com bitwarden.com
bitwarden.eu bitwarden.eu
bitwarden.net bitwarden.net
btwrdn.co
btwrdn.com btwrdn.com
+3
View File
@@ -76,3 +76,6 @@ blogspot.td
blogspot.tw blogspot.tw
blogspot.ug blogspot.ug
blogspot.vn blogspot.vn
# Other related domains:
blogger.googleusercontent.com
+2 -1
View File
@@ -1,3 +1,4 @@
# 深蓝互动
include:bluepoch-games include:bluepoch-games
bluepoch.com @cn bluepoch.com
+1 -1
View File
@@ -1,2 +1,2 @@
# From reverse 1999 # From reverse 1999
sl916.com @cn sl916.com
+9
View File
@@ -0,0 +1,9 @@
arma3.com
armaplatform.com
bistudio.com
bohemia.net
dayz.com
makearmanotwar.com
silicagame.com
vigorgame.com
ylands.com
+2
View File
@@ -1,3 +1,5 @@
bcicdn.com bcicdn.com
bcrncdn.com bcrncdn.com
bcvcdn.com
bgicdn.com
bongacams.com bongacams.com
+7
View File
@@ -1,2 +1,9 @@
bootcdn.cn bootcdn.cn
bootcdn.net bootcdn.net
# BootCSS
bootcss.com
# Packagist / Composer
phpcomposer.com
-7
View File
@@ -1,7 +0,0 @@
bootcss.com
# BootCDN
bootcdn.cn
# Packagist / Composer
phpcomposer.com
+3
View File
@@ -0,0 +1,3 @@
broadcom.com
include:vmware
+32
View File
@@ -0,0 +1,32 @@
argo-bdp.com
bang-dream.com
bushi-navi.com
bushimo.jp
bushiroad-creative.com
bushiroad-global-online-store.com
bushiroad-move.com
bushiroad-music.com
bushiroad-store.com
bushiroad-works.com
bushiroad.co.jp
bushiroad.com
bushiroadgames.com
cf-vanguard.com
comic-growl.com
comicbushi-web.com
d4dj-pj.com
dreamorder.com
fc-buddyfight.com
gamebiz.jp
gekkan-bushi.com
hibiki-cast.jp
hikosen.co.jp
njpw.co.jp
njpw1972.com
our-notes.jp
rebirth-fy.com
revuestarlight.com
shadowverse-evolve.com
ws-blau.com
ws-tcg.com
wwr-stardom.com
+108 -132
View File
@@ -1,35 +1,27 @@
include:bcy include:bytedance-ai-!cn # not serving for cn
include:doubao
include:douyin # douyin, huoshan and qishuimusic inside
include:fqnovel include:fqnovel
include:juejin include:juejin
include:lark include:lark # feishu is included in lark
include:tiktok include:tiktok # not serving for cn
include:bytedance-ads include:trae
include:volcengine include:volcengine
99uri.cn 99uri.cn
99uri.com 99uri.com
activity-dy.com
activity01.com activity01.com
activity02.com activity02.com
activity03.com activity03.com
activity04.com activity04.com
activity05.com activity05.com
activitybyte.com activitybyte.com
activity-dy.com
activity-wbsj.com
aihst8.com
ali-api-test.net ali-api-test.net
ali-gtm-01.net ali-gtm-01.net
ali-gtm-pressure.com ali-gtm-pressure.com
ali-restore.net ali-restore.net
amemv.cn
amemv.com
amemv.net
arco.design arco.design
awemeughun.com
awemeuglang.com
awemeugsoul.com
awemeugwave.com
baikevod.com baikevod.com
bdactivity.com bdactivity.com
bdgslb.com bdgslb.com
@@ -46,51 +38,57 @@ bdns-test.net
bdppe.net bdppe.net
bdsagslb.com bdsagslb.com
bdsagslbtest.com bdsagslbtest.com
bdxigualive.com
bdxiguavod.com
bdzjdsagslb.com bdzjdsagslb.com
betaband.net betaband.net
betadance.net betadance.net
betastar.cn
bfcdnbf.com bfcdnbf.com
bfcdnrd.com bfcdnrd.com
bfcdnsc.com bfcdnsc.com
boxdouyin.com
bvfcdn.com bvfcdn.com
bx0byte.com bx0byte.com
byte000.com byte-edge.com
byte008.com byte-edgeworker.com
byte-gslb.com
byte-test.cn
byte-test.com
byte-test.net
byte00.com byte00.com
byte00.net byte00.net
byte000.com
byte008.com
byte7bw.net byte7bw.net
byteac.com byteac.com
byteacct.com byteacct.com
byteacctimg.com byteacctimg.com
byteactivity.com
byteactivity11.com byteactivity11.com
byteactivity12.com byteactivity12.com
byteactivity13.com byteactivity13.com
byteactivity14.com byteactivity14.com
byteactivity15.com byteactivity15.com
byteactivity16.com byteactivity16.com
byteactivity.com
byteapi.com byteapi.com
bytecdn.cn bytecdn.cn
bytecdn.com bytecdn.com
bytecdn.net bytecdn.net
bytecdntp.com bytecdntp.com
bytecimg.com bytecimg.com
bytedanceapi.com byted-dast.com
byted-edu.com
byted-static.com
byted-ug.com
byted.org
bytedance-boe.net bytedance-boe.net
bytedance.cn bytedance.cn
bytedance.com bytedance.com
bytedance.net bytedance.net
bytedance.org bytedance.org
bytedapm.com bytedanceapi.com
bytedcdn.com bytedcdn.com
byted-dast.com
byted-edu.com
bytedeliver.com bytedeliver.com
bytedgames.com bytedgames.com
bytedns.com
bytedns.net
bytedns1.com bytedns1.com
bytedns2.com bytedns2.com
bytedns3.com bytedns3.com
@@ -98,35 +96,28 @@ bytedns4.com
bytedns5.com bytedns5.com
bytedns6.com bytedns6.com
bytedns7.com bytedns7.com
bytedns.com
bytednsdoc.com bytednsdoc.com
bytedns.net
byted.org
bytedsocial.com bytedsocial.com
byted-static.com
byted-ug.com
byte-edge.com
byte-edgeworker.com
bytefae.com bytefae.com
bytefast.net bytefast.net
bytefcdn.com bytefcdn.com
bytefcdnrd.com bytefcdnrd.com
bytegecko.com bytegecko.com
bytegeckoext.com bytegeckoext.com
byteglb.com @!cn
bytegoofy.com bytegoofy.com
bytegqpo.net bytegqpo.net
bytegrowth.com bytegrowth.com
byte-gslb.com
bytegslb.com bytegslb.com
bytehwm.com bytehwm.com
byteics.com byteics.com
byteics.net byteics.net
byteimgc.com
byteimg.com byteimg.com
byteimgc.com
byteintl.net byteintl.net
bytelb000.net
bytelb.com bytelb.com
bytelb.net bytelb.net
bytelb000.net
bytemaimg.com bytemaimg.com
bytemastatic.com bytemastatic.com
bytemedi.com bytemedi.com
@@ -134,82 +125,48 @@ bytenewst.com
byteorg.com byteorg.com
byteorge.com byteorge.com
byteoversea.com @!cn byteoversea.com @!cn
byteoversea.net @!cn
byteq5k.com byteq5k.com
byteq8u.net byteq8u.net
bytescm.com bytescm.com
bytesslb.net bytesslb.net
bytetcc.com bytetcc.com
bytetech.info bytetech.info
byte-test.cn
byte-test.com
byte-test.net
bytetos.com bytetos.com
bytetraffic.net bytetraffic.net
bytetstatic.com bytetstatic.com
bytetstatic.net bytetstatic.net
bytevalk.com bytevalk.com
bytevcloudapi.com
bytevcloudvod.com bytevcloudvod.com
bytexservice.com bytexservice.com
cdnbuild.com cdnbuild.com
cdnbuild.net cdnbuild.net
cdndns1.com cdndns1.com
cdndns2.com cdndns2.com
cookicut.com
doubo03.com doubo03.com
douyinact.com
douyinact.net
douyinfe.com
draftstatic.com draftstatic.com
druid.vip druid.vip
duoshan.com
fedlearner.net fedlearner.net
feelgood.cn feelgood.cn
gcloudcache.com
gslbdns.com gslbdns.com
gslbdns.net gslbdns.net
huaxiong.com huaxiong.com
huoshancdn.com
huoshangroup.com
huoshanimg.com
huoshanlive.com
huoshanparty.com
huoshante8.com
huoshanvideo.cn
huoshanvideo.net
huoshanvod.com
huoshanxiaoshipin.cn
huoshanxiaoshipin.net
huoshanzhibo.cn
huoshanzhibo.net
hypercachenet.com hypercachenet.com
ibdxigualive.com
ibdxiguavod.com
ibytedapm.com ibytedapm.com
ibytedtos.com @!cn ibytedtos.com @!cn
ibyteimg.com @!cn ibyteimg.com @!cn
icphoto.cn icphoto.cn
idouyinliving.com
idouyinpic.com
idouyinstatic.com
idouyinvod.com
iesdouyin.com
iesdouyin.net
ieshuodong.cn
ieshuodong.net
ihst8.com
ihuoshanimg.com
ihuoshanlive.com
ihuoshanstatic.com
ihuoshanvod.com
iluckysf.net iluckysf.net
itmanager.club itmanager.club
itoutiaoliving.com itoutiaoliving.com
jianying.com
jokecommunity.cn jokecommunity.cn
jokecommunity.com jokecommunity.com
jokecommunity.net jokecommunity.net
jstti.com jstti.com
jtamac.com jtamac.com
kesong.co
kolbuyer.cn
livecdnstatic.com livecdnstatic.com
local-ip.online local-ip.online
luckysf.net luckysf.net
@@ -219,7 +176,6 @@ ndcpp.com
neihancommunity.cn neihancommunity.cn
neihancommunity.com neihancommunity.com
neihancommunity.net neihancommunity.net
nextvid.net
neyetwatcher.com neyetwatcher.com
oortgslb.com oortgslb.com
openbcs.com openbcs.com
@@ -228,24 +184,17 @@ originalimg.com
originalstatic.com originalstatic.com
originalvod.com originalvod.com
pacmantwo.com pacmantwo.com
ppkankan01.com
pstatp.com pstatp.com
qingfuwucdn.net qingfuwucdn.net
qishui.cn
qishui.com
qishui.com.cn
qishuimusic.cn
qishuimusic.com.cn
qualitycloud.top qualitycloud.top
samasty.com samasty.com
searchstatic.com searchstatic.com
searchtoutiaolive.com searchtoutiaolive.com
shidianguji.com shidianguji.com
sinflb.net
sinf.net
sinf-test.net sinf-test.net
sinf.net
sinflb.net
snssdk.com snssdk.com
supercachenet.com
tekkenthree.com tekkenthree.com
tetrisone.com tetrisone.com
tiapi.cn tiapi.cn
@@ -261,25 +210,25 @@ toutiaocdn.cn
toutiaocdn.net toutiaocdn.net
toutiaocloud.cn toutiaocloud.cn
toutiaojisu.com toutiaojisu.com
toutiaolite.com
toutiaolite1.com toutiaolite1.com
toutiaolite2.com toutiaolite2.com
toutiaolite.com
toutiaoliving.com toutiaoliving.com
toutiaopic.com toutiaopic.com
toutiaowap.cn toutiaowap.cn
toutiaowap.com toutiaowap.com
toutiaowap.net toutiaowap.net
tr-test-ali.net tr-test-ali.net
tr-testboe.net
tr-test.net tr-test.net
tr-testboe.net
ttbyte.cn ttbyte.cn
ttbyte.com ttbyte.com
ttbyte.net ttbyte.net
ttjisu.com ttjisu.com
ttwebview.com ttwebview.com
ugshare-img.com ugshare-img.com
vcloudapi.com
vcloud-byte.com vcloud-byte.com
vcloudapi.com
vestack-beta.com vestack-beta.com
vestack-cicd.com vestack-cicd.com
vestack-preview.com vestack-preview.com
@@ -289,15 +238,7 @@ volcanicengine.com
volcdns-test.com volcdns-test.com
volcdns-test.net volcdns-test.net
voleai.com voleai.com
woaihuoshan.com
wohst8.com
wtturl.cn wtturl.cn
xiguaapp.cn
xiguaapp.com
xiguashipin.cn
xiguashipin.net
xiguavideo.cn
xiguavideo.net
xsgtvacct.com xsgtvacct.com
zijieapi.cn zijieapi.cn
zijieapi.com zijieapi.com
@@ -325,6 +266,7 @@ zjcdn.com
zjfcdn.com zjfcdn.com
zjgslb.com zjgslb.com
full:bytedance.map.fastly.net @!cn
# 今日头条 # 今日头条
toutiao.com toutiao.com
@@ -341,56 +283,35 @@ toutiaopage.com
toutiaostatic.com toutiaostatic.com
toutiaovod.com toutiaovod.com
# 抖音
douyin.com
douyincdn.com
douyinliving.com
douyinpic.com
douyinstatic.com
douyinvod.com
# 抖音火山版
huoshan.com
huoshanstatic.com
huoshanzhibo.com
# 豆包
doubao.com @cn
# 扣子
coze.cn @cn
coze.com @!cn
# 西瓜视频 # 西瓜视频
bdxiguaimg.com
bdxigualive.com
bdxiguastatic.com
bdxiguavod.com
ibdxiguaimg.com
ibdxigualive.com
ibdxiguastatic.com
ibdxiguavod.com
ixgvideo.com
ixigua.com ixigua.com
ixiguavideo.com ixiguavideo.com
ixgvideo.com xiguaapp.cn
bdxiguaimg.com xiguaapp.com
bdxiguastatic.com xiguashipin.cn
xiguashipin.net
xiguavideo.cn
xiguavideo.net
# 快懂百科 # 快懂百科
baike.com baike.com
# 飞书
feishu.cn
feishu.net
feishucdn.com
feishupkg.com
# 悟空问答 # 悟空问答
wukong.com wukong.com
wukongwenda.cn wukongwenda.cn
wukongwenda.com wukongwenda.com
# 懂车帝 # 懂车帝
dcarapi.com include:dongchedi
dcarimg.com
dcarlive.com
dcarstatic.com
dcarvod.com
dcdapp.com
dongchedi.com
dongchediapp.com
# 阳关宽频网 # 阳关宽频网
365yg.com 365yg.com
@@ -400,7 +321,24 @@ gogokid.com.cn
gogokid.com gogokid.com
# 皮皮虾 # 皮皮虾
hapierxia.com
hapipixia.com
hapiyixia.com
kuailepipixia.com
pipix.com pipix.com
pipixiaha.com
piyipiba.com
ppxhhh.com
ppximg.com
ppxstatic.com
ppxvod.com
xiaoxiaapi.com
# 上海格物致品
douyinec.com
ecombdapi.com
ecombdstatic.com
jinritemai.com
# faceu # faceu
faceu.com faceu.com
@@ -410,3 +348,41 @@ ulikecam.com
# RsProxy 镜像 # RsProxy 镜像
rsproxy.cn rsproxy.cn
# 半次元 (dead)
# 沪ICP备2021005742号
#bcy.net
#bcyevent.net
#bcyimg.com
#bcylove.net
#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

Some files were not shown because too many files have changed in this diff Show More