Files
I2P_in_Private_Browsing_Mod…/android.pac

4 lines
73 B
JavaScript

function FindProxyForURL(url, host) {
return "PROXY 127.0.0.1:4444";
}