rofl0r / microsocks

tiny, portable SOCKS5 server with very moderate resource usage
Other
1.48k stars 266 forks source link

Configuration of the Proxy #56

Closed rezapoorzare1 closed 2 years ago

rezapoorzare1 commented 2 years ago

Hello there,

I hope that you are doing well. After cloning the folder, I try make command to make the files. Then, when I try to execute micrososcks -p 1080 I encounter the error "microsocks: command not found". What can be the problem?

Thanks a lot

rofl0r commented 2 years ago

run ./microsocks - to start unix commands one must either use full absolute or relative path, or put those binaries into $PATH list of directories..