diff options
author | Micah Anderson <micah@riseup.net> | 2016-11-10 19:35:54 -0500 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2016-11-10 19:35:54 -0500 |
commit | 0c28d949a389a2ecccab0e14cac0ae04a5f0b5e3 (patch) | |
tree | bae8567b9f806dc8684fbd9d5742838a5b272089 | |
parent | 97f6992553638874c1fd7e8af45605700bfdeb5b (diff) |
add details about tor.type
-rw-r--r-- | pages/docs/platform/services/tor.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pages/docs/platform/services/tor.md b/pages/docs/platform/services/tor.md index e64b0fe..e17cc47 100644 --- a/pages/docs/platform/services/tor.md +++ b/pages/docs/platform/services/tor.md @@ -20,6 +20,7 @@ Configuration ------------------------------ * `tor.bandwidth_rate`: the max bandwidth allocated to Tor, in KB per second, when used as an exit node. +* `tor.type`: what type of tor node to make, at this moment only 'exit' is supported. If not specified, acts as a relay. For example: |