diff options
author | varac <varacanero@zeromail.org> | 2013-03-05 12:22:20 +0100 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2013-03-05 12:22:20 +0100 |
commit | 69f31435c9acadc8b7a7b7b779bbffd1bcfbc66a (patch) | |
tree | 41044526395613ded706029a860f5669d1809df6 /nodes | |
parent | 4add18548822cc212c389467ca7a745d99db12fa (diff) |
lowered alligator's tor bandwidthrate
Diffstat (limited to 'nodes')
-rw-r--r-- | nodes/aligator.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nodes/aligator.json b/nodes/aligator.json index cafe4c9..b51c4c7 100644 --- a/nodes/aligator.json +++ b/nodes/aligator.json @@ -2,14 +2,14 @@ "services": [ "openvpn", "tor" ], "tor": { "type": "exit", - "nickname": "alligator" + "nickname": "alligator", + "bandwidth_rate": "3000" }, "ip_address": "176.53.69.121", "interface": "eth0", "tags": "production", "openvpn": { "gateway_address": "176.53.69.123", - "allow_free": false, "filter_dns": true } } |