socks-nginx-module
socks-nginx-module copied to clipboard
Add SOCKS5 authentication directives
rt
is there any directive?
and i want to use this module in openresty, how ?
No, there is no SOCKS authentication yet. To use it with OpenResty, build OpenResty from source and enable this module when configuring.
I am interested to sponsor if you can implement support for authentication enabled socks5 proxies in the form of:
socks5://username:password@host:port/
(same as per industry standard) Might be very useful.