As someone else already reported in this thread, the app will deliver a proxy pac config file when you hit
http://13.37.13.37:8080 from a web browser when you're connected via the ad hoc WiFi network. Here's the contents:
Code:
function FindProxyForURL(url,host) { return "SOCKS 13.37.13.37:8888"; }
Doubt it would work setting
http://13.37.13.37:8080 as the auto proxy config URL since it returns the correct IP but the wrong port for the SOCKS proxy server. Looks like the dev didn't spend too much time messing with that part of the proxy code.