I'm trying to install tor server on TorServer computer and I like to use it on other machine in the network.
For example, in TorServer I can do
curl --socks5 localhost:9050 somewebsite.com
I like to do something like this on otherComputer
curl --socks5 TorServer:9050 somewebsite.com
How do I do this?