diff options
author | kwadronaut <kwadronaut@leap.se> | 2013-11-09 20:37:51 +0100 |
---|---|---|
committer | kwadronaut <kwadronaut@leap.se> | 2013-11-09 20:37:51 +0100 |
commit | 4f9fdd82794a43d6e2b7386fca00736d2f94a60c (patch) | |
tree | 05fa61ea52535ca7d3b65e0928680e847d4d181a | |
parent | 938528cc387a453ba3a71a596dba6a404999b09d (diff) |
add tor bandwidth limitation and nickname rhino
-rw-r--r-- | nodes/rhino.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/nodes/rhino.json b/nodes/rhino.json index 45e0962..84ff11f 100644 --- a/nodes/rhino.json +++ b/nodes/rhino.json @@ -5,4 +5,11 @@ "development", "hongkong" ] + "tor": { + // KB/s + "bandwidth_rate": 100, + "type": "relay", + "nickname": "hippo" + } + } |