blob: b13e1e59e9dfffef7ce43658ae9d546e41eb766d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
[hostlist]
# port for hostlist http server
HTTPPORT = 8080
HOME = $SERVICEHOME
HOSTLISTFILE = $SERVICEHOME/hostlist/learned.data
CONFIG = $DEFAULTCONFIG
BINARY = gnunet-daemon-hostlist
# consider having "-e" as default as well once implemented
OPTIONS = -b
SERVERS = http://v9.gnunet.org:58080/ http://ioerror.gnunet.org:65535/
# proxy for downloading hostlists
HTTP-PROXY =
|