mirror of
https://github.com/v2fly/domain-list-community.git
synced 2026-02-27 16:20:43 +07:00
Compare commits
5 Commits
2026022704
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b11bfaa138 | ||
|
|
afb9e6cad0 | ||
|
|
5f7c4aa60a | ||
|
|
48eb616779 | ||
|
|
d57e3b3f45 |
@@ -18,6 +18,7 @@ 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
|
||||
nalog.ru # Federal Tax Service
|
||||
|
||||
@@ -2,4 +2,5 @@ perplexity.ai
|
||||
perplexity.com
|
||||
pplx.ai
|
||||
|
||||
full:ppl-ai-file-upload.s3.amazonaws.com
|
||||
full:pplx-res.cloudinary.com
|
||||
|
||||
@@ -19,13 +19,14 @@ th.weibo.com @!cn
|
||||
tw.weibo.com @!cn
|
||||
us.weibo.com @!cn
|
||||
videoself.cn
|
||||
wbimg.com
|
||||
wbimg.cn
|
||||
wbimg.com
|
||||
wcdn.cn
|
||||
weibo.cn
|
||||
weibo.com
|
||||
weibo.com.cn
|
||||
weibocdn.com
|
||||
weibopay.com
|
||||
xhaiwai.com
|
||||
|
||||
# Ads/tracking
|
||||
|
||||
@@ -53,6 +53,7 @@ yandexadexchange.net
|
||||
yandexcloud.net
|
||||
yandexcom.net
|
||||
yandexmetrica.com
|
||||
yandexwebcache.net
|
||||
yandexwebcache.org
|
||||
yastat.net
|
||||
yastatic-net.ru
|
||||
|
||||
5
main.go
5
main.go
@@ -353,11 +353,8 @@ func (p *Processor) resolveList(plname string) error {
|
||||
roughMap[dentry.Plain] = dentry
|
||||
}
|
||||
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 {
|
||||
return err
|
||||
return fmt.Errorf("failed to resolve inclusion %q: %w", inc.Source, err)
|
||||
}
|
||||
for _, ientry := range p.finalMap[inc.Source] {
|
||||
if isMatchAttrFilters(ientry, inc) { // Add included entries
|
||||
|
||||
Reference in New Issue
Block a user