Hacker News new | ask | show | jobs
by benologist 3745 days ago
The unblocker services use a DNS server to present you as being from another location, Netflix is only making it hard to pirate without incurring the bandwidth costs too - we were only paying $2/month to adfreetime.com for 3 people.
1 comments

DNS doesn't work that way.

What these DNS-based unblocking services do is to selectively point certain hostnames to their own IPs, where they run TCP tunnels to the actual service.

It sounds like it'd be very easy for Netflix to put a stop to this - they just need to make their webpage / app / whatever check the IP their certain hostnames lookup to and if it's not the whitelisted addresses it refuses to work.

Or (much simpler) use actual IPs rather than hostnames. They can still dynamically change the IPs at will by updating their web code, so it's not hugely worse than using hostnames.

Yeah. I hope they don't :).
Thanks for clarifying.