diff options
-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 } } |