Socks5 and HTTP proxy server based on nginx stream module implementation.
GNU General Public License v3.0
23
stars
1
forks
source link
second user defined by `socks_user_passwd` cannot be used if len(first_user_password) != len(second_user_password) #2
Open
muravjov opened 1 year ago
Having a config like
Second user gets an error with this curl command:
On the other hand, if the second password is
bbb
, notbbbb
in the config, everything work fine:How to reproduce:
The
nginx
is built from the ubuntu repo here https://nginx.org/en/linux_packages.html withThe
ngx_stream_socks_module
commit is used: