summaryrefslogtreecommitdiff
path: root/nodes
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2013-02-27 23:49:35 -0800
committerelijah <elijah@riseup.net>2013-02-27 23:49:35 -0800
commita25e09a31bba975bfb09a05106f4c34ac89d996e (patch)
treeeb761d3e32bb35144b8c0356d2ec78f74cd14e2f /nodes
parentf694176bcd5fbc28e55a64e59e0b4a864121a249 (diff)
added support for free service level.
Diffstat (limited to 'nodes')
-rw-r--r--nodes/aligator.json3
-rw-r--r--nodes/vpn1.json2
2 files changed, 4 insertions, 1 deletions
diff --git a/nodes/aligator.json b/nodes/aligator.json
index d647d30..cafe4c9 100644
--- a/nodes/aligator.json
+++ b/nodes/aligator.json
@@ -2,13 +2,14 @@
"services": [ "openvpn", "tor" ],
"tor": {
"type": "exit",
- "nickname": "alligator"
+ "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
}
}
diff --git a/nodes/vpn1.json b/nodes/vpn1.json
index 12e01d6..5386ac5 100644
--- a/nodes/vpn1.json
+++ b/nodes/vpn1.json
@@ -4,6 +4,8 @@
"interface": "eth0",
"openvpn": {
"gateway_address": "10.5.5.46",
+ "free_gateway_address": "10.5.5.47",
+ "allow_free": true,
"filter_dns": true
}
}