summaryrefslogtreecommitdiffhomepage
path: root/cmd/microproxy
AgeCommit message (Collapse)AuthorFilesLines
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