diff options
| author | Brad Fitzpatrick <bradfitz@tailscale.com> | 2021-08-02 22:09:50 -0700 |
|---|---|---|
| committer | Brad Fitzpatrick <bradfitz@tailscale.com> | 2021-08-04 08:36:50 -0700 |
| commit | 5e0b58861860b1f2abd4f78cad5ad060e12ebb04 (patch) | |
| tree | cefcb24054f40791c503b23cabcf3b357d32d6cf /go.mod | |
| parent | 1db9032ff5dfd96e6bd2e1064226065d79d40561 (diff) | |
| download | tailscale-upnpdebug.tar.xz tailscale-upnpdebug.zip | |
net/portmapper: fix UPnP probing, work against all portsupnpdebug
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>
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -31,7 +31,7 @@ require ( github.com/pkg/sftp v1.13.0 github.com/tailscale/certstore v0.0.0-20210528134328-066c94b793d3 github.com/tailscale/depaware v0.0.0-20201214215404-77d1e9757027 - github.com/tailscale/goupnp v1.0.1-0.20210710010003-1cf2d718bbb2 + github.com/tailscale/goupnp v1.0.1-0.20210804011211-c64d0f06ea05 github.com/tailscale/hujson v0.0.0-20200924210142-dde312d0d6a2 github.com/tcnksm/go-httpstat v0.2.0 github.com/toqueteos/webbrowser v1.2.0 |
