Last active
March 24, 2020 03:57
-
-
Save thuongtin/bcbc398b4697af49fb739b3441b4f0dd to your computer and use it in GitHub Desktop.
socsk 5 italy
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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