Update 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-05-10 14:24:50 +08:00
parent ec09b08a1e
commit 1a18528550

View File

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