-
Notifications
You must be signed in to change notification settings - Fork 183
make independant apple relay conf; add netease DNS mapping #62
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
base: master
Are you sure you want to change the base?
Conversation
NETEASE: { | ||
hosts: {}, | ||
dns: 'https://doh.pub/dns-query', | ||
realip: false, | ||
ruleset: true, | ||
domains: [ | ||
'126.com', | ||
'126.net', | ||
'127.com', | ||
'127.net', | ||
'+163.com', | ||
'163yun.com', | ||
'+163.com.cn', | ||
'163jiasu.com', | ||
'166.com', | ||
'166.net', | ||
'188.com', | ||
'netease.com', | ||
'+neteasecloudmusic.com', | ||
'+neteasegame.com', | ||
'+netease.im', | ||
'netstatic.net', | ||
'lofter.com', | ||
'yeah.net', | ||
'ydstatic.com', | ||
'youdao.com', | ||
'youdao.cn', | ||
'yoozoo.com', | ||
'yqkk.link', | ||
'haowu.link', | ||
'laiqukankan.com', | ||
'zhuanzfx.com', | ||
'321fenx.com' | ||
] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why DNSPod? NetEase uses multiple CDNs from different providers. For instance, NetEase Music primarily uses Alibaba Cloud CDN.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why DNSPod? NetEase uses multiple CDNs from different providers. For instance, NetEase Music primarily uses Alibaba Cloud CDN.
I have never expected that. I didn't found public records saying NetEase have used multiple CDNs for different services.
https://github.com/mawenjian/china-cdn-domain-whitelist/blob/master/china-top-website-whitelist.conf
I wrote the update from this record.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have never expected that. I didn't found public records saying NetEase have used multiple CDNs for different services.
m*.music.126.net
uses both Alibaba Cloud CDN and China Telecom's CDN.
p*.music.126.net
uses both Bytedance (volcengine) CDN and China Telecom's CDN.
Source/non_ip/apple_relay.conf
Outdated
DOMAIN-SUFFIX,cp2.cloudflare.com | ||
DOMAIN-SUFFIX,cp3.cloudflare.com | ||
DOMAIN-SUFFIX,cp4.cloudflare.com |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not specifically for Apple. Many Cloudflare customers also use these domains.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
https://blog.cloudflare.com/stronger-than-a-promise-proving-oblivious-http-privacy-properties/
https://docs.fastly.com/products/oblivious-http-relay
The OHTTP Relay is designed to hide users' IP/Geolocation (and other PI & PII) from the service providers. Why do you need to specify a special policy to unlock those services?
No description provided.