You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### Detailed Description of Domain Processing in Downloaded Lists
240
240
241
-
This document describes the detailed process of handling domains from downloaded lists, including filtering, validation, whitelisting, and special list exclusions. The examples provided will use the specified domains and their subdomains, along with complex input formats such as Clash and Clash New.
241
+
This part describes the detailed process of handling domains from downloaded lists, including filtering, validation, whitelisting, and special list exclusions. The examples provided will use the specified domains and their subdomains, along with complex input formats such as Clash and Clash New.
242
242
243
243
#### 1. Initial Filtering
244
244
@@ -272,9 +272,8 @@ rule, IP-CIDR, 1.1.1.1/32
272
272
```
273
273
debian.org
274
274
googlevideo.com
275
-
help.mikrotik.com
276
-
instagram.com
277
275
mikrotik.com
276
+
instagram.com
278
277
spotify.com
279
278
tiktok.com
280
279
wikipedia.org
@@ -306,10 +305,10 @@ workplace.co.jp
306
305
**Other domains:**
307
306
```
308
307
help.mikrotik.com
309
-
googlevideo.com
310
-
instagram.com
311
-
spotify.com
312
-
tiktok.com
308
+
cdn.cache.googlevideo.com
309
+
help.instagram.com
310
+
cdn.spotify.com
311
+
global.tiktok.com
313
312
```
314
313
315
314
#### 3. DNS Validation
@@ -320,7 +319,6 @@ Domains are checked for validity using DNS queries. Only domains that resolve co
320
319
```
321
320
debian.org
322
321
googlevideo.com
323
-
help.mikrotik.com
324
322
instagram.com
325
323
mikrotik.com
326
324
spotify.com
@@ -335,8 +333,7 @@ workplace.co.jp
335
333
**Example Output (assuming all domains resolve correctly):**
0 commit comments