diff options
| -rw-r--r-- | nodes/hippo.json | 3 | ||||
| -rw-r--r-- | nodes/rhino.json | 3 |
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" } } |
