Last active
May 12, 2020 07:59
-
-
Save ganboing/6c7645fdc47c57795a2e73edfef0b655 to your computer and use it in GitHub Desktop.
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 "SOCKS 192.168.0.10:1082"; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment