diff options
Diffstat (limited to 'nodes/aligator.json')
-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 b51c4c7..cafe4c9 100644 --- a/nodes/aligator.json +++ b/nodes/aligator.json @@ -2,14 +2,14 @@ "services": [ "openvpn", "tor" ], "tor": { "type": "exit", - "nickname": "alligator", - "bandwidth_rate": "3000" + "nickname": "alligator" }, "ip_address": "176.53.69.121", "interface": "eth0", "tags": "production", "openvpn": { "gateway_address": "176.53.69.123", + "allow_free": false, "filter_dns": true } } |