summaryrefslogtreecommitdiffhomepage
path: root/cmd/hello
AgeCommit message (Expand)AuthorFilesLines
2021-03-15client, cmd/hello, ipn, wgengine: fix whois for netstack-forwarded connectionsNaman Sood1-3/+19
2021-03-01cmd/hello: break out local HTTP client into client/tailscaleBrad Fitzpatrick1-69/+23
2021-03-01cmd/hello: use go:embed for the templateBrad Fitzpatrick1-1/+8
2021-02-15cmd/hello: make whois client work on macOS against GUI clientBrad Fitzpatrick1-1/+30
2021-02-11cmd/hello: truncate long strings (#1328)Ross Zurowski1-6/+21
2021-02-11cmd/hello: chop DNS name at first dotBrad Fitzpatrick1-1/+9
2021-02-11cmd/hello: style welcome message (#1325)Ross Zurowski2-28/+438
2021-02-11cmd/hello: serve fake data in dev mode on whois failureBrad Fitzpatrick1-9/+21
2021-02-11cmd/hello: in dev mode, live reload templateBrad Fitzpatrick1-1/+20
2021-01-29cmd/hello: use safesocket client to connectBrad Fitzpatrick1-6/+4
2021-01-29ipn/ipnserver, cmd/hello: do whois over unix socket, not debug httpBrad Fitzpatrick1-3/+23
2021-01-29cmd/hello: new hello.ipn.dev serverBrad Fitzpatrick2-0/+133