X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=doc%2Ftinc.texi;h=3082397c908af7a19e79d42292e2c3662853f725;hp=555b816bfd7448c75b9f8cb0ae984ea2b7eff822;hb=332b55d4720fadea76c0a5d9b9d484af6a724006;hpb=27acb5d04792f2da70e937543de9110e16aae21c diff --git a/doc/tinc.texi b/doc/tinc.texi index 555b816b..3082397c 100644 --- a/doc/tinc.texi +++ b/doc/tinc.texi @@ -843,12 +843,9 @@ If any is selected, then depending on the operating system both IPv4 and IPv6 or just IPv6 listening sockets will be created. @cindex AutoConnect -@item AutoConnect = (0) [experimental] -If set to a non-zero value, -tinc will try to only have count meta connections to other nodes, -by automatically making or breaking connections to known nodes. -Higher values increase redundancy but also increase meta data overhead. -When using this option, a good value is 3. +@item AutoConnect = (no) [experimental] +If set to yes, tinc will automatically set up meta connections to other nodes, +without requiring @var{ConnectTo} variables. @cindex BindToAddress @item BindToAddress = <@var{address}> [<@var{port}>] @@ -895,7 +892,7 @@ in which case outgoing connections to each specified tinc daemon are made. The names should be known to this tinc daemon (i.e., there should be a host configuration file for the name on the ConnectTo line). -If you don't specify a host with ConnectTo, +If you don't specify a host with ConnectTo and don't enable AutoConnect, tinc won't try to connect to other daemons at all, and will instead just listen for incoming connections.