feat(pia): PORT_FORWARD_ONLY variable (#2070)
This commit is contained in:
@@ -74,6 +74,10 @@ func filterServer(server models.Server,
|
||||
return true
|
||||
}
|
||||
|
||||
if *selection.PortForwardOnly && !server.PortForward {
|
||||
return true
|
||||
}
|
||||
|
||||
if filterByPossibilities(server.Country, selection.Countries) {
|
||||
return true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user