migrating towards XDG configuration specification (#3000)
[oweals/gnunet.git] / src / hostlist / hostlist.conf
1 [hostlist]
2 # port for hostlist http server
3 HTTPPORT = 8080
4 HOSTLISTFILE = $SERVICEHOME/hostlist/learned.data
5 BINARY = gnunet-daemon-hostlist
6 # consider having "-e" as default as well once implemented
7 OPTIONS = -b
8 SERVERS = http://v10.gnunet.org/hostlist
9 # http://ioerror.gnunet.org:65535/
10 # proxy for downloading hostlists
11 HTTP-PROXY = 
12 # bind hostlist http server to a specific IPv4 or IPv6
13 # BINDTOIP =
14