aboutsummaryrefslogtreecommitdiff
path: root/src/transport/test_quota_compliance_https_peer2.conf
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/test_quota_compliance_https_peer2.conf')
-rw-r--r--src/transport/test_quota_compliance_https_peer2.conf114
1 files changed, 114 insertions, 0 deletions
diff --git a/src/transport/test_quota_compliance_https_peer2.conf b/src/transport/test_quota_compliance_https_peer2.conf
new file mode 100644
index 000000000..bf9debcf0
--- /dev/null
+++ b/src/transport/test_quota_compliance_https_peer2.conf
@@ -0,0 +1,114 @@
1[PATHS]
2SERVICEHOME = /tmp/test_quota_compliance_peer2
3DEFAULTCONFIG = test_quota_compliance_https_peer2.conf
4
5[transport-https]
6PORT = 3001
7#DEBUG = YES
8USE_IPv4 = YES
9USE_IPv6 = NO
10BINDTO4 = 127.0.0.1
11#BINDTO6 = ::1
12KEY_FILE = https_key_p1.key
13CERT_FILE = https_cert_p1.crt
14CRYPTO_INIT = NONE:+VERS-TLS1.0:+ARCFOUR-128:+SHA1:+RSA:+COMP-NULL
15#CRYPTO_INIT = NONE:+VERS-TLS1.0:+ARCFOUR-128:+MD5:+RSA:+COMP-NULL
16#CRYPTO_INIT = PERFORMANCE
17
18
19[fs]
20AUTOSTART = NO
21
22[datastore]
23AUTOSTART = NO
24
25[hostlist]
26HTTP-PROXY =
27SERVERS = http://gnunet.org:8080/
28OPTIONS = -b
29BINARY = gnunet-daemon-hostlist
30CONFIG = $DEFAULTCONFIG
31HOME = $SERVICEHOME
32HOSTNAME = localhost
33HTTPPORT = 8080
34
35[topology]
36BINARY = gnunet-daemon-topology
37CONFIG = $DEFAULTCONFIG
38FRIENDS = $SERVICEHOME/friends
39TARGET-CONNECTION-COUNT = 16
40AUTOCONNECT = YES
41FRIENDS-ONLY = NO
42MINIMUM-FRIENDS = 0
43
44[core]
45AUTOSTART = NO
46
47[transport]
48plugins = https
49#DEBUG = YES
50PREFIX =
51ACCEPT_FROM6 = ::1;
52ACCEPT_FROM = 127.0.0.1;
53NEIGHBOUR_LIMIT = 50
54BINARY = gnunet-service-transport
55CONFIG = $DEFAULTCONFIG
56HOME = $SERVICEHOME
57HOSTNAME = localhost
58PORT = 3091
59UNIXPATH = /tmp/test_quota_compliance_peer2/test_quota_compliance_transport_peer2.sock
60
61[peerinfo]
62TRUST = $SERVICEHOME/data/credit/
63HOSTS = $SERVICEHOME/data/hosts/
64ACCEPT_FROM6 = ::1;
65ACCEPT_FROM = 127.0.0.1;
66BINARY = gnunet-service-peerinfo
67CONFIG = $DEFAULTCONFIG
68HOME = $SERVICEHOME
69HOSTNAME = localhost
70PORT = 3090
71UNIXPATH = /tmp/test_quota_compliance_peer2/test_quota_compliance_peerinfo_peer2.sock
72
73[resolver]
74ACCEPT_FROM6 = ::1;
75ACCEPT_FROM = 127.0.0.1;
76BINARY = gnunet-service-resolver
77CONFIG = $DEFAULTCONFIG
78HOME = $SERVICEHOME
79HOSTNAME = localhost
80PORT = 3089
81UNIXPATH = /tmp/test_quota_compliance_peer2/test_quota_compliance_resolver_peer2.sock
82
83[statistics]
84ACCEPT_FROM6 = ::1;
85ACCEPT_FROM = 127.0.0.1;
86BINARY = gnunet-service-statistics
87CONFIG = $DEFAULTCONFIG
88HOME = $SERVICEHOME
89HOSTNAME = localhost
90PORT = 3088
91UNIXPATH = /tmp/test_quota_compliance_peer2/test_quota_compliance_statistics_peer2.sock
92
93[arm]
94DEFAULTSERVICES =
95ACCEPT_FROM6 = ::1;
96ACCEPT_FROM = 127.0.0.1;
97BINARY = gnunet-service-arm
98CONFIG = $DEFAULTCONFIG
99HOME = $SERVICEHOME
100HOSTNAME = localhost
101PORT = 3087
102UNIXPATH = /tmp/test_quota_compliance_peer2/test_quota_compliance_arm_peer2.sock
103
104[TESTING]
105WEAKRANDOM = YES
106
107[gnunetd]
108HOSTKEY = $SERVICEHOME/.hostkey
109
110
111[dht]
112AUTOSTART = NO
113
114