X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=doc%2Ftinc.conf.5;h=9a1ca75dcb00315eeaf781051d55d22da45beb34;hp=547c75f180b8f458088984b488136b39cfbdcb68;hb=e8e69460a7090aaf6ecda8970d3060695de81b00;hpb=f0aa9641e82fb6e09c1e485366d14dddaa7f7c36 diff --git a/doc/tinc.conf.5 b/doc/tinc.conf.5 index 547c75f1..9a1ca75d 100644 --- a/doc/tinc.conf.5 +++ b/doc/tinc.conf.5 @@ -100,6 +100,12 @@ If you leave it out, remember to replace it with at least one space character. Here are all valid variables, listed in alphabetical order. The default value is given between parentheses. .Bl -tag -width indent +.It Va AddressFamily Li = ipv4 | ipv6 | any Pq ipv4 +This option affects the address family of listening and outgoing sockets. +If +.Qq any +is selected, then the listening sockets will be IPv6 sockets, +but on most platforms those will also accept IPv4 connections. .It Va BindToInterface Li = Ar interface Bq experimental If your computer has more than one network interface, .Nm tinc @@ -216,6 +222,9 @@ Any cipher supported by OpenSSL is recognised. Furthermore, specifying .Qq none will turn off packet encryption. +.It Va Compression Li = Ar level Pq 0 +This option sets the level of compression used for UDP packets. +Possible values are 0 (off), 1 (fast) and any integer up to 9 (best). .It Va Digest Li = Ar digest Pq sha1 The digest algorithm used to authenticate UDP packets. Any digest supported by OpenSSL is recognised.