mirror of
https://github.com/cbeuw/Cloak.git
synced 2026-04-25 04:25:59 +03:00
[GH-ISSUE #160] Appropriate "ServerName" "AlternativeNames" and "RedirAddr"? #132
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Cloak#132
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Klaaktu on GitHub (Mar 26, 2021).
Original GitHub issue: https://github.com/cbeuw/Cloak/issues/160
Is
www.bing.comhosted oncloudflare.com? I only get 2 IPs for it, both owned by Microsoft.It seems hard to find "ServerName" and "RedirAddr" pairs that:
204.79.197.200has many, but it seems most are either old or blocked or redirects tocn.bing.com;microsoft.comin IPv6 uses one IP per subdomain.204.79.197.200has aDNS Namefor serving map tiles, but even with encrypted DNS, map images for the world are served with CN backbones in China.@malikshi commented on GitHub (Mar 26, 2021):
I need a proper example config for the client-side new feature
AlternativeNames@cbeuw commented on GitHub (Mar 26, 2021):
@malikshi I've added an example to README
@cbeuw commented on GitHub (Mar 26, 2021):
@klaaktu I don't think bing uses Cloudflare. Cloudflare services are not on
cloudflare.comanyway.Unless a particular ServerName causes your Cloak connection to be actively throttled, or that domain has already been flat-out blocked, I wouldn't worry too much about it. So far I haven't seen any blockages related directly to bad ServerName settings so any speculation on what works and what doesn't are just pure guesswork.
@Klaaktu commented on GitHub (Mar 26, 2021):
Got it, thanks