more code
[oweals/gnunet.git] / src / transport / test_transport_api_http_reverse_proxy.conf
index 8310ef3ddd507c01898b53d321ada256574d5eb8..c8162df0dad9a1214cdd96f241ebc27bb1e5d555 100644 (file)
@@ -3,9 +3,19 @@ INLINE@ template_cfg_peer1.conf
 SERVICEHOME = /tmp/test-transport/api-http-p1/
 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:12080/peer
+#USE_IPV4 = YES
+#USE_IPV6 = YES
+#BINDTO = 127.0.0.1
+#BINDTO6 =  ::1
+
+[transport-https_server]
+PORT = 12090
 
 [arm]
 PORT = 12085
@@ -27,7 +37,9 @@ UNIXPATH = /tmp/gnunet-p1-service-peerinfo.sock
 [transport]
 #DEBUG = YES
 PORT = 12081
-PLUGINS = http
+#PLUGINS = http_server
+PLUGINS = http_client http_server
+# http_client
 #BINARY = .libs/gnunet-service-transport
 UNIXPATH = /tmp/gnunet-p1-service-transport.sock
 PREFIX = valgrind --leak-check=full