Changeset c172176 in trunk
- Timestamp:
- 2016-09-02T16:18:47Z (9 years ago)
- Branches:
- master
- Children:
- 0116c96
- Parents:
- d0da17a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified docs/configuration.rst ¶
rd0da17a rc172176 337 337 ``reveal-IP-address = (boolean, optional, defaults to True)`` 338 338 339 This is a safety flag. If False, any of the following configuration 340 problems will cause ``tahoe start`` to throw a PrivacyError instead of 341 starting the node: 339 This is a safety flag. When set to False (aka "private mode"), the node 340 will refuse to start if any of the other configuration options would 341 reveal the node's IP address to servers or the external network. This 342 flag does not directly affect the node's behavior: its only power is to 343 veto node startup when something looks unsafe. 344 345 The default is True (non-private mode), because setting it to False 346 requires the installation of additional libraries (use ``pip install 347 tahoe-lafs[tor]`` and/or ``pip install tahoe-lafs[i2p]`` to get them) as 348 well as additional non-python software (Tor/I2P daemons). Performance is 349 also generally reduced when operating in private mode. 350 351 When False, any of the following configuration problems will cause 352 ``tahoe start`` to throw a PrivacyError instead of starting the node: 342 353 343 354 * ``[node] tub.location`` contains any ``tcp:`` hints … … 348 359 * ``[connections] tcp =`` is set to ``tcp`` (or left as the default), 349 360 rather than being set to ``tor`` 350 351 These configuration problems would reveal the node's IP address to352 servers and external networks.353 361 354 362
Note: See TracChangeset
for help on using the changeset viewer.