diff options
author | varac <varacanero@zeromail.org> | 2013-02-07 00:32:02 +0100 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2013-02-07 00:32:02 +0100 |
commit | d2715da33020b651948a994c58900ef51cc997e2 (patch) | |
tree | 280328e506c19371248934962a1bbbdcb94c3ab8 | |
parent | b69b03e69b5d261ab546d50c8cc51eaa6c6f0889 (diff) |
aligator: tor exit node
-rw-r--r-- | provider/nodes/aligator.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/provider/nodes/aligator.json b/provider/nodes/aligator.json index 312ac3b..55febdc 100644 --- a/provider/nodes/aligator.json +++ b/provider/nodes/aligator.json @@ -1,5 +1,8 @@ { "services": [ "openvpn", "tor" ], + "tor": { + "type": "exit" + }, "ip_address": "176.53.69.120", "interface": "eth0", "tags": "production", |