hotfix(protonvpn): drop P2P_ONLY in favor of PORT_FORWARD_ONLY
This commit is contained in:
@@ -87,10 +87,6 @@ func filterServer(server models.Server,
|
||||
return true
|
||||
}
|
||||
|
||||
if *selection.P2POnly && !server.P2P {
|
||||
return true
|
||||
}
|
||||
|
||||
if filterByPossibilities(server.Country, selection.Countries) {
|
||||
return true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user