Alexander Bykov
Alexander Bykov
You can setup static routing for sites that need to work through VPN. As example - http://stackoverflow.com/questions/4743235/selectively-route-traffic-through-vpn-on-ubuntu, http://superuser.com/questions/612111/vpn-force-a-selective-range-of-ip-to-run-on-vpn-linux.
samuel4711, try this: sniproxy.conf ``` atv-ext\.amazon\.com * atv-ps\.amazon\.com * ``` bind zones.override ``` zone "atv-ext.amazon.com." { type master; file "/etc/bind/db.override"; }; zone "atv-ps.amazon.com." { type master; file "/etc/bind/db.override"; }; ```...
You need to have standalone IP for every service that you want to pass through proxy to android app: http://trick77.com/2014/04/02/netflix-dns-unblocking-without-sni-xbox-360-ps3-samsung-tv/