Tor: Difference between revisions
imported>Onny mNo edit summary |
imported>Onny mNo edit summary |
||
Line 9: | Line 9: | ||
Tor relays work together to route internet traffic through the Tor network, using encrypted connections to maintain anonymity and privacy for users. Please consult the [https://community.torproject.org/relay Tor relay manual] about basic concepts and technical considerations. | Tor relays work together to route internet traffic through the Tor network, using encrypted connections to maintain anonymity and privacy for users. Please consult the [https://community.torproject.org/relay Tor relay manual] about basic concepts and technical considerations. | ||
The following minimal example will enable a Tor relay on the default port <code>9001</code> which will be opened on the [[Firewall|firewall]. Change <code>ContactInfo</code> and <code>Nickname</code> to your personal contact information which will be visible on the Tor network and to the public. Average bandwith usage will be limited with the <code>BandWithRate</code> setting. | The following minimal example will enable a Tor relay on the default port <code>9001</code> which will be opened on the [[Firewall|firewall]]. Change <code>ContactInfo</code> and <code>Nickname</code> to your personal contact information which will be visible on the Tor network and to the public. Average bandwith usage will be limited with the <code>BandWithRate</code> setting. | ||
<syntaxhighlight lang="nix"> | <syntaxhighlight lang="nix"> |