Samuel Erb
Samuel Erb
I'm really torn on this topic. Assuming DTLS over webrtc offers PFS, it should be at parity, however, in both cases you are trusting the server (DTLS - for signalling...
I really wish I knew more about STUN, sorry. This page might be helpful for debugging Chrome - https://groups.google.com/forum/#!topic/discuss-webrtc/_Gg8KAXgjkE
Nope, no TURN support. Didn't want to potentially have to support such a large amount of traffic :) That said, I could have probably built it in, then disabled it......
The server likely needs to be updated to reflect any changes to nodejs in the past ~3 years. I had this working with Ubuntu 14.04 I believe. I don't think...
There is a go `import` path issue here. This package is not directly `go get`-able. It expects to live at `go/src/dnsgrep` (based on the import line `"dnsgrep/DNSBinarySearch"`). There are 2...
This was intentional. I don't have a good automated way to fetch the latest dataset. I will dig into this more and make a fix to those scripts.
The server acts as a signaling server and a connection must remain established so that new peers can join a room. Peer connections cannot be hijacked/MiTM'd due to sharing DTLS...