mirror of
https://github.com/tailscale/tailscale.git
synced 2025-04-20 21:51:42 +00:00
net/portmapper: fix typo
Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
This commit is contained in:
parent
95c03d1ead
commit
63ed4dd6c9
@ -222,7 +222,7 @@ func IsNoMappingError(err error) bool {
|
|||||||
|
|
||||||
var (
|
var (
|
||||||
ErrNoPortMappingServices = errors.New("no port mapping services were found")
|
ErrNoPortMappingServices = errors.New("no port mapping services were found")
|
||||||
ErrGatewayNotFound = errors.New("failed to look gateway address")
|
ErrGatewayNotFound = errors.New("failed to look up gateway address")
|
||||||
)
|
)
|
||||||
|
|
||||||
// CreateOrGetMapping either creates a new mapping or returns a cached
|
// CreateOrGetMapping either creates a new mapping or returns a cached
|
||||||
|
Loading…
x
Reference in New Issue
Block a user