aboutsummaryrefslogtreecommitdiff
path: root/src/contrib/service/template/template.conf
diff options
context:
space:
mode:
Diffstat (limited to 'src/contrib/service/template/template.conf')
-rw-r--r--src/contrib/service/template/template.conf23
1 files changed, 23 insertions, 0 deletions
diff --git a/src/contrib/service/template/template.conf b/src/contrib/service/template/template.conf
new file mode 100644
index 000000000..24b123390
--- /dev/null
+++ b/src/contrib/service/template/template.conf
@@ -0,0 +1,23 @@
1[template]
2START_ON_DEMAND = NO
3# for tests please come up with numbers that are
4# unlikely to be in use by anyone. we typically
5# use five digit numbers < 65536 with no "beauty"
6# (no repetitions, no sequences, no popularity).
7PORT = 99999
8HOSTNAME = localhost
9BINARY = gnunet-service-template
10ACCEPT_FROM = 127.0.0.1;
11ACCEPT_FROM6 = ::1;
12UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-template.sock
13UNIX_MATCH_UID = YES
14UNIX_MATCH_GID = YES
15# DISABLE_SOCKET_FORWARDING = NO
16# USERNAME =
17# MAXBUF =
18# TIMEOUT =
19# DISABLEV6 =
20# BINDTO =
21# REJECT_FROM =
22# REJECT_FROM6 =
23# PREFIX =