X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=doc%2Fopenocd.texi;h=73d64b3dc2cdf26f4b59ecca10a5c3a28c16b532;hp=6362b41f29ba732d95125ec80431324eaba7af9c;hb=828ee07657914212f81152a768a8ec43bb73db03;hpb=437925c1415ac1f7d5b1b1bb4dcfb4898849d499 diff --git a/doc/openocd.texi b/doc/openocd.texi index 6362b41f29..73d64b3dc2 100644 --- a/doc/openocd.texi +++ b/doc/openocd.texi @@ -7132,9 +7132,11 @@ the initial log output channel is stderr. Add @var{directory} to the file/script search path. @end deffn -@deffn Command bindto [name] -Specify address by name on which to listen for incoming TCP/IP connections. -By default, OpenOCD will listen on all available interfaces. +@deffn Command bindto [@var{name}] +Specify hostname or IPv4 address on which to listen for incoming +TCP/IP connections. By default, OpenOCD will listen on the loopback +interface only. If your network environment is safe, @code{bindto +0.0.0.0} can be used to cover all available interfaces. @end deffn @anchor{targetstatehandling}