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