Skip to content

Instantly share code, notes, and snippets.

@moenn
Created December 16, 2018 13:50
Show Gist options
  • Save moenn/ca685f1888f72f4a283c635c85d98759 to your computer and use it in GitHub Desktop.
Save moenn/ca685f1888f72f4a283c635c85d98759 to your computer and use it in GitHub Desktop.
requests using socks5
```
PROXIES = {
"http": "socks5h://127.0.0.1:1080",
"https": "socks5h://127.0.0.1:1080"
}
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment