Setup Tor Hidden Service on CentOS 7
Tor is provided by EPEL repository on CentOS 7. Install EPEL repo with command yum install epel-release Install tor yum install tor Edit tor config file vi /etc/tor/torrc Uncomment or add following lines HiddenServiceDir /var/lib/tor/hidden_service/ HiddenServicePort 80 127.0.0.1:80 Restart tor with command systemctl restart tor Now your tor hidden service is ready to use. You … Read more