feat(protonvpn): support up to 5 forwarded ports (#3208)

This commit is contained in:
Quentin McGaw
2026-04-18 02:36:06 +02:00
committed by GitHub
parent 7e7e8182ef
commit d5eeec6fb3
17 changed files with 254 additions and 109 deletions
+2
View File
@@ -25,6 +25,8 @@ type PortForwardObjects struct {
Username string
// Password is used by Private Internet Access for port forwarding.
Password string
// PortsCount is used by ProtonVPN for port forwarding.
PortsCount uint16
}
type Routing interface {