aboutsummaryrefslogtreecommitdiff
path: root/src/core/core.conf.in
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-01-13 17:04:35 +0000
committerChristian Grothoff <christian@grothoff.org>2012-01-13 17:04:35 +0000
commitf491ac4fab469421986f77df0bbf79fefc417786 (patch)
tree1a99677ca3fc3489d6a0dd91443cc9a83bfcea74 /src/core/core.conf.in
parent85f65a86a9ea908907a89ce7862768b90ca9d084 (diff)
downloadgnunet-f491ac4fab469421986f77df0bbf79fefc417786.tar.gz
gnunet-f491ac4fab469421986f77df0bbf79fefc417786.zip
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/core/core.conf.in')
-rw-r--r--src/core/core.conf.in22
1 files changed, 22 insertions, 0 deletions
diff --git a/src/core/core.conf.in b/src/core/core.conf.in
new file mode 100644
index 000000000..84e2df9fb
--- /dev/null
+++ b/src/core/core.conf.in
@@ -0,0 +1,22 @@
1[core]
2AUTOSTART = YES
3@UNIXONLY@ PORT = 2092
4HOSTNAME = localhost
5HOME = $SERVICEHOME
6CONFIG = $DEFAULTCONFIG
7BINARY = gnunet-service-core
8ACCEPT_FROM = 127.0.0.1;
9ACCEPT_FROM6 = ::1;
10UNIXPATH = /tmp/gnunet-service-core.sock
11UNIX_MATCH_UID = YES
12UNIX_MATCH_GID = YES
13# DISABLE_SOCKET_FORWARDING = NO
14# DEBUG = YES
15# USERNAME =
16# MAXBUF =
17# TIMEOUT =
18# DISABLEV6 =
19# BINDTO =
20# REJECT_FROM =
21# REJECT_FROM6 =
22# PREFIX =