Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Limit list of available servers that locate returns to a specific country #180

Open
laiyi-ohlsen opened this issue Feb 7, 2024 · 1 comment

Comments

@laiyi-ohlsen
Copy link

laiyi-ohlsen commented Feb 7, 2024

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?

  • CellWatch / GATech

Is there a relevant timeline?

  • n/a
@robertodauria
Copy link
Contributor

Was this closed by #177 ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants