aboutsummaryrefslogtreecommitdiffstats
path: root/testing/tinc-pre/tinc-pre.confd
diff options
context:
space:
mode:
authorCarlo Landmeter <clandmeter@gmail.com>2017-05-04 13:22:42 +0200
committerCarlo Landmeter <clandmeter@gmail.com>2017-05-04 13:23:43 +0200
commit682038d993d371b9cc6f80e61952c3ef125ece41 (patch)
tree97facb6de0926efd9bd804e3b88cb12ddd1c44e6 /testing/tinc-pre/tinc-pre.confd
parent8aee06c26899a70bd8c2597cca85a46e311c9fac (diff)
testing/tinc-pre: new aport
Diffstat (limited to 'testing/tinc-pre/tinc-pre.confd')
-rw-r--r--testing/tinc-pre/tinc-pre.confd20
1 files changed, 20 insertions, 0 deletions
diff --git a/testing/tinc-pre/tinc-pre.confd b/testing/tinc-pre/tinc-pre.confd
new file mode 100644
index 00000000000..cedca60c42a
--- /dev/null
+++ b/testing/tinc-pre/tinc-pre.confd
@@ -0,0 +1,20 @@
+#rc_need="net.net"
+
+#If you want tincd to log to syslog, then set this to "yes"
+#Anything else and tincd will log to /var/log/tinc.NETNAME.log.
+SYSLOG="yes"
+
+#Set debug level, useful for error probe
+# 0 Quiet mode, only show starting/stopping of the daemon
+# 1 Show (dis)connects of other tinc daemons via TCP
+# 2 Show error messages received from other hosts
+# 2 Show status messages received from other hosts
+# 3 Show the requests that are sent/received
+# 4 Show contents of every request that is sent/received
+# 5 Show network traffic information
+# 6 Show contents of each packet that is being sent/received
+# 10 You have been warned
+DEBUG_LEVEL="0"
+
+#Extra Options, if you want addtional customization
+EXTRA_OPTS=""