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