mirror of
https://github.com/proxytunnel/proxytunnel.git
synced 2026-01-23 02:34:59 +00:00
In standalone mode, allow for binding to a specified IP address
This commit is contained in:
parent
ae7fcc8a1f
commit
513c8a2fc9
4 changed files with 76 additions and 16 deletions
|
|
@ -21,8 +21,10 @@ also be used for other proxy-traversing purposes like proxy bouncing.
|
|||
*-i*, *--inetd*::
|
||||
Run from inetd (default: off).
|
||||
|
||||
*-a*, *--standalone*=_port_::
|
||||
Run as standalone daemon on specified _port_.
|
||||
*-a*, *--standalone*=++[++_address_++:]++_port_::
|
||||
Run as standalone daemon on specified _address_ and _port_. _address_ may
|
||||
be a IPv4 address or a bracket-enclosed IPv6 address. Listens on any
|
||||
address if _address_ is not given.
|
||||
|
||||
*-p*, *--proxy*=_host_++:++_port_::
|
||||
Use _host_ and _port_ as the local proxy to connect to, if not specified
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue