feat(privatevpn): native port forwarding support (#2285)

This commit is contained in:
Quentin McGaw
2024-08-16 14:20:00 +02:00
committed by GitHub
parent 1f2882434a
commit 11c2354408
7 changed files with 303 additions and 3 deletions

View File

@@ -11,7 +11,7 @@ type tunnelUpData struct {
// Port forwarding
vpnIntf string
serverName string // used for PIA
canPortForward bool // used for PIA and ProtonVPN
canPortForward bool // used for PIA
username string // used for PIA
password string // used for PIA
portForwarder PortForwarder