diff options
author | Christian Grothoff <christian@grothoff.org> | 2012-01-13 17:04:35 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2012-01-13 17:04:35 +0000 |
commit | f491ac4fab469421986f77df0bbf79fefc417786 (patch) | |
tree | 1a99677ca3fc3489d6a0dd91443cc9a83bfcea74 /src/dv/dv.conf.in | |
parent | 85f65a86a9ea908907a89ce7862768b90ca9d084 (diff) |
change default configurations on systems with UNIX domain sockets to NOT specify any port for TCP-based IPC (and interpret that as no TCP-based IPC desired), as we can and want to use UNIX domain sockets in this case by default
Diffstat (limited to 'src/dv/dv.conf.in')
-rw-r--r-- | src/dv/dv.conf.in | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/dv/dv.conf.in b/src/dv/dv.conf.in new file mode 100644 index 000000000..fa647e31c --- /dev/null +++ b/src/dv/dv.conf.in @@ -0,0 +1,16 @@ +[dv] +AUTOSTART = YES +DEBUG = NO +ACCEPT_FROM6 = ::1; +ACCEPT_FROM = 127.0.0.1; +BINARY = gnunet-service-dv +CONFIG = $DEFAULTCONFIG +HOME = $SERVICEHOME +HOSTNAME = localhost +@UNIXONLY@ PORT = 2571 +UNIXPATH = /tmp/gnunet-service-dv.sock +# ACCEPT_FROM = +# ACCEPT_FROM6 = +# REJECT_FROM = +# REJECT_FROM6 = +# BINDTO = |