chore(pia): return an error to pf loop if server cannot port forward
This commit is contained in:
7
internal/provider/common/portforward.go
Normal file
7
internal/provider/common/portforward.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package common
|
||||
|
||||
import "errors"
|
||||
|
||||
var (
|
||||
ErrPortForwardNotSupported = errors.New("port forwarding not supported")
|
||||
)
|
||||
Reference in New Issue
Block a user