Seji64 / SniDust

SmartDNS Proxy to hide your GeoLocation. Based on DnsDist and nginx
GNU General Public License v3.0
156 stars 43 forks source link

Question: Different location depending on domain/service? #39

Closed aurelienlux closed 9 months ago

aurelienlux commented 9 months ago

Hello,

I would like to be able to access streaming services from both the UK and France (while not being located in either country), and possibly the US too. And I already have either cloud servers or VPN accesses (that I can run in a Docker container or if needed in a VM to "emulate* a VPS) with valid IPs for all the different services I want to be able to access. I also understand how SniDust works when you only want to spoof one location.

So my question is, if possible how could I route requests through different locations based on domain lists (i.e. UK IP for the BBC for example and French IP for Molotov)?

Thanks in advance for any help or pointers

Seji64 commented 9 months ago

Is Not possible and is also a bit out of scope for this project. Better approach would be some Kind of load Balancer (eg. Dnsdist) which Distributes your DNS queries to your SniDust instances.