diff options
Diffstat (limited to 'src/hostlist/hostlist.conf')
-rw-r--r-- | src/hostlist/hostlist.conf | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/hostlist/hostlist.conf b/src/hostlist/hostlist.conf new file mode 100644 index 0000000..b13e1e5 --- /dev/null +++ b/src/hostlist/hostlist.conf @@ -0,0 +1,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 = + + |