X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Ftransport%2Ftest_plugin_transport_data_http.conf;h=d118a8880f3e342dc9f456dcfdc5d8b40ff5e47e;hb=efa03f35a02e6245adfcc6f59e6287a78204a447;hp=476229622b3c8cefd78a727ec4af80ec8e7c1dbf;hpb=49bb861ae2f02b2ba5af68cc6aaf13a135032420;p=oweals%2Fgnunet.git diff --git a/src/transport/test_plugin_transport_data_http.conf b/src/transport/test_plugin_transport_data_http.conf index 476229622..d118a8880 100644 --- a/src/transport/test_plugin_transport_data_http.conf +++ b/src/transport/test_plugin_transport_data_http.conf @@ -1,31 +1,39 @@ [PATHS] DEFAULTCONFIG = test_plugin_transport_data_http.conf -SERVICEHOME = /tmp/test_plugin_transport_http/ +SERVICEHOME = /tmp/test-transport/plugin_http/ [TESTING] WEAKRANDOM = YES [transport-http] -PORT = 12389 +PORT = 12320 DEBUG = YES #USE_IPv4 = NO #USE_IPv6 = NO USE_IPv6 = YES #BINDTO4 = 127.0.0.1 #BINDTO6 = ::1 +#USE_LOCALADDR = YES + [transport-https] -PORT = 12389 -DEBUG = NO +PORT = 12321 +DEBUG = YES #USE_IPv4 = NO #USE_IPv6 = NO USE_IPv6 = YES #BINDTO4 = 127.0.0.1 #BINDTO6 = ::1 +KEY_FILE = https_key.key +CERT_FILE = https_cert.crt +CRYPTO_INIT = NONE:+VERS-TLS1.0:+ARCFOUR-128:+SHA1:+RSA:+COMP-NULL +#CRYPTO_INIT = NONE:+VERS-TLS1.0:+ARCFOUR-128:+MD5:+RSA:+COMP-NULL +#CRYPTO_INIT = PERFORMANCE +#USE_LOCALADDR = YES [transport] PREFIX = valgrind --leak-check=full -DEBUG = YES +#DEBUG = YES [statistics] ACCEPT_FROM6 = ::1; @@ -34,7 +42,7 @@ BINARY = gnunet-service-statistics CONFIG = $DEFAULTCONFIG HOME = $SERVICEHOME HOSTNAME = localhost -PORT = 12367 +PORT = 12322 [arm] DEFAULTSERVICES = topology hostlist @@ -44,9 +52,13 @@ BINARY = gnunet-service-arm CONFIG = $DEFAULTCONFIG HOME = $SERVICEHOME HOSTNAME = localhost -PORT = 12366 +PORT = 12323 [dht] AUTOSTART = NO +[mesh] +AUTOSTART = NO +[dns] +AUTOSTART = NO \ No newline at end of file