loolwsd.xml.in |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit e24eda5d6460895d2d1e3c15d602debc8f7d7a5d
Author:     Andras Timar <andras.ti...@collabora.com>
AuthorDate: Tue Feb 11 13:09:07 2020 +0100
Commit:     Andras Timar <andras.ti...@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 <jenkinscollaboraoff...@gmail.com>
    Reviewed-by: Andras Timar <andras.ti...@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>
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to