Document OpenBSD "ifconfig link0" and Linux "ip tuntap" commands.
[tinc] / doc / sample-config / tinc.conf
index ea5216e..25a61a7 100644 (file)
@@ -15,9 +15,8 @@ Name = alpha
 # May be used multiple times for redundance.
 ConnectTo = beta
 
-# The tap device tinc will use. Required.
-# Default is /dev/tap0
-TapDevice = /dev/tap1
-
-# The file in which the private key for this host is stored. Required.
-PrivateKeyFile = /etc/tinc/example/rsa_key.priv
+# The tap device tinc will use.
+# Default is /dev/tap0 for ethertap or FreeBSD,
+# /dev/tun0 for Solaris and OpenBSD,
+# and /dev/net/tun for Linux tun/tap device.
+Device = /dev/net/tun