remove port from transport section because it was getting in the way of making sense...
[oweals/gnunet.git] / src / transport / test_transport_api_udp_nat_peer2.conf
index 23cae9e9c6475ce87a224343842479b7bfabc58f..68907430255be3064ccdc204904c9f08af7ce727 100644 (file)
@@ -1,6 +1,8 @@
 [transport-udp]
 PORT = 22368
+BINDTO = 127.0.0.1
 BEHIND_NAT = NO
+ALLOW_NAT = YES
 EXTERNAL_ADDRESS = 127.0.0.1
 INTERNAL_ADDRESS = 127.0.0.1
 
@@ -82,7 +84,7 @@ PORT = 22367
 UNIXPATH = /tmp/gnunet-p2-service-statistics.sock
 
 [arm]
-DEFAULTSERVICES = 
+DEFAULTSERVICES = transport
 ACCEPT_FROM6 = ::1;
 ACCEPT_FROM = 127.0.0.1;
 BINARY = gnunet-service-arm
@@ -106,3 +108,8 @@ HOSTKEY = $SERVICEHOME/.hostkey
 DEFAULTCONFIG = test_transport_api_udp_nat_peer2.conf
 SERVICEHOME = /tmp/test-gnunetd-transport-peer-2/
 
+
+[dht]
+AUTOSTART = NO
+
+