Documents are merged. Now we only need to check the ports and the TCPonly
[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. Required.
19 # Default is /dev/tap0
20 TapDevice = /dev/tap1
21
22 # The file in which the private key for this host is stored. Required.
23 PrivateKeyFile = /etc/tinc/example/rsa_key.priv