Create android_proxy.js

This commit is contained in:
iddoeldor 2018-11-21 16:03:41 +02:00 committed by GitHub
parent 906b713fc9
commit 00dfdf717d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

4
scripts/android_proxy.js Normal file
View File

@ -0,0 +1,4 @@
// open proxy (not working)
Java.perform(function() {
Java.use('android.net.Proxy').setHttpProxySystemProperty(Java.use('android.net.ProxyInfo').buildDirectProxy('1.0.0.1', 8081));
});