doc.go 557 B

123456789101112
  1. // Copyright (c) Tailscale Inc & AUTHORS
  2. // SPDX-License-Identifier: BSD-3-Clause
  3. //go:generate go run tailscale.com/cmd/viewer -type=LoginProfile,Prefs,ServeConfig,ServiceConfig,TCPPortHandler,HTTPHandler,WebServerConfig
  4. // Package ipn implements the interactions between the Tailscale cloud
  5. // control plane and the local network stack.
  6. //
  7. // IPN is the abbreviated name for a Tailscale network. What's less
  8. // clear is what it's an abbreviation for: Identified Private Network?
  9. // IP Network? Internet Private Network? I Privately Network?
  10. package ipn