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)?
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.
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