X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Ftransport%2Ftest_plugin_transport_data_http.conf;h=6e5e2d44cb6d6b15a4fbf82cba9600880c9b69bd;hb=311e9e5636fdd21172f9bca63cc8746c654ae526;hp=8e4bbe0334bc05385e252c22ef7183874402fbab;hpb=fb364c38673557da4882c7fce86449b26d320025;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 8e4bbe033..6e5e2d44c 100644 --- a/src/transport/test_plugin_transport_data_http.conf +++ b/src/transport/test_plugin_transport_data_http.conf @@ -2,9 +2,35 @@ DEFAULTCONFIG = test_plugin_transport_data_http.conf SERVICEHOME = /tmp/test_plugin_transport_http/ +[TESTING] +WEAKRANDOM = YES + [transport-http] PORT = 12389 DEBUG = YES +#USE_IPv4 = NO +#USE_IPv6 = NO +USE_IPv6 = YES +#BINDTO4 = 127.0.0.1 +#BINDTO6 = ::1 + +[transport-https] +PORT = 12389 +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 + +[transport] +PREFIX = valgrind --leak-check=full +#DEBUG = YES [statistics] ACCEPT_FROM6 = ::1; @@ -24,3 +50,8 @@ CONFIG = $DEFAULTCONFIG HOME = $SERVICEHOME HOSTNAME = localhost PORT = 12366 + +[dht] +AUTOSTART = NO + +