Skip to content

Instantly share code, notes, and snippets.

@Colk-tech
Last active June 16, 2021 00:08
Show Gist options
  • Save Colk-tech/3fb585c65503817fdb0a07e0ba4d63b1 to your computer and use it in GitHub Desktop.
Save Colk-tech/3fb585c65503817fdb0a07e0ba4d63b1 to your computer and use it in GitHub Desktop.
iOSでもSocksが使いたい!
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