Skip to content

Commit

Permalink
Update CDN & TikTok Stream Hosts
Browse files Browse the repository at this point in the history
  • Loading branch information
SukkaW committed Apr 16, 2024
1 parent f9a0445 commit 1b0d712
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Source/domainset/cdn.conf
Original file line number Diff line number Diff line change
Expand Up @@ -912,8 +912,10 @@ updates2.signal.org
cdn.segment.com

# >> TikTok
# Following domains DO NOT have ANY geo block and can even access in Hong Kong
.tiktokcdn.com
.tiktokcdn-us.com
.ibyteimg.com

# >> Email Image CDN
.cmail20.com
Expand Down
5 changes: 3 additions & 2 deletions Source/stream.ts
Original file line number Diff line number Diff line change
Expand Up @@ -659,16 +659,17 @@ const TIKTOK: StreamService = {
rules: [
'DOMAIN-SUFFIX,byteoversea.com',
'DOMAIN-SUFFIX,ibytedtos.com',
'DOMAIN-SUFFIX,ibyteimg.com',
// 'DOMAIN-SUFFIX,ibyteimg.com', // We confirm that tiktokcdn DOES NOT have ANY geoblock
'DOMAIN-SUFFIX,ipstatp.com',
'DOMAIN-SUFFIX,isnssdk.com',
'DOMAIN-SUFFIX,muscdn.com',
'DOMAIN-SUFFIX,musical.ly',
'DOMAIN-SUFFIX,tiktok.com',
'DOMAIN-SUFFIX,tiktok.us',
'DOMAIN-SUFFIX,tik-tokapi.com',
// 'DOMAIN-SUFFIX,tiktokcdn.com',
// 'DOMAIN-SUFFIX,tiktokcdn.com', // We confirm that tiktokcdn DOES NOT have ANY geoblock
'DOMAIN-SUFFIX,tiktokv.com',
'DOMAIN-SUFFIX,tiktokw.com',
'DOMAIN-KEYWORD,-tiktokcdn-com',

'USER-AGENT,TikTok*'
Expand Down

0 comments on commit 1b0d712

Please sign in to comment.