chore(providers): remove perfect privacy

This commit is contained in:
Quentin McGaw
2026-08-05 10:15:14 +00:00
parent 4d7fd514c5
commit db6992d0b3
17 changed files with 4 additions and 336 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ 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 is the VPN internal IP address assigned, used by PrivateVPN.
InternalIP netip.Addr
// Client is used to query the VPN gateway for Private Internet Access.
Client *http.Client