snippetbashTip
tor — Enable anonymous communication through the Tor network. More information: <https://manned.org/tor>.
Viewed 0 times
thetorcommandcommunicationclianonymousenablethrough
linux
Problem
How to use the
tor command: Enable anonymous communication through the Tor network. More information: <https://manned.org/tor>.Solution
tor — Enable anonymous communication through the Tor network. More information: <https://manned.org/tor>.Connect to the Tor network:
torView Tor configuration:
tor --configCheck Tor status:
tor --statusRun as client only:
tor --clientRun as relay:
tor --relayRun as bridge:
tor --bridgeRun as a hidden service:
tor --hidden-serviceCode Snippets
Connect to the Tor network
torView Tor configuration
tor --configCheck Tor status
tor --statusRun as client only
tor --clientRun as relay
tor --relayContext
tldr-pages: linux/tor
Revisions (0)
No revisions yet.