mirror of
https://github.com/SukkaW/Surge.git
synced 2026-04-29 17:36:56 +08:00
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
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:
@@ -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();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user