Last active
June 23, 2021 08:17
-
-
Save StanislavMayorov/b469ea6128a57b558b935abd8a2c797e to your computer and use it in GitHub Desktop.
ios proxy SOCKS
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.31.15:8889"; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment