-doxygen, one more statistic
[oweals/gnunet.git] / src / hostlist / hostlist.conf
1 [hostlist]
2 FORCESTART = YES
3 BINARY = gnunet-daemon-hostlist
4
5 # port for hostlist http server
6 HTTPPORT = 8080
7
8 # External DNS name other peers should use to access this hostlist
9 # EXTERNAL_DNS_NAME =
10
11 # Where do we store URLs of other hostlists we have learned?
12 HOSTLISTFILE = $GNUNET_CONFIG_HOME/hostlist/learned.txt
13
14 # Options:
15 # -p : provide a hostlist as a hostlist servers
16 # -b : bootstrap using configured hostlist servers
17 # -e : enable learning advertised hostlists
18 # -a : advertise hostlist to other servers
19 OPTIONS = -b
20
21 # Default list of hostlist servers for bootstrapping
22 SERVERS = http://v10.gnunet.org/hostlist https://gnunet.io/hostlist
23 # http://silent.0xdeadc0de.eu:8080/
24
25 # bind hostlist http server to a specific IPv4
26 # BINDTOIPV4 =
27
28 # bind hostlist http server to a specific IPv6
29 # BINDTOIPV6 =
30
31 # Hostname or IP of proxy server for downloading hostlists
32 # PROXY =
33
34 # User name for proxy server
35 # PROXY_USERNAME =
36 # User password for proxy server
37 # PROXY_PASSWORD =
38
39 # Type of proxy server,
40 # Valid values: HTTP, HTTP_1_0, SOCKS4, SOCKS5, SOCKS4A, SOCKS5_HOSTNAME
41 # Default: HTTP
42 # PROXY_TYPE = HTTP