From c8d45693d11b782980e3a68620a2156d2c987656 Mon Sep 17 00:00:00 2001 From: Rob-NY <72955397+Rob-NY@users.noreply.github.com> Date: Thu, 3 Nov 2022 09:17:20 -0400 Subject: [PATCH] JSON-RPC: Update for --jsonrpcbindip Update documentation for --jsonrpcbindip command line argument. --- wiki/en/Include-Shared-Commands.md | 1 + 1 file changed, 1 insertion(+) diff --git a/wiki/en/Include-Shared-Commands.md b/wiki/en/Include-Shared-Commands.md index c277a6db7..da8b51f61 100644 --- a/wiki/en/Include-Shared-Commands.md +++ b/wiki/en/Include-Shared-Commands.md @@ -7,6 +7,7 @@ - `-p` or `--port` Sets the local UDP port number. Default is 22124 - `--jsonrpcport` Enables JSON-RPC API server to control the app, set TCP port number (EXPERIMENTAL, APIs might change; only accessible from localhost). Please see [the JSON-RPC API Documentation file](https://github.com/jamulussoftware/jamulus/blob/master/docs/JSON-RPC.md). - `--jsonrpcsecretfile` Required when using `--jsonrpcport`. Sets a path to a text file containing an authentication string for getting access to the JSON-RPC API. +- `--jsonrpcbindip` The IP address the JSON-RPC server should bind to. (optional, defaults to 127.0.0.1) - `-Q` or `--qos` Sets the quality of service DS Field byte. Default is 128 (DSCP/CS4). QoS is ignored by Windows. To enable it, [see this page](QOS-Windows) - `-t` or `--notranslation` Disable UI language translations - `-6` or `--enableipv6` Enable IPv6 addressing (IPv4 is always enabled)