feat(perfectprivacy): port forwarding support (#2378)
This commit is contained in:
@@ -13,6 +13,8 @@ type PortForwardObjects struct {
|
||||
// Gateway is the VPN gateway IP address, used by Private Internet Access
|
||||
// and ProtonVPN.
|
||||
Gateway netip.Addr
|
||||
// InternalIP is the VPN internal IP address assigned, used by Perfect Privacy.
|
||||
InternalIP netip.Addr
|
||||
// Client is used to query the VPN gateway for Private Internet Access.
|
||||
Client *http.Client
|
||||
// ServerName is used by Private Internet Access for port forwarding.
|
||||
|
||||
Reference in New Issue
Block a user