The Oracle
Regular Member
- Jan 13, 2007
- 210
- 148
I can get SOCKS5 to work with
It works fine with IP whitelisting.
However, how can I pass user and pass so that I may use it without IP whitelisting?
Code:
opts.add_argument(f'--proxy-server=socks5://IP:PORT')
It works fine with IP whitelisting.
However, how can I pass user and pass so that I may use it without IP whitelisting?