mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-27 22:03:31 +01:00
torrc: Fix docs links
This commit is contained in:
parent
331204e100
commit
07c9a0fabf
@ -10,7 +10,7 @@
|
|||||||
## for more options you can use in this file.
|
## for more options you can use in this file.
|
||||||
##
|
##
|
||||||
## Tor will look for this file in various places based on your platform:
|
## Tor will look for this file in various places based on your platform:
|
||||||
## https://www.torproject.org/docs/faq#torrc
|
## https://support.torproject.org/tbb/tbb-editing-torrc/
|
||||||
|
|
||||||
## Tor opens a SOCKS proxy on port 9050 by default -- even if you don't
|
## Tor opens a SOCKS proxy on port 9050 by default -- even if you don't
|
||||||
## configure one below. Set "SOCKSPort 0" if you plan to run Tor only
|
## configure one below. Set "SOCKSPort 0" if you plan to run Tor only
|
||||||
@ -78,7 +78,7 @@
|
|||||||
|
|
||||||
################ This section is just for relays #####################
|
################ This section is just for relays #####################
|
||||||
#
|
#
|
||||||
## See https://www.torproject.org/docs/tor-doc-relay for details.
|
## See https://community.torproject.org/relay for details.
|
||||||
|
|
||||||
## Required: what port to advertise for incoming Tor connections.
|
## Required: what port to advertise for incoming Tor connections.
|
||||||
#ORPort 9001
|
#ORPort 9001
|
||||||
@ -166,7 +166,7 @@
|
|||||||
## key fingerprint of each Tor relay you control, even if they're on
|
## key fingerprint of each Tor relay you control, even if they're on
|
||||||
## different networks. You declare it here so Tor clients can avoid
|
## different networks. You declare it here so Tor clients can avoid
|
||||||
## using more than one of your relays in a single circuit. See
|
## using more than one of your relays in a single circuit. See
|
||||||
## https://www.torproject.org/docs/faq#MultipleRelays
|
## https://support.torproject.org/relay-operators/multiple-relays/
|
||||||
## However, you should never include a bridge's fingerprint here, as it would
|
## However, you should never include a bridge's fingerprint here, as it would
|
||||||
## break its concealability and potentially reveal its IP/TCP address.
|
## break its concealability and potentially reveal its IP/TCP address.
|
||||||
##
|
##
|
||||||
@ -204,9 +204,9 @@
|
|||||||
## reject *:* or an accept *:*. Otherwise, you're _augmenting_ (prepending to)
|
## reject *:* or an accept *:*. Otherwise, you're _augmenting_ (prepending to)
|
||||||
## the default exit policy. Leave commented to just use the default, which is
|
## the default exit policy. Leave commented to just use the default, which is
|
||||||
## described in the man page or at
|
## described in the man page or at
|
||||||
## https://www.torproject.org/documentation.html
|
## https://support.torproject.org/relay-operators
|
||||||
##
|
##
|
||||||
## Look at https://www.torproject.org/faq-abuse.html#TypicalAbuses
|
## Look at https://support.torproject.org/abuse/exit-relay-expectations/
|
||||||
## for issues you might encounter if you use the default exit policy.
|
## for issues you might encounter if you use the default exit policy.
|
||||||
##
|
##
|
||||||
## If certain IPs and ports are blocked externally, e.g. by your firewall,
|
## If certain IPs and ports are blocked externally, e.g. by your firewall,
|
||||||
|
Loading…
Reference in New Issue
Block a user