feat(protonvpn): port forwarding connection refused error points to add +pmp to OpenVPN user
This commit is contained in:
@@ -18,6 +18,9 @@ func (p *Provider) PortForward(ctx context.Context, objects utils.PortForwardObj
|
|||||||
_, externalIPv4Address, err := client.ExternalAddress(ctx,
|
_, externalIPv4Address, err := client.ExternalAddress(ctx,
|
||||||
objects.Gateway)
|
objects.Gateway)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
if strings.HasSuffix(err.Error(), "connection refused") {
|
||||||
|
err = fmt.Errorf("%w - make sure you have +pmp at the end of your OpenVPN username", err)
|
||||||
|
}
|
||||||
return 0, fmt.Errorf("getting external IPv4 address: %w", err)
|
return 0, fmt.Errorf("getting external IPv4 address: %w", err)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user