Skip to content

Instantly share code, notes, and snippets.

@StanislavMayorov
Last active June 23, 2021 08:17
Show Gist options
  • Save StanislavMayorov/b469ea6128a57b558b935abd8a2c797e to your computer and use it in GitHub Desktop.
Save StanislavMayorov/b469ea6128a57b558b935abd8a2c797e to your computer and use it in GitHub Desktop.
ios proxy SOCKS
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