[Libreoffice-commits] online.git: loolwsd.xml.in
Andras Timar (via logerrit)
logerrit at kemper.freedesktop.org
Wed Feb 12 10:20:19 UTC 2020
loolwsd.xml.in | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit e24eda5d6460895d2d1e3c15d602debc8f7d7a5d
Author: Andras Timar <andras.timar at collabora.com>
AuthorDate: Tue Feb 11 13:09:07 2020 +0100
Commit: Andras Timar <andras.timar at collabora.com>
CommitDate: Wed Feb 12 11:20:01 2020 +0100
tdf#129928 add a comment
Change-Id: I3e9714445b8144445d71113450827dd72bcf0ba5
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/88441
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice at gmail.com>
Reviewed-by: Andras Timar <andras.timar at collabora.com>
diff --git a/loolwsd.xml.in b/loolwsd.xml.in
index d71119105..69ab6e934 100644
--- a/loolwsd.xml.in
+++ b/loolwsd.xml.in
@@ -71,6 +71,8 @@
</trace>
<net desc="Network settings">
+ <!-- On systems where localhost resolves to IPv6 [::1] address first, when net.proto is all and net.listen is loopback, loolwsd unexpectedly listens on [::1] only.
+ You need to change net.proto to IPv4, if you want to use 127.0.0.1. -->
<proto type="string" default="all" desc="Protocol to use IPv4, IPv6 or all for both">all</proto>
<listen type="string" default="any" desc="Listen address that loolwsd binds to. Can be 'any' or 'loopback'.">any</listen>
<service_root type="path" default="" desc="Prefix all the pages, websockets, etc. with this path."></service_root>
More information about the Libreoffice-commits
mailing list