aboutsummaryrefslogtreecommitdiff
path: root/src/transport/test_transport_api_udp_nat_peer1.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_peer1.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_peer1.conf')
-rw-r--r--src/transport/test_transport_api_udp_nat_peer1.conf4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/transport/test_transport_api_udp_nat_peer1.conf b/src/transport/test_transport_api_udp_nat_peer1.conf
index d65f9ca6d..ca2ee63ad 100644
--- a/src/transport/test_transport_api_udp_nat_peer1.conf
+++ b/src/transport/test_transport_api_udp_nat_peer1.conf
@@ -1,12 +1,14 @@
1[transport-udp] 1[transport-udp]
2PORT = 12368 2PORT = 12368
3USE_LOCALADDR = YES
4
5[nat]
3BEHIND_NAT = YES 6BEHIND_NAT = YES
4BINDTO = 127.0.0.1 7BINDTO = 127.0.0.1
5ALLOW_NAT = NO 8ALLOW_NAT = NO
6ONLY_NAT_ADDRESSES = YES 9ONLY_NAT_ADDRESSES = YES
7INTERNAL_ADDRESS = 127.0.0.1 10INTERNAL_ADDRESS = 127.0.0.1
8EXTERNAL_ADDRESS = 127.0.0.1 11EXTERNAL_ADDRESS = 127.0.0.1
9USE_LOCALADDR = YES
10 12
11[fs] 13[fs]
12AUTOSTART = NO 14AUTOSTART = NO