Commit graph

6 commits

Author SHA1 Message Date
48490689f3 README: Remind user (me) to install setuptools 2024-05-17 19:56:20 -05:00
5028d7a4bf README: Fix embarrassing typo 2024-01-22 19:32:37 -06:00
cf2a50ba93 Add generic SOCKS proxy support, variable renaming
Now you can run your workers through a SOCKS proxy with the -S flag!
Authentication at the command-line through fully-qualified URLs as well
as interactive authentication are now supported.

I may revert the try/except block in LinodeProxy's constructor should it
be found to be non-advantageous in further testing.  Performance in
creating large quantities of Linode proxies is still dog slow, may use
concurrent.futures to speed this up in the future (hah) -- this will
require a major rework of the downloader main().
2024-01-16 05:28:14 -06:00
950b695f47 add "Contributing" to README 2024-01-16 05:28:14 -06:00
5c1971956e README: image fix 2024-01-16 05:28:14 -06:00
0007acad90 initial commit 2024-01-16 05:28:07 -06:00