diff --git a/wiki/de/de-Command-Line-Options.md b/wiki/de/de-Command-Line-Options.md index 32f650200..07187d126 100644 --- a/wiki/de/de-Command-Line-Options.md +++ b/wiki/de/de-Command-Line-Options.md @@ -52,3 +52,4 @@ Du kannst dir alle verfügbaren Optionen der aktuellen Jamulus Version über den | `-z` |`--startminimized` | Starte minimiert | (nur Server) | | |`--ctrlmidich` | MIDI Controller Kanal und Offset, Format `channel[;offset]` | (nur Client) Siehe [Tipps & Tricks](Tips-Tricks-More#Using-ctrlmidich-for-MIDI-controllers) | | |`--clientname` | Fenster Titel und Jack Client Name | (nur Client) | +| |`--serverpublicip` | Bei Nutzung eines eigenen Zentralservers mit eigenen Slave-Servern in einem privaten Netzwerk kann mit dieser Option die öffentliche IP-Adresse angegeben werden, um Clients aus dem Internet den Zugriff zu ermöglichen. Darüberhinaus sind weiterhin entsprechende Port-Weiterleitungen in Router bzw. Firewall nötig.| (nur Server) | diff --git a/wiki/en/en-Command-Line-Options.md b/wiki/en/en-Command-Line-Options.md index 355baab9e..468524285 100644 --- a/wiki/en/en-Command-Line-Options.md +++ b/wiki/en/en-Command-Line-Options.md @@ -52,3 +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) |