mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2024-11-28 09:58:52 +03:00
Pull request: 4891-more-svcs
Updates #4891. * commit '78389e518e51f852a6329b4f5be4f68ad6f3ab3a': Add some domains
This commit is contained in:
commit
58512c3af9
1 changed files with 20 additions and 15 deletions
|
@ -243,29 +243,31 @@ var servicesData = []svc{{
|
||||||
}, {
|
}, {
|
||||||
name: "tiktok",
|
name: "tiktok",
|
||||||
rules: []string{
|
rules: []string{
|
||||||
"||tiktok.com^",
|
|
||||||
"||tiktokcdn.com^",
|
|
||||||
"||musical.ly^",
|
|
||||||
"||snssdk.com^",
|
|
||||||
"||amemv.com^",
|
"||amemv.com^",
|
||||||
"||toutiao.com^",
|
|
||||||
"||ixigua.com^",
|
|
||||||
"||pstatp.com^",
|
|
||||||
"||ixiguavideo.com^",
|
|
||||||
"||toutiaocloud.com^",
|
|
||||||
"||toutiaocloud.net^",
|
|
||||||
"||bdurl.com^",
|
"||bdurl.com^",
|
||||||
"||bytecdn.cn^",
|
"||bytecdn.cn^",
|
||||||
|
"||bytedance.map.fastly.net^",
|
||||||
"||bytedapm.com^",
|
"||bytedapm.com^",
|
||||||
"||byteimg.com^",
|
"||byteimg.com^",
|
||||||
"||byteoversea.com^",
|
"||byteoversea.com^",
|
||||||
"||ixigua.com^",
|
|
||||||
"||muscdn.com^",
|
|
||||||
"||bytedance.map.fastly.net^",
|
|
||||||
"||douyin.com^",
|
"||douyin.com^",
|
||||||
"||tiktokv.com^",
|
|
||||||
"||toutiaovod.com^",
|
|
||||||
"||douyincdn.com^",
|
"||douyincdn.com^",
|
||||||
|
"||douyinpic.com^",
|
||||||
|
"||douyinstatic.com^",
|
||||||
|
"||douyinvod.com^",
|
||||||
|
"||ixigua.com^",
|
||||||
|
"||ixiguavideo.com^",
|
||||||
|
"||muscdn.com^",
|
||||||
|
"||musical.ly^",
|
||||||
|
"||pstatp.com^",
|
||||||
|
"||snssdk.com^",
|
||||||
|
"||tiktok.com^",
|
||||||
|
"||tiktokcdn.com^",
|
||||||
|
"||tiktokv.com^",
|
||||||
|
"||toutiao.com^",
|
||||||
|
"||toutiaocloud.com^",
|
||||||
|
"||toutiaocloud.net^",
|
||||||
|
"||toutiaovod.com^",
|
||||||
},
|
},
|
||||||
}, {
|
}, {
|
||||||
name: "vimeo",
|
name: "vimeo",
|
||||||
|
@ -371,8 +373,11 @@ var servicesData = []svc{{
|
||||||
}, {
|
}, {
|
||||||
name: "bilibili",
|
name: "bilibili",
|
||||||
rules: []string{
|
rules: []string{
|
||||||
|
"||b23.tv^",
|
||||||
"||biliapi.net^",
|
"||biliapi.net^",
|
||||||
"||bilibili.com^",
|
"||bilibili.com^",
|
||||||
|
"||bilicdn1.com^",
|
||||||
|
"||bilicdn2.com^",
|
||||||
"||biligame.com^",
|
"||biligame.com^",
|
||||||
"||bilivideo.cn^",
|
"||bilivideo.cn^",
|
||||||
"||bilivideo.com^",
|
"||bilivideo.com^",
|
||||||
|
|
Loading…
Reference in a new issue