safety check
[oweals/gnunet.git] / src / transport / test_transport_api_multi_peer2.conf
index d00f0a0be7cd1b85ef86315e736857e144f7fa63..9f6ffb23917fb2bbef6c0f88f901357109f3e633 100644 (file)
@@ -1,6 +1,6 @@
 [transport-tcp]
 DISABLEV6 = YES
-PORT = 0
+PORT = 40001
 BINDTO = 127.0.0.1
 BEHIND_NAT = NO
 ALLOW_NAT = NO
@@ -9,10 +9,10 @@ EXTERNAL_ADDRESS = 127.0.0.1
 INTERNAL_ADDRESS = 127.0.0.1
 
 [transport-udp]
-PORT = 40001
+PORT = 40002
 
 [transport-http]
-PORT = 40002
+PORT = 40003
 DEBUG = NO
 USE_IPv6 = YES
 USE_IPv4 = YES
@@ -20,7 +20,7 @@ USE_IPv4 = YES
 #BINDTO6 = ::1
 
 [transport-https]
-PORT = 40003
+PORT = 40004
 DEBUG = NO
 USE_IPv6 = YES
 USE_IPv4 = YES
@@ -57,7 +57,7 @@ FRIENDS-ONLY = NO
 MINIMUM-FRIENDS = 0
 
 [transport]
-PLUGINS = tcp udp http https
+PLUGINS = tcp udp http
 #DEBUG = YES
 ACCEPT_FROM6 = ::1;
 ACCEPT_FROM = 127.0.0.1;