doc.go 619 B

12345678910111213
  1. // Copyright (c) 2020 Tailscale Inc & AUTHORS All rights reserved.
  2. // Use of this source code is governed by a BSD-style
  3. // license that can be found in the LICENSE file.
  4. //go:generate go run tailscale.com/cmd/viewer -type=Prefs,ServeConfig,TCPPortHandler,HTTPHandler,WebServerConfig
  5. // Package ipn implements the interactions between the Tailscale cloud
  6. // control plane and the local network stack.
  7. //
  8. // IPN is the abbreviated name for a Tailscale network. What's less
  9. // clear is what it's an abbreviation for: Identified Private Network?
  10. // IP Network? Internet Private Network? I Privately Network?
  11. package ipn