mirror of
https://github.com/qdm12/gluetun.git
synced 2026-05-07 04:20:12 +02:00
chore(pia): return an error to pf loop if server cannot port forward
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package common
|
||||
|
||||
import "errors"
|
||||
|
||||
var (
|
||||
ErrPortForwardNotSupported = errors.New("port forwarding not supported")
|
||||
)
|
||||
Reference in New Issue
Block a user