Require OpenSSL 1.1.0 or later.
[tinc] / doc / sample-config / tinc.conf
1 # Sample tinc configuration file
2
3 # This is a comment.
4 # Spaces and tabs are eliminated.
5 # The = sign isn't strictly necessary any longer, though you may want
6 # to leave it in as it improves readability :)
7 # Variable names are treated case insensitive.
8
9 # The name of this tinc host. Required.
10 Name = alpha
11
12 # The internet host to connect with.
13 # Comment these out to make yourself a listen-only connection
14 # You must use the name of another tinc host.
15 # May be used multiple times for redundance.
16 ConnectTo = beta
17
18 # The tap device tinc will use.
19 # /dev/tap0 for ethertap, FreeBSD or OpenBSD
20 # /dev/tun0 for Solaris
21 # /dev/net/tun for Linux tun/tap
22 Device = /dev/net/tun