Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(hook): add new hook for 163jiasu CDN host,aka xxxx.163jiasu.com #1206

Merged
merged 12 commits into from
Aug 17, 2023
6 changes: 6 additions & 0 deletions src/hook.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,12 @@ hook.target.host = new Set([
'interface3.music.163.com',
'apm.music.163.com',
'apm3.music.163.com',
#CDN host
'music.163.com.163jiasu.com',
'interface.music.163.com.163jiasu.com',
'interface3.music.163.com.163jiasu.com',
'apm.music.163.com.163jiasu.com',
'apm3.music.163.com.163jiasu.com',
// 'mam.netease.com',
// 'api.iplay.163.com', // look living
// 'ac.dun.163yun.com',
Expand Down