moving away from DEFAULTSERVICES to per-section FORCESTART, thus addressing #3565...
[oweals/gnunet.git] / src / transport / perf_https_peer2.conf
1 @INLINE@ template_cfg_peer2.conf
2 [PATHS]
3 GNUNET_TEST_HOME = /tmp/test-transport/api-tcp-p2/
4
5 [transport]
6 PORT = 12010
7 PLUGINS = https_server
8 UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-p2-service-transport.sock
9
10 [transport-https_server]
11 PORT = 12090
12 USE_IPv6 = YES
13
14 [nat]
15 # Disable IPv6 support
16 DISABLEV6 = YES
17 # Do we use addresses from localhost address ranges? (::1, 127.0.0.0/8)
18 RETURN_LOCAL_ADDRESSES = NO
19
20 [arm]
21 PORT = 12014
22 UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-p2-service-arm.sock
23
24 [statistics]
25 PORT = 12013
26 UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-p2-service-statistics.sock
27
28 [resolver]
29 PORT = 12012
30 UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-p2-service-resolver.sock
31
32 [peerinfo]
33 PORT = 12011
34 UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-p2-service-peerinfo.sock
35
36 [hostlist]
37 HTTPPORT = 9080
38 OPTIONS = -p
39 BINDTOIPV4 = YES
40 BINDTOIP = 127.0.0.1
41
42 [ats]
43 # Network specific inbound/outbound quotas
44 UNSPECIFIED_QUOTA_IN = unlimited
45 UNSPECIFIED_QUOTA_OUT = unlimited
46 # LOOPBACK
47 LOOPBACK_QUOTA_IN = unlimited
48 LOOPBACK_QUOTA_OUT = unlimited
49 # LAN
50 LAN_QUOTA_IN = unlimited
51 LAN_QUOTA_OUT = unlimited
52 # WAN
53 WAN_QUOTA_IN = unlimited
54 WAN_QUOTA_OUT = unlimited
55 # WLAN
56 WLAN_QUOTA_IN = unlimited
57 WLAN_QUOTA_OUT = unlimited
58 # BLUETOOTH
59 BLUETOOTH_QUOTA_IN = unlimited
60 BLUETOOTH_QUOTA_OUT = unlimited
61 # ATS options
62