salarcode / SmartProxy

Firefox/Chrome browser extension. SmartProxy will automatically enable/disable proxy for the sites you visit, based on customizable patterns.
https://addons.mozilla.org/en-US/firefox/addon/smartproxy/
GNU General Public License v3.0
1.93k stars 117 forks source link

Select the type of imported proxies. #329

Closed Nodenes closed 10 months ago

Nodenes commented 10 months ago

All added lists of proxy are marked as HTTP. Is it possible to add lists with SOCKS4|5?

salarcode commented 10 months ago

Yes it can, the format of text file is host:port [protocol] [name] [username] [password]

which [protocol] can be SOCKS5 or SOCKS4 too