manadream / AndroidProxySetter

An android app that sets the proxy settings for a wifi access point by using adb
GNU General Public License v3.0
485 stars 97 forks source link

How to set pac file? #10

Open zcrself opened 8 years ago

zcrself commented 8 years ago

I have a autoproxy pac file, how to use it using this app?

manadream commented 8 years ago

There is currently no way to do so and I'm not sure it can be done easily as this changes the global proxy setting. What is your use case?

zcrself commented 8 years ago

I watch .googlevideo.com via one proxy server, meanwhile access .youtube.com via other proxy server. I want to split more channels via a various of proxies at Amazon Fire TV

manadream commented 8 years ago

I see. Yeah I don't know of a way to do that with this app as you can only change the global proxy setting with this. There is not a way to set certain proxies to be used with certain hostnames. You might be able to just modify the hosts file on the phone itself, if you have root, to accomplish this. Otherwise, it would take some investigation to see how this might be done on an Android device.