aboutsummaryrefslogtreecommitdiff
path: root/src/hostlist/test_gnunet_daemon_hostlist_data.conf
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-09-07 14:23:23 +0000
committerChristian Grothoff <christian@grothoff.org>2009-09-07 14:23:23 +0000
commitd22616e71b8ef07254ae09c37ff4f75c446d8213 (patch)
tree43f2f7dd87bae7ec91aa02a3b6961da89f2595f8 /src/hostlist/test_gnunet_daemon_hostlist_data.conf
parent5e4793e0340de50f4e0b71ab72587bc0c9025070 (diff)
downloadgnunet-d22616e71b8ef07254ae09c37ff4f75c446d8213.tar.gz
gnunet-d22616e71b8ef07254ae09c37ff4f75c446d8213.zip
disable
Diffstat (limited to 'src/hostlist/test_gnunet_daemon_hostlist_data.conf')
-rw-r--r--src/hostlist/test_gnunet_daemon_hostlist_data.conf17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/hostlist/test_gnunet_daemon_hostlist_data.conf b/src/hostlist/test_gnunet_daemon_hostlist_data.conf
new file mode 100644
index 000000000..15a52e335
--- /dev/null
+++ b/src/hostlist/test_gnunet_daemon_hostlist_data.conf
@@ -0,0 +1,17 @@
1[PATHS]
2SERVICEHOME = /tmp/test-gnunetd-hostlist/
3DEFAULTCONFIG = /etc/gnunetd.conf
4
5[hostlist]
6PORT = 23354
7# port for hostlist http server
8HTTPPORT = 28080
9HOSTNAME = localhost
10HOME = $SERVICEHOME
11CONFIG = $DEFAULTCONFIG
12BINARY = gnunet-daemon-hostlist
13# consider having "-e" as default as well once implemented
14OPTIONS = -b
15SERVERS = http://gnunet.org:8080/
16# proxy for downloading hostlists
17HTTP-PROXY = \ No newline at end of file