mirror of
https://github.com/v2fly/domain-list-community.git
synced 2026-02-28 00:30:43 +07:00
Compare commits
4 Commits
2026022705
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
71e31ba221 | ||
|
|
b11bfaa138 | ||
|
|
afb9e6cad0 | ||
|
|
5f7c4aa60a |
@@ -752,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-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
|
||||||
@@ -782,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
|
||||||
@@ -794,6 +797,7 @@ 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
|
||||||
|
|||||||
@@ -19,13 +19,14 @@ th.weibo.com @!cn
|
|||||||
tw.weibo.com @!cn
|
tw.weibo.com @!cn
|
||||||
us.weibo.com @!cn
|
us.weibo.com @!cn
|
||||||
videoself.cn
|
videoself.cn
|
||||||
wbimg.com
|
|
||||||
wbimg.cn
|
wbimg.cn
|
||||||
|
wbimg.com
|
||||||
wcdn.cn
|
wcdn.cn
|
||||||
weibo.cn
|
weibo.cn
|
||||||
weibo.com
|
weibo.com
|
||||||
weibo.com.cn
|
weibo.com.cn
|
||||||
weibocdn.com
|
weibocdn.com
|
||||||
|
weibopay.com
|
||||||
xhaiwai.com
|
xhaiwai.com
|
||||||
|
|
||||||
# Ads/tracking
|
# Ads/tracking
|
||||||
|
|||||||
@@ -53,6 +53,7 @@ yandexadexchange.net
|
|||||||
yandexcloud.net
|
yandexcloud.net
|
||||||
yandexcom.net
|
yandexcom.net
|
||||||
yandexmetrica.com
|
yandexmetrica.com
|
||||||
|
yandexwebcache.net
|
||||||
yandexwebcache.org
|
yandexwebcache.org
|
||||||
yastat.net
|
yastat.net
|
||||||
yastatic-net.ru
|
yastatic-net.ru
|
||||||
|
|||||||
5
main.go
5
main.go
@@ -353,11 +353,8 @@ func (p *Processor) resolveList(plname string) error {
|
|||||||
roughMap[dentry.Plain] = dentry
|
roughMap[dentry.Plain] = dentry
|
||||||
}
|
}
|
||||||
for _, inc := range pl.Inclusions {
|
for _, inc := range pl.Inclusions {
|
||||||
if _, exist := p.plMap[inc.Source]; !exist {
|
|
||||||
return fmt.Errorf("list %q includes a non-existent list: %q", plname, inc.Source)
|
|
||||||
}
|
|
||||||
if err := p.resolveList(inc.Source); err != nil {
|
if err := p.resolveList(inc.Source); err != nil {
|
||||||
return err
|
return fmt.Errorf("failed to resolve inclusion %q: %w", inc.Source, err)
|
||||||
}
|
}
|
||||||
for _, ientry := range p.finalMap[inc.Source] {
|
for _, ientry := range p.finalMap[inc.Source] {
|
||||||
if isMatchAttrFilters(ientry, inc) { // Add included entries
|
if isMatchAttrFilters(ientry, inc) { // Add included entries
|
||||||
|
|||||||
Reference in New Issue
Block a user