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
Kyle Carberry d78b334964 cmd/derper: disable http2
DERP doesn't support HTTP/2. If an HTTP/2 proxy was placed in front of
a DERP server requests would fail because the connection would
be initialized with HTTP/2, which the DERP client doesn't support.

Signed-off-by: Kyle Carberry <kyle@carberry.com>
1 year ago
..
bootstrap_dns.go util/slicesx: add package for generic slice functions, use 1 year ago
bootstrap_dns_test.go all: use tstest.Replace more 1 year ago
cert.go cmd/derper: disable http2 1 year ago
depaware.txt all: avoid repeated default interface lookups 1 year ago
derper.go derp,magicsock: add debug envknobs for HTTP and derp server name (#7744) 1 year ago
derper_test.go all: update copyright and license headers 1 year ago
mesh.go all: update to Go 1.20, use strings.CutPrefix/Suffix instead of our fork 1 year ago
websocket.go all: update copyright and license headers 1 year ago