Skip to content

Instantly share code, notes, and snippets.

@farukuzun
Forked from sahal/proxy.pac
Last active April 15, 2020 19:30
Show Gist options
  • Save farukuzun/d191bfca0d18f32608c2c0e3e812b0b8 to your computer and use it in GitHub Desktop.
Save farukuzun/d191bfca0d18f32608c2c0e3e812b0b8 to your computer and use it in GitHub Desktop.
Proxy Auto Configuration - SOCKS5 Sample
function FindProxyForURL(url, host)
{
return "SOCKS5 192.168.8.141:8080;";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment