summaryrefslogtreecommitdiff
path: root/nodes
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2014-05-20 15:30:56 -0700
committerelijah <elijah@riseup.net>2014-05-20 15:30:56 -0700
commit95bb370640f5d5305ca49af09f94f18537646a41 (patch)
tree566c4d863734dae4b0293257aa0951af7b81d99c /nodes
parent40658fc1e44cee63440d873e7664a977124ef34f (diff)
fix tor nodes by removing hard-coded family
Diffstat (limited to 'nodes')
-rw-r--r--nodes/hippo.json3
-rw-r--r--nodes/rhino.json3
2 files changed, 2 insertions, 4 deletions
diff --git a/nodes/hippo.json b/nodes/hippo.json
index 0264908..7d6d9f4 100644
--- a/nodes/hippo.json
+++ b/nodes/hippo.json
@@ -8,7 +8,6 @@
},
"tor": {
// KB/s
- "bandwidth_rate": 100,
- "nickname": "hippo"
+ "bandwidth_rate": 100
}
}
diff --git a/nodes/rhino.json b/nodes/rhino.json
index 3fddd25..41b9021 100644
--- a/nodes/rhino.json
+++ b/nodes/rhino.json
@@ -8,8 +8,7 @@
"tor": {
// KB/s
"bandwidth_rate": 100,
- "type": "relay",
- "nickname": "rhino"
+ "type": "relay"
}
}