suuhm / unblock-proxy.sh

All-in-one script /w admin-webinterface to offer your own SmartDNS or SmartGateway -proxy. For your entire network! The swiss army knife in geoblocking/censorship.
https://proxycheck.coldwareveryday.com
GNU General Public License v2.0
53 stars 14 forks source link

Use SOCKS5 proxy with credentials #5

Open anatomism opened 1 year ago

anatomism commented 1 year ago

I'm currently testing this out and it seems to work well. Thanks @suuhm for creating!

I'm looking to use a SOCKS5 proxy (proxychains) with credentials (user/pass), but it doesn't seem to work and then reading proxychains.conf it does say

# TODO: ONLY OPEN PROXY. 
# NO CREDS YET SUPPPORTED IN AUTOMATIC MODE!!

Do you have any pointers - I'm trying to make it work with IP Vanish

Thanks

suuhm commented 1 year ago

Yeah, its possible. So just add your ipvanish proxy to proxychains config like this:

Socks5 ipvaniship port username pssword

Hope this helps