SuppSandroB/sandrop

Where do you allow local connections to bypass the proxy?

Opened this issue · 1 comments

When I enable drony, it crashes my connection (and therefore the phone) on the Genymotion emulator, and I have to restart. This is because it blocks the connection (local network on my laptop IP is 192.168.56.1, local network address of the phone is 192.168.56.120)..

How do you I allow for this connection to bypass Drony's 'vpn'? I've tried direct filters, I've tried local dns mapping, I've tried anything that sounds like it may work. Any ideas?

adb shell settings put global http_proxy 127.0.0.1:8008

I used this command to set phone global proxy. It works for me.