You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tailscale/cmd/tailscale/cli
Brad Fitzpatrick c64bd587ae net/portmapper: add NAT-PMP client, move port mapping service probing
* move probing out of netcheck into new net/portmapper package
* use PCP ANNOUNCE op codes for PCP discovery, rather than causing
  short-lived (sub-second) side effects with a 1-second-expiring map +
  delete.
* track when we heard things from the router so we can be less wasteful
  in querying the router's port mapping services in the future
* use portmapper from magicsock to map a public port

Fixes #1298
Fixes #1080
Fixes #1001
Updates #864

Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
3 years ago
..
cli.go cmd/tailscale{,d}: move debug subcommand to tailscaled 3 years ago
down.go ipn, ipnserver, cmd/tailscale: add "server mode" support on Windows 4 years ago
netcheck.go net/portmapper: add NAT-PMP client, move port mapping service probing 3 years ago
ping.go cmd/tailscale: make "tailscale ping" also resolve names without DNS 3 years ago
status.go dnsname,tailcfg: add hostname sanitation logic to node display names (#1304) 3 years ago
up.go cmd/tailscale/cli: remove outdated TODO 3 years ago
version.go version: use OSS repo's version when building. 4 years ago