-
Notifications
You must be signed in to change notification settings - Fork 2
monkey patch limited socks5 support into python socket
License
kbatten/python-socks5-socket
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Just a basic monkey patch to give socks5 support to python sockets. Usage: Set the socks_proxy os environment variable. Import it before anything else that will be using sockets. If the environment variable isn't set, then no proxying will occur socks_proxy="<DESTPORT1,DESTPORT2,...,DESTPORTN:>[username[:password]@]<PROXYHOST:><PROXYPORT>" Caveats: only supports ipv4 only supports socks5 user/pass auth has not been tested if socks_proxy env variable is set, all socket connections on that port will use it
About
monkey patch limited socks5 support into python socket
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published