Last active
June 16, 2021 00:08
-
-
Save Colk-tech/3fb585c65503817fdb0a07e0ba4d63b1 to your computer and use it in GitHub Desktop.
iOSでもSocksが使いたい!
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 172.16.226.147:1080"; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment