This commit is contained in:
Clemens Vasters 2024-09-04 12:03:51 +02:00 коммит произвёл GitHub
Родитель 5ec54db2d6
Коммит e9bfc4f57e
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -81,6 +81,7 @@ usage, only referring to the Relay service with the `-e` option.
| -o, --option <OPTION> | Configuration file option override key:value, see [Configuration File](CONFIG.md#configuration-file) |
| -g, --gateway-ports | By default, the bridge restricts connections to local listeners (`-L`) to the local machine. This option allows remote hosts to connect to these listeners. |
| -b, --bind-address <BIND_ADDRESS> | Source address of outbound, forwarding connections (`-T`, `-H`). |
| -a <INTERVAL> | Keep-alive interval, in seconds, for the "control channel" of forwarding connections (`-T`, `-H`). Maximum time to detection of connectivity issues. Defaults to 30 seconds. |
| -I, --svcinstall | Windows only: Install as Windows Service. Must run as admin. |
| -U, --svcuninstall | Windows only: Uninstall Windows Service. Must run as admin. |
| -svc, --svc | Reserved for background service invocation |