From ed3875a3d0272be9347028d4ca2f5898f869f9bc Mon Sep 17 00:00:00 2001 From: Jonathan <4561747+gilgongo@users.noreply.github.com> Date: Mon, 15 Feb 2021 16:23:05 +0000 Subject: [PATCH] Update --serverpublicip As per https://github.com/jamulussoftware/jamuluswebsite/pull/290#discussion_r575857824 --- 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..34ea2c9a2 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` | Supply the server's public IP address | (server only) see [Server Types](https://jamulus.io/wiki/Choosing-a-Server-Type#3.-Central) |