summaryrefslogtreecommitdiff
path: root/nodes/snail.json
diff options
context:
space:
mode:
Diffstat (limited to 'nodes/snail.json')
-rw-r--r--nodes/snail.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/nodes/snail.json b/nodes/snail.json
new file mode 100644
index 0000000..a973ad1
--- /dev/null
+++ b/nodes/snail.json
@@ -0,0 +1,15 @@
+{
+ "services": [ "openvpn", "tor" ],
+ "tor": {
+ "type": "exit",
+ "nickname": "snail"
+ },
+ "ip_address": "176.53.69.14",
+ "interface": "eth0",
+ "tags": "development",
+ "openvpn": {
+ "gateway_address": "176.53.69.19",
+ "allow_free": false,
+ "filter_dns": true
+ }
+}