Maisem Ali
|
c121fa81c4
|
tsnet: add TLS and LetsEncrypt example.
Signed-off-by: Maisem Ali <maisem@tailscale.com>
|
2021-10-12 15:31:18 -07:00 |
Maisem Ali
|
52be1c0c78
|
tsnet: run the LocalAPI handler
Signed-off-by: Maisem Ali <maisem@tailscale.com>
|
2021-10-07 10:01:03 -07:00 |
Brad Fitzpatrick
|
fb8b821710
|
tsnet: fix typo in comment
Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
|
2021-09-01 07:55:25 -07:00 |
Denton Gentry
|
0796c53404
|
tsnet: add AuthKey support.
Set a TS_AUTHKEY environment variable to "tskey-01234..."
Signed-off-by: Denton Gentry <dgentry@tailscale.com>
|
2021-08-09 09:30:09 -07:00 |
Josh Bleecher Snyder
|
25df067dd0
|
all: adapt to opaque netaddr types
This commit is a mishmash of automated edits using gofmt:
gofmt -r 'netaddr.IPPort{IP: a, Port: b} -> netaddr.IPPortFrom(a, b)' -w .
gofmt -r 'netaddr.IPPrefix{IP: a, Port: b} -> netaddr.IPPrefixFrom(a, b)' -w .
gofmt -r 'a.IP.Is4 -> a.IP().Is4' -w .
gofmt -r 'a.IP.As16 -> a.IP().As16' -w .
gofmt -r 'a.IP.Is6 -> a.IP().Is6' -w .
gofmt -r 'a.IP.As4 -> a.IP().As4' -w .
gofmt -r 'a.IP.String -> a.IP().String' -w .
And regexps:
\w*(.*)\.Port = (.*) -> $1 = $1.WithPort($2)
\w*(.*)\.IP = (.*) -> $1 = $1.WithIP($2)
And lots of manual fixups.
Signed-off-by: Josh Bleecher Snyder <josh@tailscale.com>
|
2021-05-16 14:52:00 -07:00 |
Brad Fitzpatrick
|
5b52b64094
|
tsnet: add Tailscale-as-a-library package
Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
|
2021-05-14 12:46:42 -07:00 |