Fix: exclude apps.apple.com from Apple CDN Hosts
Some checks failed
Build / Build (push) Has been cancelled
Build / Diff output (push) Has been cancelled
Build / Deploy to Cloudflare Pages (3.114.12) (push) Has been cancelled
Build / Deploy to GitHub and GitLab (push) Has been cancelled
Build / Remove Artifacts after Deployment (push) Has been cancelled

This commit is contained in:
SukkaW
2026-04-19 02:34:16 +08:00
parent 1dbd701079
commit d0b2b446fd

View File

@@ -20,5 +20,6 @@ export const buildAppleCdn = task(require.main === module, __filename)(async (sp
' - https://github.com/felixonmars/dnsmasq-china-list'
)
.bulkAddDomainSuffix(res)
.whitelistDomain('apps.apple.com')
.write();
});