summaryrefslogtreecommitdiffhomepage
path: root/cmd/hello
AgeCommit message (Expand)AuthorFilesLines
2025-03-04cmd/hello: display native ipv4 (#15191)Brian Palmer1-0/+5
2025-02-05all: use new LocalAPI client package locationBrad Fitzpatrick1-2/+2
2024-02-02cmd/hello: link to the Hello KB article (#11022)Chris Palmer1-0/+2
2024-01-29cmd/hello: avoid deprecated apis (#10957)Chris Palmer1-3/+5
2023-01-27all: update copyright and license headersWill Norris1-3/+2
2022-09-15refactor: move from io/ioutil to io and os packagesEng Zer Jun1-2/+1
2022-07-25net/netaddr: start migrating to net/netip via new netaddr adapter packageBrad Fitzpatrick1-3/+3
2022-03-19all: use strings.Cut even moreBrad Fitzpatrick1-3/+1
2022-02-16tailcfg: make Node.Hostinfo a HostinfoViewMaisem Ali1-1/+1
2022-01-04cmd/hello: also redirect https://hello.ipn.dev to hello.ts.netBrad Fitzpatrick1-0/+4
2022-01-04cmd/hello: migrate to hello.ts.net as the hostnameBrad Fitzpatrick1-8/+32
2021-05-16all: adapt to opaque netaddr typesJosh Bleecher Snyder1-3/+3
2021-04-13client/tailscale/apitype: move local API types to new apitype packageBrad Fitzpatrick1-2/+2
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