aboutsummaryrefslogtreecommitdiff
path: root/src/mesh
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesh')
-rw-r--r--src/mesh/mesh.conf.in1
-rw-r--r--src/mesh/test_mesh.conf1
-rw-r--r--src/mesh/test_mesh_2dtorus.conf1
-rw-r--r--src/mesh/test_mesh_path.conf1
-rw-r--r--src/mesh/test_mesh_small.conf1
5 files changed, 0 insertions, 5 deletions
diff --git a/src/mesh/mesh.conf.in b/src/mesh/mesh.conf.in
index 83b45c786..fd3fced12 100644
--- a/src/mesh/mesh.conf.in
+++ b/src/mesh/mesh.conf.in
@@ -3,7 +3,6 @@ AUTOSTART = YES
3@UNIXONLY@ PORT = 2096 3@UNIXONLY@ PORT = 2096
4HOSTNAME = localhost 4HOSTNAME = localhost
5HOME = $SERVICEHOME 5HOME = $SERVICEHOME
6CONFIG = $DEFAULTCONFIG
7BINARY = gnunet-service-mesh 6BINARY = gnunet-service-mesh
8ACCEPT_FROM = 127.0.0.1; 7ACCEPT_FROM = 127.0.0.1;
9ACCEPT_FROM6 = ::1; 8ACCEPT_FROM6 = ::1;
diff --git a/src/mesh/test_mesh.conf b/src/mesh/test_mesh.conf
index e3fd00037..d8bdd7a13 100644
--- a/src/mesh/test_mesh.conf
+++ b/src/mesh/test_mesh.conf
@@ -72,7 +72,6 @@ WEAKRANDOM = YES
72HOSTKEY = $SERVICEHOME/.hostkey 72HOSTKEY = $SERVICEHOME/.hostkey
73 73
74[PATHS] 74[PATHS]
75DEFAULTCONFIG = test_mesh.conf
76SERVICEHOME = /tmp/test-mesh/ 75SERVICEHOME = /tmp/test-mesh/
77 76
78[dns] 77[dns]
diff --git a/src/mesh/test_mesh_2dtorus.conf b/src/mesh/test_mesh_2dtorus.conf
index 0d15ea509..b6291fff5 100644
--- a/src/mesh/test_mesh_2dtorus.conf
+++ b/src/mesh/test_mesh_2dtorus.conf
@@ -1,6 +1,5 @@
1[PATHS] 1[PATHS]
2SERVICEHOME = /tmp/test_mesh_small/ 2SERVICEHOME = /tmp/test_mesh_small/
3DEFAULTCONFIG = test_mesh_small.conf
4 3
5[arm] 4[arm]
6PORT = 10010 5PORT = 10010
diff --git a/src/mesh/test_mesh_path.conf b/src/mesh/test_mesh_path.conf
index 82bb3e02a..5ac9710d4 100644
--- a/src/mesh/test_mesh_path.conf
+++ b/src/mesh/test_mesh_path.conf
@@ -69,7 +69,6 @@ WEAKRANDOM = YES
69HOSTKEY = $SERVICEHOME/.hostkey 69HOSTKEY = $SERVICEHOME/.hostkey
70 70
71[PATHS] 71[PATHS]
72DEFAULTCONFIG = test_mesh.conf
73SERVICEHOME = /tmp/test-mesh/ 72SERVICEHOME = /tmp/test-mesh/
74 73
75[dns] 74[dns]
diff --git a/src/mesh/test_mesh_small.conf b/src/mesh/test_mesh_small.conf
index 8c0a5f88e..2277a9a76 100644
--- a/src/mesh/test_mesh_small.conf
+++ b/src/mesh/test_mesh_small.conf
@@ -1,6 +1,5 @@
1[PATHS] 1[PATHS]
2SERVICEHOME = /tmp/test_mesh_small/ 2SERVICEHOME = /tmp/test_mesh_small/
3DEFAULTCONFIG = test_mesh_small.conf
4 3
5[mesh] 4[mesh]
6PORT = 10005 5PORT = 10005