X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/tripe/blobdiff_plain/0fa31a96e8d8ba22627a49a8cada02e911a5bf5e..13a55605839046f6f42910de713f4a9b6c44dfd4:/tripe.conf diff --git a/tripe.conf b/tripe.conf index 3ca4edb0..8105a2a1 100644 --- a/tripe.conf +++ b/tripe.conf @@ -1,10 +1,15 @@ # 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. -# 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 @@ -20,6 +25,10 @@ # 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 @@ -37,4 +46,8 @@ # 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