Earlier quoted context omitted.
Those "cloudflare loading" screens that come up when visiting some low-traffic sites. It's probably more common for people using privacy blockers and browser containers to block tracking. I see it at least a few times per day and I get captchas on almost any site that uses them (regardless of being behind cloudflare).
That's "I'm Under Attack Mode" which is used by sites (mostly smaller ones) to protect against small DDoS attacks or scrapers.
Warp – Mobile VPN
391–400 of 500 posts
Re: Warp – Mobile VPN
#392Earlier quoted context omitted.
Is this in X-Forwarded-For?
How can they do this? Are Cloudflare going to be able to decrypt the TLS sessions running over their VPN between me and end-sites, so they can insert this additional HTTP header? Doesn’t sound feasible.
Re: Warp – Mobile VPN
#393Earlier quoted context omitted.
Which presumably only works if your site is using Cloudflare? Since you wouldn't be MITMing SSL in order to inject this header?
This is correct. It's significantly harder to inject the origin IP into a TCP stream. We have ways [1] of doing it, but it requires some coordination on both sides. 1- https://blog.cloudflare.com/mmproxy-creative-way-of-preservi...
Re: Warp – Mobile VPN
#394Last time I used 1.1.1.1 DNS I sometimes had problems when visiting bbc.co.uk. It seemed to be trying to look up the domain on cloudflare's service for some reason. Was I the only one to have this problem? Would it be fixed now?
1.1.1.1 doesn't use eDNS and likely never will: https://developers.cloudflare.com/1.1.1.1/nitty-gritty-detai... So geo-specific things will break... BBC.com should load though since its for out-of-UK people
Cloudflare do not use the EDNS Client Subnet extension:
https://tools.ietf.org/html/rfc7871
You are right to say that can potentially affect geo-located services. But that is not to say that 1.1.1.1 doesn’t support EDNS:
Re: Warp – Mobile VPN
#395Earlier quoted context omitted.
That is why Cloudflare wants you to use their VPN rather than an anonymized one. If they can track you, they can have more data about whether to block you.
Nope. We want you to use our VPN because we think it'll make your mobile Internet experience better (faster and more secure). That turns into an upsell opportunity to us and makes our core service (which people pay us for) more valuable.
Re: Warp – Mobile VPN
#396I like both companies so maybe I'll just keep supporting Mullvad and recommend 1.1.1.1 to friends and family once Warp is in general availability (those "people who don't know what a VPN is").
Warp+ looks to be a solid business use case which I think fits well with Argo and their other offerings. Either way, it's good to have another proper VPN option outside of (self)hosted WireGuard.
Many thanks for democratizing this service, as is always the case with Cloudflare.
Re: Warp – Mobile VPN
#397Re: Warp – Mobile VPN
#398Earlier quoted context omitted.
Possible but I am not exactly sure what caused the difference. I used fast.com for testing and when I increased the number of parallel connections the performance degradation was lower when using Wireguard. I assumed that it is related to congestion control as Wireguard uses UDP AFAIK and otherwise I would use TCP on the bottleneck part of the connection.
Wireguard might be using UDP, but you're still tunneling TCP on top of it. So the congestion control is still there and kicking.
Re: Warp – Mobile VPN
#399Re: Warp – Mobile VPN
#400Earlier quoted context omitted.
My interpretation of “not designed for mobile” is mobile devices, not mobile network. In particular, TCP is not designed for a scenario where the device keeps leaving old networks and joining new ones, or where a device routinely has 2 network interfaces where one has better performance than the other but which one is better changes frequently.
Ships, as mobile devices, frequently entered and left packet radio range with each other, or might have multiple other ships in range and have to select which ship to send their packets to.