aboutsummaryrefslogtreecommitdiff
path: root/src/transport/test_transport_api_udp_nat_peer2.conf
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-06-09 13:13:05 +0000
committerChristian Grothoff <christian@grothoff.org>2011-06-09 13:13:05 +0000
commit39de47ee0338e636c0172236e4021ef491bff4e1 (patch)
tree61fe6cf46cd17a1334a2f926733a22f38257a9fb /src/transport/test_transport_api_udp_nat_peer2.conf
parent6f984f1d1915498a7d8b9cbae13a593c976b5f6e (diff)
downloadgnunet-39de47ee0338e636c0172236e4021ef491bff4e1.tar.gz
gnunet-39de47ee0338e636c0172236e4021ef491bff4e1.zip
moving NAT options into their own section
Diffstat (limited to 'src/transport/test_transport_api_udp_nat_peer2.conf')
-rw-r--r--src/transport/test_transport_api_udp_nat_peer2.conf4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/transport/test_transport_api_udp_nat_peer2.conf b/src/transport/test_transport_api_udp_nat_peer2.conf
index 26510b510..d702dc46d 100644
--- a/src/transport/test_transport_api_udp_nat_peer2.conf
+++ b/src/transport/test_transport_api_udp_nat_peer2.conf
@@ -1,11 +1,13 @@
1[transport-udp] 1[transport-udp]
2PORT = 22368 2PORT = 22368
3USE_LOCALADDR = YES
4
5[nat]
3BINDTO = 127.0.0.1 6BINDTO = 127.0.0.1
4BEHIND_NAT = NO 7BEHIND_NAT = NO
5ALLOW_NAT = YES 8ALLOW_NAT = YES
6EXTERNAL_ADDRESS = 127.0.0.1 9EXTERNAL_ADDRESS = 127.0.0.1
7INTERNAL_ADDRESS = 127.0.0.1 10INTERNAL_ADDRESS = 127.0.0.1
8USE_LOCALADDR = YES
9 11
10[fs] 12[fs]
11AUTOSTART = NO 13AUTOSTART = NO