Allow multiple BindToAddress statements.

This commit is contained in:
Guus Sliepen 2012-02-17 16:25:00 +01:00
parent 708314df2f
commit 9f6a96af39
3 changed files with 47 additions and 36 deletions

View file

@ -759,7 +759,8 @@ both IPv4 and IPv6 or just IPv6 listening sockets will be created.
@item BindToAddress = <@var{address}> [experimental]
If your computer has more than one IPv4 or IPv6 address, tinc
will by default listen on all of them for incoming connections.
It is possible to bind only to a single address with this variable.
Multiple BindToAddress variables may be specified,
in which case listening sockets for each specified address are made.
This option may not work on all platforms.