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