tailscale/ipn/ipnserver
Brad Fitzpatrick 638127530b ipn/ipnserver: prevent use by multiple Windows users, add HTML status page
It was previously possible for two different Windows users to connect
to the IPN server at once, but it didn't really work. They mostly
stepped on each other's toes and caused chaos.

Now only one can control it, but it can be active for everybody else.

Necessary dependency step for Windows server/headless mode (#275)

While here, finish wiring up the HTTP status page on Windows, now that
all the dependent pieces are available.
2020-10-09 12:20:47 -07:00
..
server.go ipn/ipnserver: prevent use by multiple Windows users, add HTML status page 2020-10-09 12:20:47 -07:00
server_test.go all: use testing.T.TempDir 2020-10-02 20:31:31 -07:00