summaryrefslogtreecommitdiffhomepage
path: root/cmd/microproxy
AgeCommit message (Collapse)AuthorFilesLines
2020-09-15cmd/microproxy: add -insecure flagJosh Bleecher Snyder1-4/+8
This makes it easier to run microproxy locally during development. Signed-off-by: Josh Bleecher Snyder <josh@tailscale.com>
2020-08-11cmd/microproxy: add a quick hack for some malformed variables.David Anderson1-1/+11
Signed-off-by: David Anderson <danderson@tailscale.com>
2020-04-05tsweb: rename Handler to ReturnHandlerBrad Fitzpatrick1-1/+1
The name's been bugging me for a long time. I liked neither the overlap between tsweb.Handler and http.Handler, nor the name "ServeHTTPErr" which sounds like it's an error being returned, like it's an error handler and not sometimes a happy path. Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
2020-04-01cmd/microproxy: adjust to export node stats and a Go expvar server's stats.David Anderson1-5/+50
This is a temporary specialization to what tailscale prod needs right now, it'll go back to something more generic later.
2020-03-31cmd/microproxy: tiny TLS proxy that borrows autocert x509 certs.David Anderson1-0/+130