Awn
Awn
I would not be in favour of this. See this link for some statistics on Disqus' abhorrent tracking and loading times: http://donw.io/post/github-comments/
Just something to note @agrinman, this isn't just the OP's use-case. It's _everyones'_ use-case. I wouldn't use this unless I could get a copy of the key (even in encrypted...
Hey, thanks for the questions. > Are you aware of TLS fingerprinting? Does your application protect against this ? Yes, the implementation uses the system library defaults for TLS configuration,...
> I did try to research something like that a while ago. I could not really find any statistics for this specific part. Well, since a self-signed certificate would be...
> Depends. If the service is intended for the average internet user, yes. Sure. This is what the server is trying to pretend to be. > stuff like netflix, youtube...
> local client (like browser) --> local rosen client --> TLS connection --> remote rosen server --> internet (websites etc) The TLS connection is really a HTTP connection over TLS:...
> I noticed that you are sending the payload as JSON. why not application/octet-stream? I assume that way you can treat the payload as raw bytes and you don't have...
> I noticed that you are sending the payload as JSON. why not application/octet-stream? I assume that way you can treat the payload as raw bytes and you don't have...
Thanks for your interest in the project. I'll make sure to update this thread when support is added. There's also [SSTap](https://sourceforge.net/projects/sstap/) which creates a TUN interface (ironically) and forwards traffic...
Why do you say UDP is better? Currently the standard library does not implement QUIC https://github.com/golang/go/issues/32204 and HTTP/3 is barely used meaning it will stick out more. There's also papers...