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/net/portmapper
Brad Fitzpatrick fdc081c291 net/portmapper: fix UPnP probing, work against all ports
Prior to Tailscale 1.12 it detected UPnP on any port.
Starting with Tailscale 1.11.x, it stopped detecting UPnP on all ports.

Then start plumbing its discovered Location header port number to the
code that was assuming port 5000.

Fixes #2109

Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
3 years ago
..
disabled_stubs.go net/portmapper: fix UPnP probing, work against all ports 3 years ago
portmapper.go net/portmapper: fix UPnP probing, work against all ports 3 years ago
portmapper_test.go net/portmapper: add upnp port mapping 3 years ago
upnp.go net/portmapper: fix UPnP probing, work against all ports 3 years ago
upnp_test.go net/portmapper: fix UPnP probing, work against all ports 3 years ago