disable vpn autostart
[oweals/gnunet.git] / src / transport / test_quota_compliance_http_peer2.conf
1 [PATHS]
2 SERVICEHOME = /tmp/test_quota_compliance_peer2
3 DEFAULTCONFIG = test_quota_compliance_http_peer2.conf
4
5 [transport-http]
6 PORT = 3010
7 DEBUG = NO
8 USE_IPv4 = YES
9 USE_IPv6 = NO
10 BINDTO4 = 127.0.0.1
11 #BINDTO6 = ::1
12 USE_LOCALADDR = YES
13
14 [fs]
15 AUTOSTART = NO
16
17 [datastore]
18 AUTOSTART = NO
19
20 [hostlist]
21 HTTP-PROXY = 
22 SERVERS = http://gnunet.org:8080/
23 OPTIONS = -b
24 BINARY = gnunet-daemon-hostlist
25 CONFIG = $DEFAULTCONFIG
26 HOME = $SERVICEHOME
27 HOSTNAME = localhost
28 HTTPPORT = 8080
29
30 [topology]
31 BINARY = gnunet-daemon-topology
32 CONFIG = $DEFAULTCONFIG
33 FRIENDS = $SERVICEHOME/friends
34 TARGET-CONNECTION-COUNT = 16
35 AUTOCONNECT = YES
36 FRIENDS-ONLY = NO
37 MINIMUM-FRIENDS = 0
38
39 [core]
40 AUTOSTART = NO
41
42 [transport]
43 PORT = 3011
44 UNIXPATH = /tmp/test_quota_compliance_http_transport_peer2.sock
45 plugins = http
46 #DEBUG = YES
47 PREFIX = 
48 ACCEPT_FROM6 = ::1;
49 ACCEPT_FROM = 127.0.0.1;
50 NEIGHBOUR_LIMIT = 50
51 BINARY = gnunet-service-transport
52 CONFIG = $DEFAULTCONFIG
53 HOME = $SERVICEHOME
54 HOSTNAME = localhost
55
56 [peerinfo]
57 PORT = 3012
58 UNIXPATH = /tmp/test_quota_compliance_http_peerinfo_peer2.sock
59 TRUST = $SERVICEHOME/data/credit/
60 HOSTS = $SERVICEHOME/data/hosts/
61 ACCEPT_FROM6 = ::1;
62 ACCEPT_FROM = 127.0.0.1;
63 BINARY = gnunet-service-peerinfo
64 CONFIG = $DEFAULTCONFIG
65 HOME = $SERVICEHOME
66 HOSTNAME = localhost
67
68 [resolver]
69 PORT = 3013
70 UNIXPATH = /tmp/test_quota_compliance_http_resolver_peer2.sock
71 ACCEPT_FROM6 = ::1;
72 ACCEPT_FROM = 127.0.0.1;
73 BINARY = gnunet-service-resolver
74 CONFIG = $DEFAULTCONFIG
75 HOME = $SERVICEHOME
76 HOSTNAME = localhost
77
78 [statistics]
79 PORT = 3014
80 UNIXPATH = /tmp/test_quota_compliance_http_statistics_peer2.sock
81 ACCEPT_FROM6 = ::1;
82 ACCEPT_FROM = 127.0.0.1;
83 BINARY = gnunet-service-statistics
84 CONFIG = $DEFAULTCONFIG
85 HOME = $SERVICEHOME
86 HOSTNAME = localhost
87
88 [arm]
89 PORT = 3015
90 UNIXPATH = /tmp/test_quota_compliance_http_arm_peer2.sock
91 DEFAULTSERVICES = 
92 ACCEPT_FROM6 = ::1;
93 ACCEPT_FROM = 127.0.0.1;
94 BINARY = gnunet-service-arm
95 CONFIG = $DEFAULTCONFIG
96 HOME = $SERVICEHOME
97 HOSTNAME = localhost
98
99 [TESTING]
100 WEAKRANDOM = YES
101
102 [gnunetd]
103 HOSTKEY = $SERVICEHOME/.hostkey
104
105
106 [dht]
107 AUTOSTART = NO
108
109 [mesh]
110 AUTOSTART = NO
111
112
113 [dns]
114 AUTOSTART = NO
115
116