From f781f5772d0a9e68ab04ed5b625e74c58ebc286e Mon Sep 17 00:00:00 2001 From: Jonathan <4561747+gilgongo@users.noreply.github.com> Date: Sat, 13 Feb 2021 10:23:17 +0000 Subject: [PATCH 1/2] Link --serverpublicip desc. to docs As per https://github.com/jamulussoftware/jamulus/pull/954#issuecomment-775757311 --- wiki/en/en-Command-Line-Options.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wiki/en/en-Command-Line-Options.md b/wiki/en/en-Command-Line-Options.md index 468524285..73fb60801 100644 --- a/wiki/en/en-Command-Line-Options.md +++ b/wiki/en/en-Command-Line-Options.md @@ -52,4 +52,4 @@ You can see all possible options your version supports by starting Jamulus with | `-z` |`--startminimized` | Start minimized | (server only) | | |`--ctrlmidich` | MIDI controller channel to listen on and control number offset, format: `channel[;offset]` | (client only) see [Tips & Tricks](Tips-Tricks-More#Using-ctrlmidich-for-MIDI-controllers) | | |`--clientname` | Window title and JACK client name | (client only) | -| |`--serverpublicip` | When running your own central server with own slave servers in a private network, specify your public IP with this option to enable clients from the Internet to connect. You will still need proper port forwarding in your router/firewall.| (server only) | +| |`--serverpublicip` | Allows servers to be seen on the Internet when listed by a Central Server on a LAN | (server only) [See note](Choosing-a-Server-Type) | From 6b299d49eefcd36d8e9c83abf9ba81af4db1c20c Mon Sep 17 00:00:00 2001 From: Jonathan <4561747+gilgongo@users.noreply.github.com> Date: Mon, 15 Feb 2021 16:43:01 +0000 Subject: [PATCH 2/2] Update en-Command-Line-Options.md --- wiki/en/en-Command-Line-Options.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wiki/en/en-Command-Line-Options.md b/wiki/en/en-Command-Line-Options.md index 73fb60801..a65cedad5 100644 --- a/wiki/en/en-Command-Line-Options.md +++ b/wiki/en/en-Command-Line-Options.md @@ -52,4 +52,4 @@ You can see all possible options your version supports by starting Jamulus with | `-z` |`--startminimized` | Start minimized | (server only) | | |`--ctrlmidich` | MIDI controller channel to listen on and control number offset, format: `channel[;offset]` | (client only) see [Tips & Tricks](Tips-Tricks-More#Using-ctrlmidich-for-MIDI-controllers) | | |`--clientname` | Window title and JACK client name | (client only) | -| |`--serverpublicip` | Allows servers to be seen on the Internet when listed by a Central Server on a LAN | (server only) [See note](Choosing-a-Server-Type) | +| |`--serverpublicip` | Supply the server's public IP address | (server only) [See note](Choosing-a-Server-Type) |