What use case does this feature fulfill?
- Enable client to only use servers in a given country, to keep data within as certain country.
Feature Description
- Add a
strict=true query string parameter that in addition to country only returns servers from that country.
Details
- The servers will be closets to the client's IP's geolocation, but in the specified country.
- For countries where no servers are available,
strict=true returns a 500 error, e.g. country=CN&strict=true .
- For countries where servers are available,
strict=true does NOT replace the user location with the geometrical center of the country (so you still get the servers that are closest to you) and excludes servers in different countries
Who is the point of contact for the feature?
Is there a relevant timeline?