aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-11-02 10:18:43 +0000
committerChristian Grothoff <christian@grothoff.org>2012-11-02 10:18:43 +0000
commit2100eaeefbccd6cb2b6f952320092542f82a2051 (patch)
treef99aedfdd37965aab0ad14f7eb4c24ca1a5ad1cb /src
parent9f452fedfc81d150fb7954732175787b8713682e (diff)
downloadgnunet-2100eaeefbccd6cb2b6f952320092542f82a2051.tar.gz
gnunet-2100eaeefbccd6cb2b6f952320092542f82a2051.zip
-use loopback
Diffstat (limited to 'src')
-rw-r--r--src/fs/test_fs_defaults.conf3
-rw-r--r--src/stream/test_stream_local.conf3
2 files changed, 5 insertions, 1 deletions
diff --git a/src/fs/test_fs_defaults.conf b/src/fs/test_fs_defaults.conf
index d1c4d8292..001f24350 100644
--- a/src/fs/test_fs_defaults.conf
+++ b/src/fs/test_fs_defaults.conf
@@ -19,7 +19,8 @@ BEHIND_NAT = NO
19ALLOW_NAT = NO 19ALLOW_NAT = NO
20INTERNAL_ADDRESS = 127.0.0.1 20INTERNAL_ADDRESS = 127.0.0.1
21EXTERNAL_ADDRESS = 127.0.0.1 21EXTERNAL_ADDRESS = 127.0.0.1
22USE_LOCALADDR = NO 22USE_LOCALADDR = YES
23RETURN_LOCAL_ADDRESSES = YES
23 24
24[arm] 25[arm]
25PORT = 4366 26PORT = 4366
diff --git a/src/stream/test_stream_local.conf b/src/stream/test_stream_local.conf
index b718c01ee..5e4ccc519 100644
--- a/src/stream/test_stream_local.conf
+++ b/src/stream/test_stream_local.conf
@@ -83,3 +83,6 @@ AUTOSTART = NO
83 83
84[vpn] 84[vpn]
85AUTOSTART = NO 85AUTOSTART = NO
86
87[nat]
88RETURN_LOCAL_ADDRESSES = YES