Last active
November 20, 2021 11:18
-
-
Save fzxu/06c9c577ab548915d6dc7cc3cc4dfbdc to your computer and use it in GitHub Desktop.
socks5
This file contains 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.86.88:12345"; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment