summaryrefslogtreecommitdiff
path: root/doc/services/tor.md
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2016-08-29 22:55:41 -0700
committerelijah <elijah@riseup.net>2016-08-29 22:55:41 -0700
commit0a09a6e6f247729457d15480f8d2b9bb0b89ae5e (patch)
treeaec1e88cb9d8a4942068fb46333d5719ed5af79f /doc/services/tor.md
parent568688b5a7d17de26a275a2f6dde8bbd3054cdc6 (diff)
Updated (very out of date) docs and README.md
Diffstat (limited to 'doc/services/tor.md')
-rw-r--r--doc/services/tor.md32
1 files changed, 0 insertions, 32 deletions
diff --git a/doc/services/tor.md b/doc/services/tor.md
deleted file mode 100644
index e64b0fe0..00000000
--- a/doc/services/tor.md
+++ /dev/null
@@ -1,32 +0,0 @@
-@title = 'tor'
-@summary = 'Tor exit node or hidden service'
-
-Topology
-------------------------
-
-Nodes with `tor` service will run a Tor exit or hidden service, depending on what other service it is paired with:
-
-* `tor` + `openvpn`: when combined with `openvpn` nodes, `tor` will create a Tor exit node to provide extra cover traffic for the VPN. This can be especially useful if there are VPN gateways without much traffic.
-* `tor` + `webapp`: when combined with a `webapp` node, the `tor` service will make the webapp and the API available via .onion hidden service.
-* `tor` stand alone: a regular Tor exit node.
-
-If activated, you can list the hidden service .onion addresses this way:
-
- leap ls --print tor.hidden_service.address tor
-
-Then just add '.onion' to the end of the printed addresses.
-
-Configuration
-------------------------------
-
-* `tor.bandwidth_rate`: the max bandwidth allocated to Tor, in KB per second, when used as an exit node.
-
-For example:
-
- {
- "tor": {
- "bandwidth_rate": 6550
- }
- }
-
-