Create android_proxy.js
This commit is contained in:
parent
906b713fc9
commit
00dfdf717d
4
scripts/android_proxy.js
Normal file
4
scripts/android_proxy.js
Normal 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));
|
||||
});
|
Loading…
Reference in New Issue
Block a user