Live data from Hacker News

https://16777217/

1.0.0.1

51–60 of 90 posts

Re: https://16777217/

#51

Warp bypassed government blocked sites in my country (the UK - which blocks RT.com as part of war efforts). I'm not sure how long they'll be able to run such a service till the government tells them they have to implement site blocking.

The UK is fighting a losing battle. Right now they snoop SNI headers and terminate connections to banned websites. But ECH is ready to be rolled out

ECH can't be mandatory as many enterprises (that take security seriously) will block it, so they'll also be able to. No?

Re: https://16777217/

#54
Very cool, but how does it affect mobile battery life? Is this something I want turned on all the time or best used when traveling?

I want to trust cloudflare here but I am hesitant to enable a VPN on my phone at all times.

Re: https://16777217/

#56
post #51

Earlier quoted context omitted.

The UK is fighting a losing battle. Right now they snoop SNI headers and terminate connections to banned websites. But ECH is ready to be rolled out

ECH can't be mandatory as many enterprises (that take security seriously) will block it, so they'll also be able to. No?

It will take years but I believe yes it will. SNI was a big privacy mistake.

Companies just need new solutions . SNI was never a perfect one.

Re: https://16777217/

#57

Is there any good reason to support this notation for URLs? Do you think this format would be faster to parse than regular IPs?

Its been around since like 1996 at least, likely earlier.

Its A.B.C.D with A255^3 + B255^2 + C255^1 + D255^0.

Used to get around filters a long time ago but broke as most sites host multiple domains and it needs your browsers 'hostname' it sends it as part of the request to actually return the right site/page.

Re: https://16777217/

#59

Is there any good reason to support this notation for URLs? Do you think this format would be faster to parse than regular IPs?

Its been around since like 1996 at least, likely earlier. Its A.B.C.D with A 255^3 + B 255^2 + C 255^1 + D 255^0. Used to get around filters a long time ago but broke as most sites host multiple domains and it needs your browsers 'hostname' it sends it as part of the request to actually return the right site/page.

the 255s should be 256.
Post reply on HN