diff options
author | rl1987 <rl1987@sdf.lonestar.org> | 2018-09-02 21:06:34 +0300 |
---|---|---|
committer | rl1987 <rl1987@sdf.lonestar.org> | 2018-09-02 21:06:34 +0300 |
commit | 5db6cf7cbd4761d7bef3b280af473ef5d9d14624 (patch) | |
tree | ab31737c53f6a176fe35f902c5d406ce4a69b34c /doc/tor.1.txt | |
parent | 1c62adb65baa99c92f937318c452955306301643 (diff) | |
download | tor-5db6cf7cbd4761d7bef3b280af473ef5d9d14624.tar.gz tor-5db6cf7cbd4761d7bef3b280af473ef5d9d14624.zip |
In manpage, warn about combination of MyFamily and BridgeRelay being bad
Diffstat (limited to 'doc/tor.1.txt')
-rw-r--r-- | doc/tor.1.txt | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/doc/tor.1.txt b/doc/tor.1.txt index 7b6c21a74e..37c97dc3fa 100644 --- a/doc/tor.1.txt +++ b/doc/tor.1.txt @@ -1803,7 +1803,10 @@ is non-zero): Sets the relay to act as a "bridge" with respect to relaying connections from bridge users to the Tor network. It mainly causes Tor to publish a server descriptor to the bridge database, rather than - to the public directory authorities. + to the public directory authorities. + + + + Note: make sure that no MyFamily lines are present in your torrc when + relay is configured in bridge mode. [[BridgeDistribution]] **BridgeDistribution** __string__:: If set along with BridgeRelay, Tor will include a new line in its @@ -2060,7 +2063,10 @@ is non-zero): nickname: fingerprints are more reliable. + + If you run more than one relay, the MyFamily option on each relay - **must** list all other relays, as described above. + **must** list all other relays, as described above. + + + + Note: do not use MyFamily when configuring your Tor instance as a + brigde. [[Nickname]] **Nickname** __name__:: Set the server's nickname to \'name'. Nicknames must be between 1 and 19 |