summaryrefslogtreecommitdiff
path: root/nodes
diff options
context:
space:
mode:
authorkwadronaut <kwadronaut@leap.se>2017-06-06 10:53:36 +0200
committerkwadronaut <kwadronaut@leap.se>2017-06-06 16:28:29 +0200
commit679f5ba2eb0181828eec944817e780e67cfb55b1 (patch)
tree2288411d79edf26f5602fba34e25097ed9b42898 /nodes
parenta5a6645efad61874f680331cbd689743e8c71f20 (diff)
mixnets service
Diffstat (limited to 'nodes')
-rw-r--r--nodes/idefix.json4
-rw-r--r--nodes/pano.json3
-rw-r--r--nodes/ramix.json3
3 files changed, 8 insertions, 2 deletions
diff --git a/nodes/idefix.json b/nodes/idefix.json
new file mode 100644
index 0000000..f8155ad
--- /dev/null
+++ b/nodes/idefix.json
@@ -0,0 +1,4 @@
+{
+ "ip_address": "217.197.90.63",
+ "services": "mixnet"
+}
diff --git a/nodes/pano.json b/nodes/pano.json
index aa1929c..3654ea6 100644
--- a/nodes/pano.json
+++ b/nodes/pano.json
@@ -1,3 +1,4 @@
{
- "ip_address": "37.218.240.163"
+ "ip_address": "37.218.240.163",
+ "services": "mixnet"
}
diff --git a/nodes/ramix.json b/nodes/ramix.json
index d804b43..d63e0c1 100644
--- a/nodes/ramix.json
+++ b/nodes/ramix.json
@@ -1,3 +1,4 @@
{
- "ip_address": "199.119.112.92"
+ "ip_address": "199.119.112.92",
+ "services": "mixnet"
}