Created
December 16, 2018 13:50
-
-
Save moenn/ca685f1888f72f4a283c635c85d98759 to your computer and use it in GitHub Desktop.
requests using socks5
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
``` | |
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