socks5 icon indicating copy to clipboard operation
socks5 copied to clipboard

[feature request] multiple user/pass or custom authentication handler

Open bobbaker6667 opened this issue 3 years ago • 3 comments

Could you please provide an example of how to implement a custom user/pass authentication handler function so that people can run a socks5 server with multiple username / password combinations?

bobbaker6667 avatar Jan 11 '23 04:01 bobbaker6667

Just use small API to build your own server.

more about socks5: https://www.txthinking.com/talks/articles/socks5-and-http-proxy-en.article https://www.youtube.com/watch?v=sBCB-X7BoP8

txthinking avatar Jan 14 '23 23:01 txthinking

what is small api and where do i find it? i want to make this support multiple outgoing and username/password, and able to configure it without restarting the server

DevilLord41 avatar May 09 '23 14:05 DevilLord41