chiark / gitweb /
admin: Initialize reference counter for client blocks.
[tripe] / tripe.conf
index 36bb132669c13bc0c50b616e82b0dd67934e045d..8105a2a1525e116f1228fda4d8e8abf9b66d24e1 100644 (file)
@@ -6,6 +6,11 @@
 # keyrings, and where its admin socket and logfile are kept.
 # 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
 # most appropriate address for the destination; setting this means it will
 # 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