chiark / gitweb /
tripe-admin manpage: Generate a command and message summary.
[tripe] / tripe.conf
index 3ca4edb00addc86c89dc3ff8e92cf3f8237b1be2..8105a2a1525e116f1228fda4d8e8abf9b66d24e1 100644 (file)
@@ -1,10 +1,15 @@
 # tripe configuration file
 #
 # tripe configuration file
 #
-# this is sourced as a Bourne shell script by tripe-init
+# this is sourced as a Bourne shell script by /etc/init.d/tripe
 
 # The directory you want tripe to work in.  This is where it will search for
 # keyrings, and where its admin socket and logfile are kept.
 
 # The directory you want tripe to work in.  This is where it will search for
 # keyrings, and where its admin socket and logfile are kept.
-# TRIPEDIR=/var/lib/tripe
+# TRIPEDIR=/etc/tripe
+
+# The name of the private key to use.  This is usually `tripe-dh' for
+# integer Diffie-Hellman keys (the default) or `tripe-ec' for elliptic
+# curve keys.
+# keytag=tripe-dh
 
 # The address you want tripe to bind to.  By default, tripe will accept
 # packets to any address acceptable to the host, and send packets from the
 
 # The address you want tripe to bind to.  By default, tripe will accept
 # packets to any address acceptable to the host, and send packets from the
 # saying `tripectl port'.
 # port=22003
 
 # saying `tripectl port'.
 # port=22003
 
+# The tunnel device you want tripe to use.  The default is to use a system-
+# specific device, if there's one compiled in, or SLIP if not.
+# tunnel=slip
+
 # The user to run as once tripe has initialized.  The user (or group -- see
 # `group' below) must be able to open new tunnel interfaces.
 # user=tripe
 # The user to run as once tripe has initialized.  The user (or group -- see
 # `group' below) must be able to open new tunnel interfaces.
 # user=tripe
@@ -37,4 +46,8 @@
 # miscopts=
 
 # Logfile to write to.  The default is `tripe.log' in the working directory.
 # miscopts=
 
 # Logfile to write to.  The default is `tripe.log' in the working directory.
-# logfile=tripe.log
+# logfile=/var/log/tripe
+
+# Where to put tripectl's pidfile when it starts up.  The default is
+# tripectl.pid in the working directory.
+# pidfile=/var/run/tripectl.pid