Skip to content

Instantly share code, notes, and snippets.

@thuongtin
Last active March 24, 2020 03:57
Show Gist options
  • Save thuongtin/bcbc398b4697af49fb739b3441b4f0dd to your computer and use it in GitHub Desktop.
Save thuongtin/bcbc398b4697af49fb739b3441b4f0dd to your computer and use it in GitHub Desktop.
socsk 5 italy
function FindProxyForURL(url, host)
{
return "SOCKS5 192.168.68.120:8888; SOCKS 192.168.68.120:8888; DIRECT;";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment