aboutsummaryrefslogtreecommitdiff
path: root/src/transport/test_quota_compliance_https_peer1.conf
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/test_quota_compliance_https_peer1.conf')
-rw-r--r--src/transport/test_quota_compliance_https_peer1.conf29
1 files changed, 14 insertions, 15 deletions
diff --git a/src/transport/test_quota_compliance_https_peer1.conf b/src/transport/test_quota_compliance_https_peer1.conf
index b2c4ea9f2..cb95e92bc 100644
--- a/src/transport/test_quota_compliance_https_peer1.conf
+++ b/src/transport/test_quota_compliance_https_peer1.conf
@@ -37,14 +37,16 @@ USE_IPv4 = YES
37USE_IPv6 = NO 37USE_IPv6 = NO
38BINDTO4 = 127.0.0.1 38BINDTO4 = 127.0.0.1
39#BINDTO6 = ::1 39#BINDTO6 = ::1
40KEY_FILE = https_key_p1.key 40KEY_FILE = https_key_quota_p1.key
41CERT_FILE = https_cert_p1.crt 41CERT_FILE = https_cert_quota_p1.crt
42CRYPTO_INIT = NONE:+VERS-TLS1.0:+ARCFOUR-128:+SHA1:+RSA:+COMP-NULL 42CRYPTO_INIT = NONE:+VERS-TLS1.0:+ARCFOUR-128:+SHA1:+RSA:+COMP-NULL
43#CRYPTO_INIT = NONE:+VERS-TLS1.0:+ARCFOUR-128:+MD5:+RSA:+COMP-NULL 43#CRYPTO_INIT = NONE:+VERS-TLS1.0:+ARCFOUR-128:+MD5:+RSA:+COMP-NULL
44#CRYPTO_INIT = PERFORMANCE 44#CRYPTO_INIT = PERFORMANCE
45 45
46 46
47[transport] 47[transport]
48PORT = 4002
49UNIXPATH = /tmp/test_quota_compliance_peer1/test_quota_compliance_ctransport_peer1.sock
48plugins = https 50plugins = https
49#DEBUG = YES 51#DEBUG = YES
50PREFIX = 52PREFIX =
@@ -55,10 +57,11 @@ BINARY = gnunet-service-transport
55CONFIG = $DEFAULTCONFIG 57CONFIG = $DEFAULTCONFIG
56HOME = $SERVICEHOME 58HOME = $SERVICEHOME
57HOSTNAME = localhost 59HOSTNAME = localhost
58PORT = 4091 60
59UNIXPATH = /tmp/test_quota_compliance_peer1/test_quota_compliance_transport_peer1.sock
60 61
61[peerinfo] 62[peerinfo]
63PORT = 4003
64UNIXPATH = /tmp/test_quota_compliance_peer1/test_quota_compliance_https_peerinfo_peer1.sock
62TRUST = $SERVICEHOME/data/credit/ 65TRUST = $SERVICEHOME/data/credit/
63HOSTS = $SERVICEHOME/data/hosts/ 66HOSTS = $SERVICEHOME/data/hosts/
64ACCEPT_FROM6 = ::1; 67ACCEPT_FROM6 = ::1;
@@ -67,30 +70,31 @@ BINARY = gnunet-service-peerinfo
67CONFIG = $DEFAULTCONFIG 70CONFIG = $DEFAULTCONFIG
68HOME = $SERVICEHOME 71HOME = $SERVICEHOME
69HOSTNAME = localhost 72HOSTNAME = localhost
70PORT = 4090 73
71UNIXPATH = /tmp/test_quota_compliance_peer1/test_quota_compliance_peerinfo_peer1.sock
72 74
73[resolver] 75[resolver]
76PORT = 4004
77UNIXPATH = /tmp/test_quota_compliance_peer1/test_quota_compliance_https_resolver_peer1.sock
74ACCEPT_FROM6 = ::1; 78ACCEPT_FROM6 = ::1;
75ACCEPT_FROM = 127.0.0.1; 79ACCEPT_FROM = 127.0.0.1;
76BINARY = gnunet-service-resolver 80BINARY = gnunet-service-resolver
77CONFIG = $DEFAULTCONFIG 81CONFIG = $DEFAULTCONFIG
78HOME = $SERVICEHOME 82HOME = $SERVICEHOME
79HOSTNAME = localhost 83HOSTNAME = localhost
80PORT = 4089
81UNIXPATH = /tmp/test_quota_compliance_peer1/test_quota_compliance_resolver_peer1.sock
82 84
83[statistics] 85[statistics]
86PORT = 4005
87UNIXPATH = /tmp/test_quota_compliance_peer1/test_quota_compliance_https_statistics_peer1.sock
84ACCEPT_FROM6 = ::1; 88ACCEPT_FROM6 = ::1;
85ACCEPT_FROM = 127.0.0.1; 89ACCEPT_FROM = 127.0.0.1;
86BINARY = gnunet-service-statistics 90BINARY = gnunet-service-statistics
87CONFIG = $DEFAULTCONFIG 91CONFIG = $DEFAULTCONFIG
88HOME = $SERVICEHOME 92HOME = $SERVICEHOME
89HOSTNAME = localhost 93HOSTNAME = localhost
90PORT = 4088
91UNIXPATH = /tmp/test_quota_compliance_peer1/test_quota_compliance_statistics_peer1.sock
92 94
93[arm] 95[arm]
96PORT = 4006
97UNIXPATH = /tmp/test_quota_compliance_peer1/test_quota_compliance_https_arm_peer1.sock
94DEFAULTSERVICES = 98DEFAULTSERVICES =
95ACCEPT_FROM6 = ::1; 99ACCEPT_FROM6 = ::1;
96ACCEPT_FROM = 127.0.0.1; 100ACCEPT_FROM = 127.0.0.1;
@@ -98,8 +102,6 @@ BINARY = gnunet-service-arm
98CONFIG = $DEFAULTCONFIG 102CONFIG = $DEFAULTCONFIG
99HOME = $SERVICEHOME 103HOME = $SERVICEHOME
100HOSTNAME = localhost 104HOSTNAME = localhost
101PORT = 4087
102UNIXPATH = /tmp/test_quota_compliance_peer1/test_quota_compliance_arm_peer1.sock
103 105
104[TESTING] 106[TESTING]
105WEAKRANDOM = YES 107WEAKRANDOM = YES
@@ -107,8 +109,5 @@ WEAKRANDOM = YES
107[gnunetd] 109[gnunetd]
108HOSTKEY = $SERVICEHOME/.hostkey 110HOSTKEY = $SERVICEHOME/.hostkey
109 111
110
111[dht] 112[dht]
112AUTOSTART = NO 113AUTOSTART = NO
113
114