changes
[oweals/gnunet.git] / src / transport / test_transport_api_http_reverse_proxy.conf
index 8e57cb11d16b9029f4b9a0108ead09fa6fa5754f..53a7d467c26110e1dc601cbf97f08eaa2c12fd25 100644 (file)
@@ -1,11 +1,21 @@
-@INLINE@ template_cfg_peer1.conf
+INLINE@ template_cfg_peer1.conf
 [PATHS]
 SERVICEHOME = /tmp/test-transport/api-http-p1/
-DEFAULTCONFIG = test_transport_api_http_peer1.conf
+DEFAULTCONFIG = test_transport_api_http_reverse_proxy.conf
 
-[transport-http]
+
+[transport-http_client]
+
+[transport-http_server]
 PORT = 12080
-EXTERNAL_HOSTNAME = fulcrum.net.in.tum.de/peer
+EXTERNAL_HOSTNAME = fulcrum.net.in.tum.de:12080/peer
+#USE_IPV4 = YES
+#USE_IPV6 = YES
+#BINDTO = 127.0.0.1
+#BINDTO6 =  ::1
+
+[transport-https_server]
+PORT = 12090
 
 [arm]
 PORT = 12085
@@ -27,9 +37,11 @@ UNIXPATH = /tmp/gnunet-p1-service-peerinfo.sock
 [transport]
 #DEBUG = YES
 PORT = 12081
-PLUGINS = http
+#PLUGINS = http_server
+PLUGINS = http_client
+# http_client
 #BINARY = .libs/gnunet-service-transport
 UNIXPATH = /tmp/gnunet-p1-service-transport.sock
-#PREFIX = valgrind --leak-check=full
+PREFIX = valgrind --leak-check=full
 #PREFIX = xterm -geometry 100x85 -T peer1 -e gdb --args