aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/test_mesh_path.conf
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2012-07-13 11:37:37 +0000
committerBart Polot <bart@net.in.tum.de>2012-07-13 11:37:37 +0000
commit67d0b8c3b28df35e5a1ce6c45205cbc2b0672ac2 (patch)
tree084f50c9ea383250e5156173978c79a9edd67ba3 /src/mesh/test_mesh_path.conf
parent29d18056622e35e1f86dd4a5130039dbb6e81afe (diff)
downloadgnunet-67d0b8c3b28df35e5a1ce6c45205cbc2b0672ac2.tar.gz
gnunet-67d0b8c3b28df35e5a1ce6c45205cbc2b0672ac2.zip
- fix tests in offline situations
Diffstat (limited to 'src/mesh/test_mesh_path.conf')
-rw-r--r--src/mesh/test_mesh_path.conf10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/mesh/test_mesh_path.conf b/src/mesh/test_mesh_path.conf
index c3d8a2c93..82bb3e02a 100644
--- a/src/mesh/test_mesh_path.conf
+++ b/src/mesh/test_mesh_path.conf
@@ -40,6 +40,16 @@ PORT = 12365
40WAN_QUOTA_OUT = 3932160 40WAN_QUOTA_OUT = 3932160
41WAN_QUOTA_IN = 3932160 41WAN_QUOTA_IN = 3932160
42 42
43[nat]
44DISABLEV6 = YES
45BINDTO = 127.0.0.1
46ENABLE_UPNP = NO
47BEHIND_NAT = NO
48ALLOW_NAT = NO
49INTERNAL_ADDRESS = 127.0.0.1
50EXTERNAL_ADDRESS = 127.0.0.1
51RETURN_LOCAL_ADDRESSES = YES
52
43[core] 53[core]
44PORT = 12092 54PORT = 12092
45 55