mirror of
https://github.com/tailscale/tailscale.git
synced 2025-08-11 13:18:53 +00:00
tsnet: add option to run integrated web client
Updates #10261 Signed-off-by: Will Norris <will@tailscale.com>
This commit is contained in:
@@ -20,7 +20,7 @@ var (
|
||||
func main() {
|
||||
flag.Parse()
|
||||
|
||||
s := new(tsnet.Server)
|
||||
s := &tsnet.Server{RunWebClient: true}
|
||||
defer s.Close()
|
||||
|
||||
lc, err := s.LocalClient()
|
||||
|
Reference in New Issue
Block a user