hotfix(protonvpn): drop P2P_ONLY in favor of PORT_FORWARD_ONLY
This commit is contained in:
@@ -62,7 +62,6 @@ func Test_Server_Equal(t *testing.T) {
|
||||
Stream: true,
|
||||
SecureCore: true,
|
||||
Tor: true,
|
||||
P2P: false,
|
||||
PortForward: true,
|
||||
IPs: []netip.Addr{netip.AddrFrom4([4]byte{1, 2, 3, 4})},
|
||||
Keep: true,
|
||||
@@ -87,7 +86,6 @@ func Test_Server_Equal(t *testing.T) {
|
||||
Stream: true,
|
||||
SecureCore: true,
|
||||
Tor: true,
|
||||
P2P: false,
|
||||
PortForward: true,
|
||||
IPs: []netip.Addr{netip.AddrFrom4([4]byte{1, 2, 3, 4})},
|
||||
Keep: true,
|
||||
|
||||
Reference in New Issue
Block a user