remove non ascii whitespaces
This commit is contained in:
parent
598a10bc28
commit
5a6d6c4d13
117 changed files with 1928 additions and 1928 deletions
|
@ -10,15 +10,15 @@ Users of the Tor network run an onion proxy software on their machines, which pr
|
|||
As an overlay network it is similiar to [i2p](../internet/I2P.md).
|
||||
|
||||
## Usage
|
||||
Start/enable `tor.service`. Alternatively, launch it with `sudo -u tor /usr/bin/tor`.
|
||||
Start/enable `tor.service`. Alternatively, launch it with `sudo -u tor /usr/bin/tor`.
|
||||
|
||||
To use a program over Tor, configure it to use `127.0.0.1` or `localhost` as a SOCKS5 proxy, with port `9050` for plain Tor with standard settings.
|
||||
To use a program over Tor, configure it to use `127.0.0.1` or `localhost` as a SOCKS5 proxy, with port `9050` for plain Tor with standard settings.
|
||||
|
||||
The proxy supports remote DNS resolution: use `socks5**h**://localhost:9050` for DNS resolution from the exit node (instead of `socks5` for a local DNS resolution).
|
||||
The proxy supports remote DNS resolution: use `socks5**h**://localhost:9050` for DNS resolution from the exit node (instead of `socks5` for a local DNS resolution).
|
||||
|
||||
## Configuration
|
||||
|
||||
Tor reads its configurations from the file `/etc/tor/torrc` by default, or if the latter is not found, from `$HOME/.torrc`. The configuration options are explained on the [Tor website](https://torproject.org/docs/tor-manual.html.en). The default configuration should work fine for most Tor users.
|
||||
Tor reads its configurations from the file `/etc/tor/torrc` by default, or if the latter is not found, from `$HOME/.torrc`. The configuration options are explained on the [Tor website](https://torproject.org/docs/tor-manual.html.en). The default configuration should work fine for most Tor users.
|
||||
|
||||
## Hidden Services
|
||||
Hidden Services are web services behind an onion domain.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue