hotfix(protonvpn): drop P2P_ONLY in favor of PORT_FORWARD_ONLY

This commit is contained in:
Quentin McGaw
2024-07-31 14:29:31 +00:00
parent 13ffffb157
commit 5191f3558f
8 changed files with 1 additions and 45 deletions

View File

@@ -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
}