You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tailscale/cmd/derper
Mihai Parparita a9f32656f5 control/controlhttp: allow client and server to communicate over WebSockets
We can't do Noise-over-HTTP in Wasm/JS (because we don't have bidirectional
communication), but we should be able to do it over WebSockets. Reuses
derp WebSocket support that allows us to turn a WebSocket connection
into a net.Conn.

Updates #3157

Signed-off-by: Mihai Parparita <mihai@tailscale.com>
2 years ago
..
bootstrap_dns.go cmd/derper: fix regression from bootstrap DNS optimization 2 years ago
bootstrap_dns_test.go cmd/derper: add BenchmarkHandleBootstrapDNS 2 years ago
cert.go cmd/derper: in manual cert mode, don't discard error from VerifyHostname 2 years ago
derper.go cmd/derper: add --stun-port flag 2 years ago
derper_test.go cmd/derper: refactor STUN path for testing, add serverSTUN benchmark 3 years ago
mesh.go derp: use new node key type. 3 years ago
websocket.go control/controlhttp: allow client and server to communicate over WebSockets 2 years ago