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

Geolocation specific redirect #1735

Closed
mvandenabeele opened this issue Mar 29, 2023 · 1 comment
Closed

Geolocation specific redirect #1735

mvandenabeele opened this issue Mar 29, 2023 · 1 comment
Labels

Comments

@mvandenabeele
Copy link

Device-specific redirects are a nice feature. Would it be possible to add geolocation based redirects as well? It would be great if American users could use an American server to download files, while European users could use a server closer to them.

Thanks for the work that has been put in. Shlink is a nice tool to gain insight in our downloads.

@acelaya
Copy link
Member

acelaya commented Mar 29, 2023

That's one task that you usually don't want to handle through the URL shortener itself.

There are services better suited for this, like CDNs, which allow you to dynamically redirect traffic to different infrastructure based on proximity, at a DNS level.

Even if Shlink was able to do this, you would still need some mechanism to achieve the same for Shlink itself.

So at the end of the day it falls out of Shlink's logical scope, it's mostly an edge case, and would introduce a lot of complexity.

@acelaya acelaya closed this as not planned Won't fix, can't repro, duplicate, stale Mar 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Archived in project
Development

No branches or pull requests

2 participants