wkrp
wkrp
> My [wild guess](https://vas3k.club/post/14748/) is to expect Outline throttled or banned way earlier than IPsec in the current circumstances. @darkk – good article.
> > NewPipe uses OkHttp with a custom TLS configuration, leading to a [distinctive TLS fingerprint](https://ntc.party/t/tls-youtube/1311/16). > > It turned out that no, it doesn't. It uses this hack only...
The block was removed on 2021-09-18. https://github.com/TeamNewPipe/NewPipe/issues/7114#issuecomment-922355438 > Rather, the suspicion is that it's meant to block an app that does domain fronting using [www.youtube.com](http://www.youtube.com) as a front domain. (Possibly...
> The hypothesis that the Smart Voting app was the target of the block is likely false. I did some [light reverse engineering](https://ntc.party/t/tls-youtube/1311/24) of the app, and although it uses...
This is a report on the performance of the AMP cache arithmetic demo. Also posted at https://www.bamsoftware.com/sec/ampcache-arith-performance/. * [ampcache-arith-performance.zip](https://www.bamsoftware.com/sec/ampcache-arith-performance/ampcache-arith-performance.zip), source and data for this analysis The demo can run with...
> Does it work this way in the program Yes, that's what it means. The Host header is `www-bamsoftware-com.amp.cloudflare.com` and the SNI is `amp.cloudflare.com`. Unlike the cdn.ampproject.org server, the amp.cloudflare.com...
> I generally agree with the last question about traffic fingerprinting, but have a few notes, with the understanding that pretty much everyone in practice has punted on dealing with...
> * **Q:** You're proposing, in some cases, to run a reliable protocol inside another reliable protocol (e.g. QUIC-in-obfs4-in-TCP). What about the reputed inefficiency TCP-in-TCP? > > * **A:** Short...
> I've done a little survey and identified some suitable candidate protocols that also seem to have good Go packages: > * [QUIC](https://quicwg.org/) with [quic-go](https://github.com/lucas-clemente/quic-go) > * KCP with [kcp-go](https://github.com/xtaci/kcp-go)...
> Are you aware of https://tools.ietf.org/html/draft-schinazi-masque-01? > > It's effectively VPN over QUIC, without doubled guarantees. I believe it addresses some of your concerns. I know about MASQUE–it's actually linked...