Add documentation for BindToAddress.
This commit is contained in:
parent
e310cc82d3
commit
07db46a44f
2 changed files with 18 additions and 3 deletions
|
@ -106,6 +106,13 @@ If
|
||||||
.Qq any
|
.Qq any
|
||||||
is selected, then depending on the operating system both IPv4 and IPv6 or just
|
is selected, then depending on the operating system both IPv4 and IPv6 or just
|
||||||
IPv6 listening sockets will be created.
|
IPv6 listening sockets will be created.
|
||||||
|
.It Va BindToAddress Li = Ar address Bq experimental
|
||||||
|
If your computer has more than one IPv4 or IPv6 address,
|
||||||
|
.Nm 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.
|
||||||
|
.Pp
|
||||||
|
This option may not work on all platforms.
|
||||||
.It Va BindToInterface Li = Ar interface Bq experimental
|
.It Va BindToInterface Li = Ar interface Bq experimental
|
||||||
If your computer has more than one network interface,
|
If your computer has more than one network interface,
|
||||||
.Nm tinc
|
.Nm tinc
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
\input texinfo @c -*-texinfo-*-
|
\input texinfo @c -*-texinfo-*-
|
||||||
@c $Id: tinc.texi,v 1.8.4.32 2002/09/15 22:19:37 guus Exp $
|
@c $Id: tinc.texi,v 1.8.4.33 2002/10/07 07:32:31 guus Exp $
|
||||||
@c %**start of header
|
@c %**start of header
|
||||||
@setfilename tinc.info
|
@setfilename tinc.info
|
||||||
@settitle tinc Manual
|
@settitle tinc Manual
|
||||||
|
@ -18,7 +18,7 @@ Copyright @copyright{} 1998-2002 Ivo Timmermans
|
||||||
<ivo@@o2w.nl>, Guus Sliepen <guus@@sliepen.eu.org> and
|
<ivo@@o2w.nl>, Guus Sliepen <guus@@sliepen.eu.org> and
|
||||||
Wessel Dankers <wsl@@nl.linux.org>.
|
Wessel Dankers <wsl@@nl.linux.org>.
|
||||||
|
|
||||||
$Id: tinc.texi,v 1.8.4.32 2002/09/15 22:19:37 guus Exp $
|
$Id: tinc.texi,v 1.8.4.33 2002/10/07 07:32:31 guus Exp $
|
||||||
|
|
||||||
Permission is granted to make and distribute verbatim copies of this
|
Permission is granted to make and distribute verbatim copies of this
|
||||||
manual provided the copyright notice and this permission notice are
|
manual provided the copyright notice and this permission notice are
|
||||||
|
@ -43,7 +43,7 @@ Copyright @copyright{} 1998-2002 Ivo Timmermans
|
||||||
<ivo@@o2w.nl>, Guus Sliepen <guus@@sliepen.eu.org> and
|
<ivo@@o2w.nl>, Guus Sliepen <guus@@sliepen.eu.org> and
|
||||||
Wessel Dankers <wsl@@nl.linux.org>.
|
Wessel Dankers <wsl@@nl.linux.org>.
|
||||||
|
|
||||||
$Id: tinc.texi,v 1.8.4.32 2002/09/15 22:19:37 guus Exp $
|
$Id: tinc.texi,v 1.8.4.33 2002/10/07 07:32:31 guus Exp $
|
||||||
|
|
||||||
Permission is granted to make and distribute verbatim copies of this
|
Permission is granted to make and distribute verbatim copies of this
|
||||||
manual provided the copyright notice and this permission notice are
|
manual provided the copyright notice and this permission notice are
|
||||||
|
@ -836,6 +836,14 @@ This option affects the address family of listening and outgoing sockets.
|
||||||
If "any" is selected, then depending on the operating system
|
If "any" is selected, then depending on the operating system
|
||||||
both IPv4 and IPv6 or just IPv6 listening sockets will be created.
|
both IPv4 and IPv6 or just IPv6 listening sockets will be created.
|
||||||
|
|
||||||
|
@cindex BindToAddress
|
||||||
|
@item BindToAddress = <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.
|
||||||
|
|
||||||
|
This option may not work on all platforms.
|
||||||
|
|
||||||
@cindex BindToInterface
|
@cindex BindToInterface
|
||||||
@item BindToInterface = <interface> [experimental]
|
@item BindToInterface = <interface> [experimental]
|
||||||
If you have more than one network interface in your computer, tinc will
|
If you have more than one network interface in your computer, tinc will
|
||||||
|
|
Loading…
Reference in a new issue