X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=doc%2Fsample-config%2Ftinc.conf;h=25a61a720597f9f46616a5010ee1b0ed748fba82;hp=ea5216ea78721622848fa6d73e76517c5478e672;hb=6225b1884a25af4debc2d0821a4c377ddbaec696;hpb=b195e8815f0abb2c5527119221886b524d719019 diff --git a/doc/sample-config/tinc.conf b/doc/sample-config/tinc.conf index ea5216ea..25a61a72 100644 --- a/doc/sample-config/tinc.conf +++ b/doc/sample-config/tinc.conf @@ -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