LinuxCommandLibrary

tor

Enable anonymous communication through the Tor network.

TLDR

Connect to the Tor network

$ tor
copy


View Tor configuration
$ tor --config
copy


Check Tor status
$ tor --status
copy


Run as client only
$ tor --client
copy


Run as relay
$ tor --relay
copy


Run as bridge
$ tor --bridge
copy


Run as a hidden service
$ tor --hidden-service
copy

Copied to clipboard