aboutsummaryrefslogtreecommitdiff
path: root/src/dv
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-11-03 13:19:52 +0000
committerChristian Grothoff <christian@grothoff.org>2011-11-03 13:19:52 +0000
commit29c724d2a7764f83fe846b418d09540348b86983 (patch)
treedafaff8e37ba51355b22b6f38d856ae49e145006 /src/dv
parentb303961f38c9b578f30248ee364ed4e5ffdcd06c (diff)
downloadgnunet-29c724d2a7764f83fe846b418d09540348b86983.tar.gz
gnunet-29c724d2a7764f83fe846b418d09540348b86983.zip
implementing #1747
Diffstat (limited to 'src/dv')
-rw-r--r--src/dv/Makefile.am5
-rw-r--r--src/dv/dv.conf15
2 files changed, 20 insertions, 0 deletions
diff --git a/src/dv/Makefile.am b/src/dv/Makefile.am
index d505e31c4..c0e826a2c 100644
--- a/src/dv/Makefile.am
+++ b/src/dv/Makefile.am
@@ -11,6 +11,11 @@ endif
11 11
12plugindir = $(libdir)/gnunet 12plugindir = $(libdir)/gnunet
13 13
14pkgcfgdir= $(pkgdatadir)/config.d/
15
16dist_pkgcfg_DATA = \
17 dv.conf
18
14lib_LTLIBRARIES = libgnunetdv.la 19lib_LTLIBRARIES = libgnunetdv.la
15 20
16plugin_LTLIBRARIES = libgnunet_plugin_transport_dv.la 21plugin_LTLIBRARIES = libgnunet_plugin_transport_dv.la
diff --git a/src/dv/dv.conf b/src/dv/dv.conf
new file mode 100644
index 000000000..8fbf23659
--- /dev/null
+++ b/src/dv/dv.conf
@@ -0,0 +1,15 @@
1[dv]
2AUTOSTART = YES
3DEBUG = NO
4ACCEPT_FROM6 = ::1;
5ACCEPT_FROM = 127.0.0.1;
6BINARY = gnunet-service-dv
7CONFIG = $DEFAULTCONFIG
8HOME = $SERVICEHOME
9HOSTNAME = localhost
10PORT = 2571
11# ACCEPT_FROM =
12# ACCEPT_FROM6 =
13# REJECT_FROM =
14# REJECT_FROM6 =
15# BINDTO =